~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Ross Lagerwall
  • Date: 2012-08-07 06:32:51 UTC
  • mto: (6437.63.5 2.5)
  • mto: This revision was merged to the branch mainline in revision 6558.
  • Revision ID: rosslagerwall@gmail.com-20120807063251-x9p03ghg2ws8oqjc
Add bzrlib/locale to .bzrignore

bzrlib/locale is generated with ./setup.py build_mo which is in turn called
by ./setup.py build

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
 
 
56
38
* Revert use of --no-tty when gpg signing commits. (Jelmer Vernooij, #1014570)
57
39
 
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
 
 
66
40
Documentation
67
41
*************
68
42