~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2009-09-10 06:32:42 UTC
  • mfrom: (4595.3.5 1.18)
  • mto: (4634.40.2 2.0.0)
  • mto: This revision was merged to the branch mainline in revision 4689.
  • Revision ID: mbp@sourcefrog.net-20090910063242-22v53pdxwfucu8j9
Merge 1.18 news to 2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
Testing
212
212
*******
213
213
 
214
 
bzr 1.18.1 NOT RELEASED YET
215
 
###########################
 
214
bzr 1.18.1
 
215
##########
 
216
 
 
217
:Codename:     nein nein nein!
 
218
:1.18.1:       2009-09-09
 
219
 
 
220
This release fixes two small but worthwhile bugs relevant to users on
 
221
Microsoft Windows: some commands that failed on with locking errors will
 
222
now work, and a bug that caused poor performance after committing a file
 
223
with line-ending conversion has now been fixed.  It also fixes a bug in
 
224
pushing to older servers.
216
225
 
217
226
Bug Fixes
218
227
*********
221
230
  conversion will commit too many copies a file.
222
231
  (Martin Pool, #415508)
223
232
 
 
233
* Fix assertion error about ``_remember_remote_is_before`` in
 
234
  ``set_tags_bytes`` when pushing to older smart servers.  
 
235
  (Andrew Bennetts, Alexander Belchenko, #418931)
 
236
 
 
237
Improvements
 
238
************
 
239
 
 
240
* ``bzr push`` locally on Windows will no longer give a locking error with
 
241
  dirstate based formats. (Robert Collins)
 
242
 
 
243
* ``bzr shelve`` and ``bzr unshelve`` now work on Windows.
 
244
  (Robert Collins, #305006)
 
245
 
224
246
API Changes
225
247
***********
226
248
 
 
249
* ``bzrlib.shelf_ui`` has had the ``from_args`` convenience methods of its
 
250
  classes changed to manage lock lifetime of the trees they open in a way
 
251
  consistent with reader-exclusive locks. (Robert Collins, #305006)
 
252
 
227
253
* ``Tree.path_content_summary`` may return a size of None, when called on
228
254
  a tree with content filtering where the size of the canonical form
229
255
  cannot be cheaply determined.  (Martin Pool)