~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2013-05-30 11:38:59 UTC
  • mfrom: (6015.57.7 2.4)
  • mto: (6437.77.2 2.5)
  • mto: This revision was merged to the branch mainline in revision 6579.
  • Revision ID: john@arbash-meinel.com-20130530113859-jhexdbtzd8firdnw
Merge the 2.4 branch, and no-op out the changes for just the reconnection logic.

The reconnect code was already in 2.5, and the backporting lost the ancestry.
There is enough *other* code changes that it just caused lots of conflicts with what 
was already correct.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
  This shouldn't be treated as a fatal error.
64
64
  (John Arbash Meinel, #1075108)
65
65
 
 
66
* Teach the bzr client how to reconnect if we get ``ConnectionReset``
 
67
  while making an RPC request. This doesn't handle all possible network
 
68
  disconnects, but it should at least handle when the server is asked to
 
69
  shutdown gracefully. This is a backport of the functionality in bzr-2.5.
 
70
  (John Arbash Meinel, #819604)
 
71
 
66
72
* Use ``encoding_type='exact'`` for ``bzr testament`` so that on Windows
67
73
  the sha hash of the long testament matches the sha hash in the short
68
74
  form. (John Arbash Meinel, #1010339)