~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2009-08-25 01:25:57 UTC
  • mfrom: (4642 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4657.
  • Revision ID: andrew.bennetts@canonical.com-20090825012557-1ku5o09nv3ra9n12
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
  raised by newer versions of pycurl.
32
32
  (Vincent Ladeuil, #306264)
33
33
 
 
34
* Fix a test failure on karmic by making a locale test more robust.
 
35
  (Vincent Ladeuil, #413514)
 
36
 
 
37
* Fix IndexError printing CannotBindAddress errors.
 
38
  (Martin Pool, #286871)
 
39
 
 
40
* Fix "Revision ... not present" errors when upgrading stacked branches,
 
41
  or when doing fetches from a stacked source to a stacked target.
 
42
  (Andrew Bennetts, #399140)
 
43
 
34
44
Improvements
35
45
************
36
46
 
45
55
  ``bazaar.conf``.
46
56
  (Martin Pool, Robert Collins, #389328)
47
57
 
 
58
* ``bzr push`` locally on windows will no longer give a locking error with
 
59
  dirstate based formats. (Robert Collins)
 
60
 
48
61
Documentation
49
62
*************
50
63
 
277
290
* Requests for unknown methods no longer cause the smart server to log
278
291
  lots of backtraces about ``UnknownSmartMethod``, ``do_chunk`` or
279
292
  ``do_end``.  (Andrew Bennetts, #338561)
280
 
  
 
293
 
 
294
* Shelve will not shelve the initial add of the tree root.  (Aaron Bentley)
 
295
 
281
296
* Streaming from bzr servers where there is a chain of stacked branches
282
297
  (A stacked on B stacked on C) will now work. (Robert Collins, #406597)
283
298