~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2016-04-21 04:10:52 UTC
  • mfrom: (6616.1.1 fix-en-user-guide)
  • Revision ID: pqm@pqm.ubuntu.com-20160421041052-clcye7ns1qcl2n7w
(richard-wilbur) Ensure build of English use guide always uses English text
 even when user's locale specifies a different language. (Jelmer Vernooij)

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
* Empty arguments in EDITOR are now properly preserved.
 
39
  (Ross Lagerwall, #1089792)
 
40
 
 
41
* Fix a traceback when trying to checkout a tree that also has an entry
 
42
  with file-id `TREE_ROOT` somewhere other than at the root directory.
 
43
  (John Arbash Meinel, #830947)
 
44
 
 
45
* Lightweight checkouts of remote repositories had a bug with how they
 
46
  extracted texts from the repository. (Just an ordering constraint on how
 
47
  they consumed the stream.) (John Arbash Meinel, #1046284)
 
48
 
 
49
* ``osutils.send_all`` now detects if we get a series of zero bytes sent,
 
50
  and fails with a ECONNRESET. It seems if paramiko gets disconnected, it
 
51
  will get into a state where it returns 0 bytes sent, but doesn't raise
 
52
  an error. This change allows us to get a couple hiccups of no content
 
53
  sent, but if it is consistent, we will consider it to be a failure.
 
54
  (John Arbash Meinel, #1047309)
 
55
 
38
56
* Revert use of --no-tty when gpg signing commits. (Jelmer Vernooij, #1014570)
39
57
 
 
58
* Some filesystems give ``EOPNOTSUPP`` when trying to call ``fdatasync``.
 
59
  This shouldn't be treated as a fatal error.
 
60
  (John Arbash Meinel, #1075108)
 
61
 
 
62
* Some small bug fixes wrt lightweight checkouts and remote repositories.
 
63
  A test permutation was added that runs all working tree tests against a
 
64
  lightweight checkout. (John Arbash Meinel, #1046697)
 
65
 
40
66
Documentation
41
67
*************
42
68