~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.6.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:
60
60
  ``BZR_PROGRESS_BAR``. This can be set in ``bazaar.conf`` or specified from
61
61
  the command line with ``-Oprogress_bar=text``. (Vincent Ladeuil, #388275)
62
62
 
 
63
* ``Authentication.Config`` now always returns unicode user names and passwords.
 
64
  (Vincent Ladeuil, #514301)
 
65
 
 
66
* Fix a traceback when trying to checkout a tree that also has an entry
 
67
  with file-id `TREE_ROOT` somewhere other than at the root directory.
 
68
  (John Arbash Meinel, #830947)
 
69
 
63
70
* Fixed a bug where the entire contents of ``/etc/mailname`` is read in.
64
71
  We only want to read in the first line so that comments could be added
65
72
  and would be ignored.
69
76
  causes breakage with docutils 0.9.1.
70
77
  (Vincent Ladeuil, Jelmer Vernooij, #1066307)
71
78
 
72
 
* ``Authentication.Config`` now always returns unicode user names and passwords.
73
 
  (Vincent Ladeuil, #514301)
 
79
* Some filesystems give ``EOPNOTSUPP`` when trying to call ``fdatasync``.
 
80
  This shouldn't be treated as a fatal error.
 
81
  (John Arbash Meinel, #1075108)
74
82
 
75
83
* Warn when ``--show-base`` is used for ``pull`` in a treeless branch
76
84
  instead of failing. It's useless but harmless. (Vincent Ladeuil, #1022160)