~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2013-05-23 10:04:17 UTC
  • mfrom: (6437.63.11 2.5)
  • mto: This revision was merged to the branch mainline in revision 6575.
  • Revision ID: john@arbash-meinel.com-20130523100417-i38zikta14q2xdyz
Merge lp:bzr/2.5 tip and move up the changelog items.

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)