~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Merge the fix for bug #819604 into trunk, resolve conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
* ``bzr mkdir --quiet`` now does not print a line for every created
47
47
  directory. (Martin von Gagern, #869915)
48
48
 
 
49
* Teach the bzr client how to reconnect if we get ``ConnectionReset``
 
50
  while making an RPC request. This doesn't handle all possible network
 
51
  disconnects, but it should at least handle when the server is asked to
 
52
  shutdown gracefully. (John Arbash Meinel, #819604)
 
53
 
49
54
Documentation
50
55
*************
51
56
 
57
62
.. Changes that may require updates in plugins or other code that uses
58
63
   bzrlib.
59
64
 
60
 
* ``Branch.revision_history`` is now deprecated. (Jelmer Vernooij, #799519)
61
 
 
62
65
Internals
63
66
*********
64
67
 
65
68
.. Major internal changes, unlikely to be visible to users or plugin 
66
69
   developers, but interesting for bzr developers.
67
70
 
68
 
* ``ControlDirFormat`` now has a new method ``supports_transport``
69
 
  which format implementations can use whether or not they can access
70
 
  a control dir over a particular transport. (Jelmer Vernooij)
71
 
 
72
71
Testing
73
72
*******
74
73
 
76
75
   suite.  This can include new facilities for writing tests, fixes to 
77
76
   spurious test failures and changes to the way things should be tested.
78
77
 
79
 
*  Ensure TestCase instances are deallocated immediately after running where
80
 
   possible. This greatly reduces the peak resource needs of a full test suite
81
 
   run. The new ``-Euncollected_cases`` selftest flag will add failures if any
82
 
   case which persists pasts its expected lifetime. (Martin Packman, #613247)
83
 
 
84
78
 
85
79
bzr 2.5b2
86
80
#########