~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Alexander Belchenko
  • Date: 2007-11-02 08:45:10 UTC
  • mto: This revision was merged to the branch mainline in revision 2968.
  • Revision ID: bialix@ukr.net-20071102084510-ngqdd24hjhfdkgw3
start 0.93 development cycle; deprecate osutils.backup_file

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
  NOTES WHEN UPGRADING:
11
11
 
12
12
  CHANGES:
 
13
 
 
14
  FEATURES:
 
15
 
 
16
  PERFORMANCE:
 
17
 
 
18
   * Fetch with pack repositories will no longer read the entire history graph.
 
19
     (Robert Collins, #88319)
 
20
 
 
21
   * Revert takes out an appropriate lock when reverting to a basis tree, and
 
22
     does not read the basis inventory twice. (Robert Collins)
 
23
 
 
24
  IMPROVEMENTS:
 
25
 
 
26
  DOCUMENTATION:
 
27
 
 
28
  BUG FIXES:
 
29
 
 
30
   * A progress bar has been added for knitpack -> knitpack fetching.
 
31
     (Robert Collins, #157789)
 
32
 
 
33
   * Wrap medusa ftp test server as an FTPServer feature.
 
34
     (Vincent Ladeuil, #157752)
 
35
 
 
36
  API BREAKS:
 
37
 
 
38
   * ``osutils.backup_file`` is deprecated. Actually it's not used in bzrlib
 
39
     during very long time. (Alexander Belchenko)
 
40
 
 
41
  INTERNALS:
 
42
 
 
43
  TESTING:
 
44
 
 
45
 
 
46
bzr 0.92rc1 2007-10-29
 
47
======================
 
48
 
 
49
  NOTES WHEN UPGRADING:
 
50
 
 
51
  CHANGES:
13
52
  
14
53
   * ``bzr`` now returns exit code 4 if an internal error occurred, and 
15
54
     3 if a normal error occurred.  (Martin Pool)
68
107
     changed to determine if the tree is unchanged rather than recalculating
69
108
     it at the end of the commit process. (Robert Collins)
70
109
 
71
 
   * Fetch with pack repositories will no longer read the entire history graph.
72
 
     (Robert Collins, #88319)
73
 
 
74
110
   * Inventory serialisation no longer double-sha's the content.
75
111
     (Robert Collins)
76
112
 
85
121
   * Partial commits are now approximately 40% faster by walking over the
86
122
     unselected current tree more efficiently. (Robert Collins)
87
123
 
88
 
   * Revert takes out an appropriate lock when reverting to a basis tree, and
89
 
     does not read the basis inventory twice. (Robert Collins)
90
 
 
91
124
   * XML inventory serialisation takes 20% less time while being stricter about
92
125
     the contents. (Robert Collins)
93
126
 
120
153
 
121
154
  BUG FIXES:
122
155
 
123
 
   * A progress bar has been added for knitpack -> knitpack fetching.
124
 
     (Robert Collins, #157789)
125
 
 
126
156
   * Connection error reporting for the smart server has been fixed to
127
157
     display a user friendly message instead of a traceback.
128
158
     (Ian Clatworthy, #115601)
198
228
   * ``WorkingTree.rename_one`` will now raise an error if normalisation of the
199
229
     new path causes bzr to be unable to access the file. (Robert Collins)
200
230
 
201
 
   * Wrap medusa ftp test server as an FTPServer feature.
202
 
     (Vincent Ladeuil, #157752)
203
 
 
204
231
   * Correctly detect a NoSuchFile when using a filezilla server. (Gary van der
205
232
     Merwe)
206
233