~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge up bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
  CHANGES:
13
13
 
 
14
   * Disable detection of plink.exe as possible ssh vendor. Plink vendor
 
15
     still available if user selects it explicitly with BZR_SSH environment
 
16
     variable. (Alexander Belchenko, workaround for bug #107593)
 
17
 
14
18
  FEATURES:
15
19
 
16
20
   * New ``authentication.conf`` file holding the password or other credentials
18
22
     supported transports.
19
23
     (Vincent Ladeuil)
20
24
 
 
25
   * New rich-root format, recording the same data about tree roots that's
 
26
     recorded for all other directories.  (Aaron Bentley)
 
27
 
21
28
  PERFORMANCE:
22
29
 
23
30
   * Commit updates the state of the working tree via a delta rather than
45
52
   * A progress bar has been added for knitpack -> knitpack fetching.
46
53
     (Robert Collins, #157789)
47
54
 
 
55
   * ``commit`` is now able to invoke an external editor in a non-ascii
 
56
     directory. (Daniel Watkins, #84043)
 
57
 
48
58
   * Detect invalid transport reuse attempts by catching invalid URLs.
49
59
     (Vincent Ladeuil, #161819)
50
60
 
64
74
   * It is clearer when a plugin cannot be loaded because of its name, and a
65
75
     suggestion for an acceptable name is given. (Daniel Watkins, #103023)
66
76
 
 
77
   * Make sure Repository.fetch(self) is properly a no-op for all
 
78
     Repository implementations. (John Arbash Meinel, #158333)
 
79
 
67
80
   * Obsolete packs are now cleaned up by pack and autopack operations.
68
81
     (Robert Collins, #153789)
69
82
 
70
83
   * Reconcile now shows progress bars. (Robert Collins, #159351)
71
84
 
 
85
   * ``RemoteBranch`` was not initializing ``self._revision_id_to_revno_map``
 
86
     properly. (John Arbash Meinel, #162486)
 
87
 
 
88
   * Removing an already-removed file reports the file does not exist. (Daniel
 
89
     Watkins, #152811)
 
90
 
 
91
   * Rename on Windows is able to change filename case.
 
92
     (Alexander Belchenko, #77740)
 
93
 
72
94
   * Stderr output via logging mechanism now goes through encoded wrapper
73
95
     and no more uses utf-8, but terminal encoding instead. So all unicode
74
96
     strings now should be readable in non-utf-8 terminal.
93
115
   * Return error instead of a traceback for ``bzr log -r0``.
94
116
     (Kent Gibson, #133751)
95
117
 
 
118
   * Working trees are no longer created when pushing into a local no-trees
 
119
     repo. (Daniel Watkins, #50582)
 
120
 
96
121
  API BREAKS:
97
122
 
98
123
   * ``osutils.backup_file`` is deprecated. Actually it's not used in bzrlib