~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-03-27 10:31:11 UTC
  • mfrom: (5118.1.1 news)
  • Revision ID: pqm@pqm.ubuntu.com-20100327103111-4g435d39ujhe95vp
(vila) Fix bug numbers and delete duplicated entry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
 
143
143
* DirStateRevisionTree.kind() was returning wrong result when 'kind'
144
144
  changes occured between the workingtree and one of its parents.
145
 
  (Vincent Ladeuil, #533437)
 
145
  (Vincent Ladeuil, #535547)
146
146
 
147
 
* Fix stub sftp test server to call os.getcwdu().
148
 
  (Vincent Ladeuil, #526211, #526353)
 
147
* Fix ``log`` to better check ancestors even if merged revisions are involved.
 
148
  (Vincent Ladeuil, #476293)
149
149
 
150
150
* Many IO operations that returned ``EINTR`` were retried even if it
151
151
  wasn't safe to do so via careless use of ``until_no_eintr``.  Bazaar now
294
294
* Fix plugin packaging on Windows. (Ian Clatworthy, #524162)
295
295
 
296
296
* Fix stub sftp test server to call os.getcwdu().
297
 
  (Vincent Ladeuil, #526211, #526353)
 
297
  (Vincent Ladeuil, #526221, #526353)
298
298
 
299
299
* Fixed CHM generation by moving the NEWS section template into
300
300
  a separate file. (Ian Clatworthy, #524184)
363
363
  when it encounters conflicts.  
364
364
  (Gerard Krol, #113809)
365
365
 
366
 
* Fix ``log`` to better check ancestors even if merged revisions are involved.
367
 
  (Vincent Ladeuil, #476293)
368
 
 
369
366
* Give a better error message when doing ``bzr bind`` in an already bound
370
367
  branch.  (Neil Martinsen-Burrell, #513063)
371
368