~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2010-05-20 02:57:52 UTC
  • mfrom: (4797.43.11 2.1)
  • mto: This revision was merged to the branch mainline in revision 5243.
  • Revision ID: robertc@robertcollins.net-20100520025752-dbfi4kx7y4ivtiff
Merge up from 2.0/2.1:

* Support Pyrex 0.9.9, required changing how we handle exceptions in Pyrex.
  (John Arbash Meinel, #582656)

* ``bzr clean-tree`` should not delete nested bzrdirs. Required for proper
  support of bzr-externals and scmproj plugins.
  (Alexander Belchenko, bug #572098)

* Reduce peak memory by one copy of compressed text.
  (John Arbash Meinel, #566940)

* Support Pyrex 0.9.9, required changing how we handle exceptions in Pyrex.
  (John Arbash Meinel, #582656)

Show diffs side-by-side

added added

removed removed

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