~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2013-05-27 09:12:32 UTC
  • mto: This revision was merged to the branch mainline in revision 6578.
  • Revision ID: v.ladeuil+lp@free.fr-20130527091232-vgpxbqqwjjbkjpgz
News entries should not be duplicated when merging up into newer series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
* ``Authentication.Config`` now always returns unicode user names and passwords.
64
64
  (Vincent Ladeuil, #514301)
65
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
 
 
70
66
* Fixed a bug where the entire contents of ``/etc/mailname`` is read in.
71
67
  We only want to read in the first line so that comments could be added
72
68
  and would be ignored.
76
72
  causes breakage with docutils 0.9.1.
77
73
  (Vincent Ladeuil, Jelmer Vernooij, #1066307)
78
74
 
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)
82
 
 
83
75
* Warn when ``--show-base`` is used for ``pull`` in a treeless branch
84
76
  instead of failing. It's useless but harmless. (Vincent Ladeuil, #1022160)
85
77