~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-03-05 09:27:03 UTC
  • mfrom: (5074.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100305092703-xwm9tmj33i3ym5rp
(vila) Merge 2.1 into bzr.dev including fixes for #524560 and #449776

Show diffs side-by-side

added added

removed removed

Lines of Context:
173
173
Bug Fixes
174
174
*********
175
175
 
 
176
* Merge correctly when this_tree is not a WorkingTree.  (Aaron Bentley)
 
177
 
176
178
* Register SIGWINCH handler only when creating a ``TextUIFactory``; avoids
177
179
  problems importing bzrlib from a non-main thread.
178
180
  (Elliot Murphy, #521989)
180
182
* Standardize the error handling when creating a new ``StaticTuple``
181
183
  (problems will raise TypeError). (Matt Nordhoff, #457979)
182
184
 
183
 
* Merge correctly when this_tree is not a WorkingTree.  (Aaron Bentley)
 
185
* Warn if pyrex is too old to compile the new ``SimpleSet`` and
 
186
  ``StaticTuple`` extensions, rather than having the build fail randomly.
 
187
  (John Arbash Meinel, #449776)
 
188
 
184
189
 
185
190
Documentation
186
191
*************
192
197
* Drop Google Analytics from the core docs as they caused problems
193
198
  in the CHM files. (Ian Clatworthy, #502010)
194
199
 
 
200
 
195
201
bzr 2.1.0
196
202
#########
197
203
 
588
594
  version number along with rest of the help text.
589
595
  (Parth Malwankar, #369501)
590
596
 
 
597
* Use osutils.O_NOINHERIT for some files on win32 to avoid PermissionDenied
 
598
  errors.
 
599
  (Inada Naoki, #524560)
 
600
 
591
601
Documentation
592
602
*************
593
603