~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-03-22 09:57:11 UTC
  • mfrom: (5724.1.4 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20110322095711-9bggm9tnxnw9frow
(jameinel) Fix tar exporters to always write to binary streams. (John A
 Meinel)

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.1
 
8
bzr 2.3.2
9
9
#########
10
10
 
11
 
:2.3.1: NOT RELEASED YET
 
11
:2.3.2: NOT RELEASED YET
12
12
 
13
13
External Compatibility Breaks
14
14
*****************************
32
32
.. Fixes for situations where bzr would previously crash or give incorrect
33
33
   or undesirable results.
34
34
 
 
35
Documentation
 
36
*************
 
37
 
 
38
.. Improved or updated documentation.
 
39
 
 
40
API Changes
 
41
***********
 
42
 
 
43
.. Changes that may require updates in plugins or other code that uses
 
44
   bzrlib.
 
45
 
 
46
Internals
 
47
*********
 
48
 
 
49
.. Major internal changes, unlikely to be visible to users or plugin 
 
50
   developers, but interesting for bzr developers.
 
51
 
 
52
Testing
 
53
*******
 
54
 
 
55
.. Fixes and changes that are only relevant to bzr's test framework and 
 
56
   suite.  This can include new facilities for writing tests, fixes to 
 
57
   spurious test failures and changes to the way things should be tested.
 
58
 
 
59
* FreeBSD8 has switched to python-2.7 which revealed a re-occurrence of a test
 
60
  failure in the launchpad plugin. ``xmlrpclib.py`` on natty carries a patch
 
61
  that is not in python-2.7 upstream and masked the issue. An additional fix
 
62
  has been added in the interim
 
63
  (<http://psf.upfronthosting.co.za/roundup/tracker/issue8194> should be fixed
 
64
  in python > 2.7.1).  (Vincent Ladeuil, #654733)
 
65
 
 
66
 
 
67
bzr 2.3.1
 
68
#########
 
69
 
 
70
:2.3.1: 2011-03-10
 
71
 
 
72
This is a bugfix release. Upgrading is recommended for all users of earlier
 
73
2.3 releases.
 
74
 
 
75
Bug Fixes
 
76
*********
 
77
 
 
78
.. Fixes for situations where bzr would previously crash or give incorrect
 
79
   or undesirable results.
 
80
 
35
81
* Correctly resolve text conflicts for files in subdirs.
36
82
  (Vincent Ladeuil, #715058)
37
83
 
43
89
  counter when commands finished before we logged the total transferred.
44
90
  (John Arbash Meinel, #713258)
45
91
 
46
 
Documentation
47
 
*************
48
 
 
49
 
.. Improved or updated documentation.
50
 
 
51
 
API Changes
52
 
***********
53
 
 
54
 
.. Changes that may require updates in plugins or other code that uses
55
 
   bzrlib.
56
 
 
57
 
Internals
58
 
*********
59
 
 
60
 
.. Major internal changes, unlikely to be visible to users or plugin 
61
 
   developers, but interesting for bzr developers.
62
 
 
63
 
Testing
64
 
*******
65
 
 
66
 
.. Fixes and changes that are only relevant to bzr's test framework and 
67
 
   suite.  This can include new facilities for writing tests, fixes to 
68
 
   spurious test failures and changes to the way things should be tested.
69
 
 
70
 
 
71
92
bzr 2.3.0
72
93
#########
73
94