~cjwatson/bzr/bzr-2.6.0-lp-2

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2012-09-19 08:27:25 UTC
  • mfrom: (6562.1.1 2.6-merge-up-2.5)
  • Revision ID: pqm@pqm.ubuntu.com-20120919082725-dzvmca37zj5xx2hh
(jam) Merge bzr-2.5.2-dev into bzr trunk to get the ConnectionReset
        fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
* ``bzr config`` properly handles aliases and references in the
36
36
  ``--directory`` parameter (Vincent Ladeuil, Wouter van Heyst, #947049)
37
37
 
 
38
* Lightweight checkouts of remote repositories had a bug with how they
 
39
  extracted texts from the repository. (Just an ordering constraint on how
 
40
  they consumed the stream.) (John Arbash Meinel, #1046284)
 
41
 
 
42
* ``osutils.send_all`` now detects if we get a series of zero bytes sent,
 
43
  and fails with a ECONNRESET. It seems if paramiko gets disconnected, it
 
44
  will get into a state where it returns 0 bytes sent, but doesn't raise
 
45
  an error. This change allows us to get a couple hiccups of no content
 
46
  sent, but if it is consistent, we will consider it to be a failure.
 
47
  (John Arbash Meinel, #1047309)
 
48
 
38
49
* Revert use of --no-tty when gpg signing commits. (Jelmer Vernooij, #1014570)
39
50
 
 
51
* Some small bug fixes wrt lightweight checkouts and remote repositories.
 
52
  A test permutation was added that runs all working tree tests against a
 
53
  lightweight checkout. (John Arbash Meinel, #1046697)
 
54
 
40
55
Documentation
41
56
*************
42
57