~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-02-23 08:22:05 UTC
  • mfrom: (5053.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100223082205-nn2nzonavf8sfuae
(mbp) merge 2.1 back to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
* Stop sending apport crash files to ``.cache`` in the directory from
118
118
  which ``bzr selftest`` was run.  (Martin Pool, #422350)
119
119
 
 
120
bzr 2.1.1
 
121
#########
 
122
 
 
123
:2.1.1: not released yet
 
124
 
 
125
Bug Fixes
 
126
*********
 
127
 
 
128
* Register SIGWINCH handler only when creating a ``TextUIFactory``; avoids
 
129
  problems importing bzrlib from a non-main thread.
 
130
  (Elliot Murphy, #521989)
 
131
 
 
132
* Standardize the error handling when creating a new ``StaticTuple``
 
133
  (problems will raise TypeError). (Matt Nordhoff, #457979)
 
134
 
 
135
* Merge correctly when this_tree is not a WorkingTree.  (Aaron Bentley)
 
136
 
 
137
Documentation
 
138
*************
 
139
 
 
140
* Added What's New in Bazaar 2.1 document. (Ian Clatworthy)
 
141
 
120
142
bzr 2.1.0
121
143
#########
122
144