~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2009-10-30 16:09:06 UTC
  • mto: (4668.1.1 2.1.0b2)
  • mto: This revision was merged to the branch mainline in revision 4779.
  • Revision ID: john@arbash-meinel.com-20091030160906-3jzoxr6vwyools8h
NEWS and version numbers for 2.1.0b2 (final)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.. contents:: List of Releases
6
6
   :depth: 1
7
7
 
8
 
bzr 2.1.0b2 (not released yet)
9
 
##############################
10
 
 
11
 
:Codename:
12
 
:2.1.0b2: ???
13
 
 
14
 
 
15
 
Compatibility Breaks
16
 
********************
17
 
 
18
 
New Features
19
 
************
 
8
bzr 2.1.0b2
 
9
###########
 
10
 
 
11
:Codename: a load off my mind
 
12
:2.1.0b2: 2009-11-02
 
13
 
 
14
This is our second feature-filled release since 2.0, pushing us down the
 
15
path to a 2.1.0. Once again, all bugfixes in 2.0.2 are present in 2.1.0b2.
 
16
 
 
17
Key highlights in this release are: improved handling of
 
18
failures-during-cleanup for commit, fixing a long-standing bug with
 
19
``bzr+http`` and shared repositories, and a new StaticTuple datatype,
 
20
allowing us to reduce memory consumption (50%) and garbage collector
 
21
overhead (40% faster) for many operations.
20
22
 
21
23
Bug Fixes
22
24
*********
24
26
* ``bzr+http`` servers no longer give spurious jail break errors when
25
27
  serving branches inside a shared repository.  (Andrew Bennetts, #348308)
26
28
 
27
 
* Diff parsing handles "Binary files differ" hunks.  (Aaron Bentley, #436325)
28
 
 
29
29
* Errors during commit are handled more robustly so that knock-on errors
30
30
  are less likely to occur, and will not obscure the original error if
31
31
  they do occur.  This fixes some causes of ``TooManyConcurrentRequests``
32
32
  and similar errors.  (Andrew Bennetts, #429747, #243391)
33
33
 
34
 
* Fetching from stacked pre-2a repository via a smart server no longer
35
 
  fails intermittently with "second push failed to complete".
36
 
  (Andrew Bennetts, #437626)
37
 
 
38
 
* PreviewTree file names are not limited by the encoding of the temp
39
 
  directory's filesystem. (Aaron Bentley, #436794)
40
 
 
41
34
* TreeTransform.adjust_path updates the limbo paths of descendants of adjusted
42
35
  files.  (Aaron Bentley)
43
36
 
105
98
  peak memory for initial copies (~200MB). (John Arbash Meinel)
106
99
 
107
100
 
108
 
Testing
109
 
*******
110
 
 
111
 
 
112
101
bzr 2.0.2
113
102
#########
114
103