~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.3.txt

  • Committer: Vincent Ladeuil
  • Date: 2011-05-13 12:51:05 UTC
  • mfrom: (5609.33.12 2.3.3-dev)
  • mto: This revision was merged to the branch mainline in revision 5861.
  • Revision ID: v.ladeuil+lp@free.fr-20110513125105-nfqzhavkffbzatjj
Prepare merging 2.3.3 into trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.. toctree::
6
6
   :maxdepth: 1
7
7
 
 
8
bzr 2.3.3
 
9
#########
 
10
 
 
11
:2.3.3: 2011-05-13
 
12
 
 
13
This is a bugfix release. Upgrading is recommended for all users of earlier
 
14
2.3 releases.
 
15
 
 
16
This fixed a bug in the test suite triggered by python-2.7 deprecating some
 
17
tests helpers.
 
18
 
 
19
Testing
 
20
*******
 
21
 
 
22
* Stop using `failIf`, `failUnless`, `failIfEqual`, etc, that give
 
23
  `PendingDeprecationWarnings` on Python2.7. 
 
24
  (Martin Pool, #760435)
 
25
 
 
26
 
8
27
bzr 2.3.2
9
28
#########
10
29
 
11
 
:2.3.2: NOT RELEASED YET
 
30
:2.3.2: 2011-05-12
 
31
 
 
32
This is a bugfix release. Upgrading is recommended for all users of earlier
 
33
2.3 releases.
 
34
 
 
35
This was never released due to bug #760435 interrupting the release process by
 
36
breaking the test suite under python-2.7 on natty.
12
37
 
13
38
External Compatibility Breaks
14
39
*****************************
15
40
 
16
 
.. These may require users to change the way they use Bazaar.
 
41
None
17
42
 
18
43
New Features
19
44
************
20
45
 
21
 
.. New commands, options, etc that users may wish to try out.
 
46
None
22
47
 
23
48
Improvements
24
49
************
25
50
 
26
 
.. Improvements to existing commands, especially improved performance 
27
 
   or memory usage, or better results.
28
 
 
29
51
* Getting all entries from ``CHKInventory.iter_entries_by_dir()`` has been
30
52
  sped up dramatically for large trees. Iterating by dir is not the best
31
53
  way to load data from a CHK inventory, so it preloads all the items in
36
58
Bug Fixes
37
59
*********
38
60
 
39
 
.. Fixes for situations where bzr would previously crash or give incorrect
40
 
   or undesirable results.
41
 
 
42
61
* Bazaar now infers the default user email address on Unix from the local
43
62
  account name plus the contents of ``/etc/mailname`` if that file exists.
44
63
  In particular, this means that committing as root through etckeeper will
72
91
  (Martin Pool, #716389)
73
92
 
74
93
 
75
 
Documentation
76
 
*************
77
 
 
78
 
.. Improved or updated documentation.
79
 
 
80
94
API Changes
81
95
***********
82
96
 
83
 
.. Changes that may require updates in plugins or other code that uses
84
 
   bzrlib.
85
 
 
86
 
Internals
87
 
*********
88
 
 
89
 
.. Major internal changes, unlikely to be visible to users or plugin 
90
 
   developers, but interesting for bzr developers.
 
97
None.
91
98
 
92
99
Testing
93
100
*******
94
101
 
95
 
.. Fixes and changes that are only relevant to bzr's test framework and 
96
 
   suite.  This can include new facilities for writing tests, fixes to 
97
 
   spurious test failures and changes to the way things should be tested.
98
 
 
99
102
* FreeBSD8 has switched to python-2.7 which revealed a re-occurrence of a test
100
103
  failure in the launchpad plugin. ``xmlrpclib.py`` on natty carries a patch
101
104
  that is not in python-2.7 upstream and masked the issue. An additional fix