~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2013-05-27 10:52:24 UTC
  • mfrom: (6576.1.5 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20130527105224-3k2yibl2xrvnh6rf
(vila) Handle empty quoted strings in command lines and various
 cleanups (Vincent Ladeuil)

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
 
106
98
Internals
107
99
*********
108
100
 
 
101
* Add __iter__ to http ResponseFile. (Jelmer Vernooij, #1184021)
 
102
 
109
103
* The launchpad plugin now requires API 1.6.0 or later.  This version shipped
110
104
  with Ubuntu 9.10.  (Aaron Bentley)
111
105
 
116
110
  ``stderr`` encoding should be preferred over terminal encoding if
117
111
  available. (Vincent Ladeuil, #1086209)
118
112
 
119
 
 
120
113
bzr 2.6b2
121
114
#########
122
115