/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2010-01-13 16:27:22 UTC
  • mfrom: (4634.119.6 2.0)
  • mto: (4634.119.7 2.0)
  • mto: This revision was merged to the branch mainline in revision 4959.
  • Revision ID: john@arbash-meinel.com-20100113162722-c177orxwb4fo19xe
Merge bzr/2.0@4725, resolve NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
* Give a clearer message if the lockdir disappears after being apparently
42
42
  successfully taken.  (Martin Pool, #498378)
43
43
 
 
44
* Give a warning when fetching between local repositories with
 
45
  sufficiently different formats that the content will need to be
 
46
  serialized (ie ``InterDifferingSerializer``) so the user has a clue that
 
47
  upgrading could make it faster.
 
48
  (Martin Pool, #456077)
 
49
 
44
50
* If we fail to open ``~/.bzr.log`` write a clear message to stderr rather
45
51
  than using ``warning()``. The log file is opened before logging is set
46
52
  up, and it leads to very confusing: 'no handlers for "bzr"' messages for
47
53
  users, rather than something nicer.
48
54
  (John Arbash Meinel, Barry Warsaw, #503886)
49
55
 
 
56
* Refuse to build with any Pyrex 0.9.4 release, as they have known bugs.
 
57
  (Martin Pool, John Arbash Meinel, #449372)
 
58
 
50
59
* ``setup.py bdist_rpm`` now properly finds extra files needed for the
51
60
  build. (Joe Julian)
52
61
 
54
63
  changed underneath it (like another autopack). Now concurrent
55
64
  autopackers will properly succeed. (John Arbash Meinel, #495000)
56
65
 
 
66
* ``TreeTransform`` can now handle when a delta says that the file id for
 
67
  the tree root changes. Rather than trying to rename your working
 
68
  directory, or failing early saying that you can't have multiple
 
69
  tree roots. This also fixes revert, update, and pull when the root id
 
70
  changes.  (John Arbash Meinel, #494269, #504390)
 
71
 
57
72
* ``_update_current_block`` no longer suppresses exceptions, so ^C at just
58
73
  the right time will get propagated, rather than silently failing to move
59
74
  the block pointer. (John Arbash Meinel, Gareth White, #495023)