~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

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.2.0
9
 
#########
10
 
 
11
 
:Codename: ???
12
 
:2.2.0: NOT RELEASED YET
 
8
bzr 2.2
 
9
#######
 
10
 
 
11
:Codename: La Hulpe
 
12
:2.2: 2010-08-06
 
13
 
 
14
This release marks the start of another long-term-stable series. From
 
15
here, we will only make bugfix releases on the 2.2 series (2.2.1, etc),
 
16
while 2.3 will become our new development series. The 2.0 and 2.1 series
 
17
will also continue to get bugfixes. (Currently 2.0 is planned to be
 
18
supported for another 6 months.)
 
19
 
 
20
This is primarily a bugfix and polish release over the 2.1 series, with
 
21
a large number of bugs fixed (>120), and some performance improvements.
 
22
 
 
23
There are some compatibility changes in this release.  For users of bzrlib
 
24
as a library, we now request that they call ``bzrlib.initialize`` and use
 
25
the returned context manager appropriately. For commandline users we no
 
26
longer guess user identity for ``bzr commit``, users must specify their
 
27
identity using ``bzr whoami`` (you don't need to specify your identity for
 
28
readonly operations).
 
29
 
 
30
Users are encouraged to upgrade from the other stable series.
13
31
 
14
32
Compatibility Breaks
15
33
********************
25
43
  macrobenchmark suite.
26
44
  (Martin Pool)
27
45
 
28
 
New Features
29
 
************
30
 
 
31
46
Bug Fixes
32
47
*********
33
48
 
76
91
 
77
92
* Delete ``ProgressTask.note``, which was deprecated in 2.1.
78
93
 
79
 
Internals
80
 
*********
81
 
 
82
94
Testing
83
95
*******
84
96
 
522
534
  plugins to an all-in-one installation, ensure they are compiled and
523
535
  installed with -O1 or help may not work. (Martin [gz])
524
536
 
525
 
Documentation
526
 
*************
527
 
 
528
537
API Changes
529
538
***********
530
539
 
580
589
 
581
590
* No longer require zlib headers to build extensions, and remove the need
582
591
  for seperate copy of zlib library on windows.
583
 
  (John Arbash Meinel, Martin <gzlist@googlemail.com>, #66923)
 
592
  (John Arbash Meinel, Martin <gzlist@googlemail.com>, #566923)
584
593
 
585
594
Testing
586
595
*******
668
677
  (Vincent Ladeuil, #474807)
669
678
 
670
679
* Properly handle ``param_name`` attribute for ``ListOption``.
671
 
  (Martin von Gagern, 387117)
 
680
  (Martin von Gagern, #387117)
672
681
 
673
682
Improvements
674
683
************