~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-09-25 22:33:36 UTC
  • mfrom: (4715.1.1 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090925223336-1thhoyfhq5hpr6bh
(jam) Merge the 2.0 stable series to bzr.dev,
        including 2.0.0 and CHKInventory.filter()

Show diffs side-by-side

added added

removed removed

Lines of Context:
183
183
Bug Fixes
184
184
*********
185
185
 
 
186
* Improve the time for ``bzr log DIR`` for 2a format repositories.
 
187
  We had been using the same code path as for <2a formats, which required
 
188
  iterating over all objects in all revisions.
 
189
  (John Arbash Meinel, #374730)
 
190
 
186
191
* Make sure that we unlock the tree if we fail to create a TreeTransform
187
192
  object when doing a merge, and there is limbo, or pending-deletions
188
193
  directory.  (Gary van der Merwe, #427773)
189
194
 
190
195
 
191
 
bzr 2.0.0 (Not Released Yet)
192
 
############################
 
196
bzr 2.0.0
 
197
#########
 
198
 
 
199
:2.0.0: 2009-09-22
 
200
:Codename: Instant Karma
 
201
 
 
202
This release of Bazaar makes the 2a (previously 'brisbane-core') format
 
203
the default when new branches or repositories are created.  This format is
 
204
substantially smaller and faster for many operations.  Most of the work in
 
205
this release focuses on bug fixes and stabilization, covering both 2a and
 
206
previous formats.  (See the Upgrade Guide for information on migrating
 
207
existing projects.)
 
208
 
 
209
This release also improves the documentation content and presentation,
 
210
including adding Windows HtmlHelp manuals.
 
211
 
 
212
The Bazaar team decided that 2.0 will be a long-term supported release,
 
213
with bugfix-only 2.0.x releases based on it, continuing for at least six
 
214
months or until the following stable release.
 
215
 
 
216
Changes from 2.0.0rc2 to final
 
217
******************************
193
218
 
194
219
* Officially branded as 2.0.0 rather than 2.0 to clarify between things
195
220
  that "want to happen on the 2.0.x stable series" versus things that want
297
322
:Codename: no worries
298
323
:2.0.0rc1: 2009-08-26
299
324
 
300
 
This release of Bazaar makes 2a 'brisbane-core' format the
301
 
default.  Most of the work in this release now focuses on bug
302
 
fixes and stabilization, covering both 2a and previous formats.
303
 
 
304
 
The Bazaar team decided that 2.0 will be a long-term supported
305
 
release, with bugfix-only releases based on it, continuing for at
306
 
least six months or until the following stable release.
307
 
 
308
325
Compatibility Breaks
309
326
********************
310
327