/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« 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