~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2010-05-21 03:28:43 UTC
  • mfrom: (4797.43.12 2.1)
  • mto: This revision was merged to the branch mainline in revision 5245.
  • Revision ID: robertc@robertcollins.net-20100521032843-9bc6ad9gxjodmoil
MergeĀ 2.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
* Using bzr with `lp:` urls behind an http proxy should work.
141
141
  (Robert Collins, #558343)
142
142
 
 
143
* When passing a file to ``UTF8DirReader`` make sure to close the current
 
144
  directory file handle after the chdir fails. Otherwise when passing many
 
145
  filenames into a command line ``bzr status`` we would leak descriptors.
 
146
  (John Arbash Meinel, #583486)
 
147
 
143
148
Improvements
144
149
************
145
150
 
669
674
* Support Pyrex 0.9.9, required changing how we handle exceptions in Pyrex.
670
675
  (John Arbash Meinel, #582656)
671
676
 
 
677
* When passing a file to ``UTF8DirReader`` make sure to close the current
 
678
  directory file handle after the chdir fails. Otherwise when passing many
 
679
  filenames into a command line ``bzr status`` we would leak descriptors.
 
680
  (John Arbash Meinel, #583486)
 
681
 
672
682
Internals
673
683
*********
674
684
 
1132
1142
  python merged the end of run patch, which chose ``stopTestRun`` rather than
1133
1143
  ``done``. (Robert Collins, #571437)
1134
1144
 
 
1145
* When passing a file to ``UTF8DirReader`` make sure to close the current
 
1146
  directory file handle after the chdir fails. Otherwise when passing many
 
1147
  filenames into a command line ``bzr status`` we would leak descriptors.
 
1148
  (John Arbash Meinel, #583486)
 
1149
 
 
1150
 
1135
1151
bzr 2.0.5
1136
1152
#########
1137
1153