~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-05-20 09:27:48 UTC
  • mfrom: (5241.2.2 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20100520092748-oa7knubtqio8l2rc
(lifeless) Merge 2.1 into trunk with a number of fixes including pyrex 0.9.9
 support. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
  more comprehensible.
127
127
  (Martin Pool, #491763)
128
128
 
 
129
* Support Pyrex 0.9.9, required changing how we handle exceptions in Pyrex.
 
130
  (John Arbash Meinel, #582656)
 
131
 
129
132
* Unicode characters in aliases are now handled correctly and do not cause
130
133
  UnicodeEncodeError exception. (Parth Malwankar, #529930)
131
134
 
643
646
Bug Fixes
644
647
*********
645
648
 
 
649
* ``bzr clean-tree`` should not delete nested bzrdirs. Required for proper
 
650
  support of bzr-externals and scmproj plugins.
 
651
  (Alexander Belchenko, bug #572098)
 
652
 
646
653
* ``bzr switch`` does not die if a ConfigurableFileMerger is used.
647
654
  (Aaron Bentley, #559436)
648
655
 
656
663
  errors after two window resizes.
657
664
  (Andrew Bennetts)
658
665
 
 
666
* Reduce peak memory by one copy of compressed text.
 
667
  (John Arbash Meinel, #566940)
 
668
 
 
669
* Support Pyrex 0.9.9, required changing how we handle exceptions in Pyrex.
 
670
  (John Arbash Meinel, #582656)
 
671
 
659
672
Internals
660
673
*********
661
674
 
1105
1118
  permissions as ``.bzr`` directory on a POSIX OS.
1106
1119
  (Parth Malwankar, #262450)
1107
1120
 
 
1121
* Reduce peak memory by one copy of compressed text.
 
1122
  (John Arbash Meinel, #566940)
 
1123
 
1108
1124
* Repositories accessed via a smart server now reject being stacked on a
1109
1125
  repository in an incompatible format, as is the case when accessing them
1110
1126
  via other methods.  This was causing fetches from those repositories via
1111
1127
  a smart server (e.g. using ``bzr branch``) to receive invalid data.
1112
1128
  (Andrew Bennetts, #562380)
1113
1129
 
 
1130
* Selftest with versions of subunit that support ``stopTestRun`` will no longer
 
1131
  error. This error was caused by 2.0 not being updated when upstream
 
1132
  python merged the end of run patch, which chose ``stopTestRun`` rather than
 
1133
  ``done``. (Robert Collins, #571437)
 
1134
 
1114
1135
bzr 2.0.5
1115
1136
#########
1116
1137