~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: 2013-05-23 10:35:23 UTC
  • mfrom: (6574.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20130523103523-2wt6jmauja1n1vdt
(jameinel) Merge bzr/2.5 into trunk. (John A Meinel)

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
* Fix a traceback when trying to checkout a tree that also has an entry
 
39
  with file-id `TREE_ROOT` somewhere other than at the root directory.
 
40
  (John Arbash Meinel, #830947)
 
41
 
38
42
* Lightweight checkouts of remote repositories had a bug with how they
39
43
  extracted texts from the repository. (Just an ordering constraint on how
40
44
  they consumed the stream.) (John Arbash Meinel, #1046284)
48
52
 
49
53
* Revert use of --no-tty when gpg signing commits. (Jelmer Vernooij, #1014570)
50
54
 
 
55
* Some filesystems give ``EOPNOTSUPP`` when trying to call ``fdatasync``.
 
56
  This shouldn't be treated as a fatal error.
 
57
  (John Arbash Meinel, #1075108)
 
58
 
51
59
* Some small bug fixes wrt lightweight checkouts and remote repositories.
52
60
  A test permutation was added that runs all working tree tests against a
53
61
  lightweight checkout. (John Arbash Meinel, #1046697)