~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: INADA Naoki
  • Date: 2011-05-05 09:15:34 UTC
  • mto: (5830.3.3 i18n-msgfmt)
  • mto: This revision was merged to the branch mainline in revision 5873.
  • Revision ID: songofacandy@gmail.com-20110505091534-7sv835xpofwrmpt4
Add update-pot command to Makefile and tools/bzrgettext script that
extracts help text from bzr commands.

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.4
 
8
bzr 2.3.2
9
9
#########
10
10
 
11
 
:Codename: One and counting
12
 
:2.3.4: NOT RELEASED YET
 
11
:2.3.2: NOT RELEASED YET
13
12
 
14
13
External Compatibility Breaks
15
14
*****************************
27
26
.. Improvements to existing commands, especially improved performance 
28
27
   or memory usage, or better results.
29
28
 
30
 
Bug Fixes
31
 
*********
32
 
 
33
 
.. Fixes for situations where bzr would previously crash or give incorrect
34
 
   or undesirable results.
35
 
 
36
 
* Don't fail with traceback if `bzr serve` is running as a service on Windows,
37
 
  and there is no USERNAME, nor BZR_EMAIL or other whoami-related environment
38
 
  variables set. (Alexander Belchenko, Bug #660174)
39
 
 
40
 
Documentation
41
 
*************
42
 
 
43
 
.. Improved or updated documentation.
44
 
 
45
 
* Updated the "Using stacked branches" section of the user guide to
46
 
  describe committing to stacked branches and expanded its discussion of
47
 
  pushing a stcked branch.  (Andrew Bennetts)
48
 
 
49
 
API Changes
50
 
***********
51
 
 
52
 
.. Changes that may require updates in plugins or other code that uses
53
 
   bzrlib.
54
 
 
55
 
Internals
56
 
*********
57
 
 
58
 
.. Major internal changes, unlikely to be visible to users or plugin 
59
 
   developers, but interesting for bzr developers.
60
 
 
61
 
Testing
62
 
*******
63
 
 
64
 
.. Fixes and changes that are only relevant to bzr's test framework and 
65
 
   suite.  This can include new facilities for writing tests, fixes to 
66
 
   spurious test failures and changes to the way things should be tested.
67
 
 
68
 
* Remove the deprecation decorators for ``failUnlessExists`` and
69
 
  ``failIfExists``. The deprecation "will" occur in 2.4, not
70
 
  before. Providing the wrappers is enough as far as 2.3 is concerned.
71
 
  (Vincent Ladeuil #794960)
72
 
 
73
 
bzr 2.3.3
74
 
#########
75
 
 
76
 
:2.3.3: 2011-05-13
77
 
 
78
 
This is a bugfix release. Upgrading is recommended for all users of earlier
79
 
2.3 releases.
80
 
 
81
 
This fixed a bug in the test suite triggered by python-2.7 deprecating some
82
 
tests helpers.
83
 
 
84
 
Testing
85
 
*******
86
 
 
87
 
* Stop using `failIf`, `failUnless`, `failIfEqual`, etc, that give
88
 
  `PendingDeprecationWarnings` on Python2.7. 
89
 
  (Martin Pool, #760435)
90
 
 
91
 
 
92
 
bzr 2.3.2
93
 
#########
94
 
 
95
 
:2.3.2: 2011-05-12
96
 
 
97
 
This is a bugfix release. Upgrading is recommended for all users of earlier
98
 
2.3 releases.
99
 
 
100
 
This was never released due to bug #760435 interrupting the release process by
101
 
breaking the test suite under python-2.7 on natty.
102
 
 
103
 
External Compatibility Breaks
104
 
*****************************
105
 
 
106
 
None
107
 
 
108
 
New Features
109
 
************
110
 
 
111
 
None
112
 
 
113
 
Improvements
114
 
************
115
 
 
116
29
* Getting all entries from ``CHKInventory.iter_entries_by_dir()`` has been
117
30
  sped up dramatically for large trees. Iterating by dir is not the best
118
31
  way to load data from a CHK inventory, so it preloads all the items in
123
36
Bug Fixes
124
37
*********
125
38
 
 
39
.. Fixes for situations where bzr would previously crash or give incorrect
 
40
   or undesirable results.
 
41
 
126
42
* Bazaar now infers the default user email address on Unix from the local
127
43
  account name plus the contents of ``/etc/mailname`` if that file exists.
128
44
  In particular, this means that committing as root through etckeeper will
156
72
  (Martin Pool, #716389)
157
73
 
158
74
 
 
75
Documentation
 
76
*************
 
77
 
 
78
.. Improved or updated documentation.
 
79
 
159
80
API Changes
160
81
***********
161
82
 
162
 
None.
 
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.
163
91
 
164
92
Testing
165
93
*******
166
94
 
 
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
 
167
99
* FreeBSD8 has switched to python-2.7 which revealed a re-occurrence of a test
168
100
  failure in the launchpad plugin. ``xmlrpclib.py`` on natty carries a patch
169
101
  that is not in python-2.7 upstream and masked the issue. An additional fix