~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2011-07-07 10:19:00 UTC
  • mfrom: (6011.2.1 trunk)
  • mto: (6012.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 6013.
  • Revision ID: v.ladeuil+lp@free.fr-20110707101900-b0mxc2cnwu2dql97
Merging in trunk with root-id preserved

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
  modifying and renaming a file in a branch that deleted it (or vice-versa).
53
53
  (Vincent Ladeuil, #688101)
54
54
 
 
55
* Give a more helpful message when the bzr executable doesn't match the
 
56
  library.  (This typically happens because of a misconfigured PYTHONPATH
 
57
  or half-installed bzr.)  
 
58
  (Martin Pool, #804553)
 
59
 
55
60
* Properly load utf8-encoded config files. (Vincent Ladeuil, #799212)
56
61
 
57
62
* ``GraphThunkIdsToKeys.merge_sort`` now properly returns
78
83
  ``RepositoryFormat.supports_versioned_directories``.
79
84
  (Jelmer Vernooij, #765815)
80
85
 
 
86
* The "revno" field type when using the python version-info format is now
 
87
  a string (to handle dotted revnos) (Benoît Pierre, #796259)
 
88
 
81
89
Internals
82
90
*********
83
91
 
134
142
  exception caused while running bzr serve.
135
143
  (Jonathan Riddell, #274578)
136
144
 
137
 
 
138
145
* New hook set_commit_message in bzrlib.msgeditor to set a commit message
139
146
  and revision properties.  (Jonathan Riddell, #274578)
140
147
 
 
148
* Preserve existing ``root-id`` when merging an unrelated branch.
 
149
  (Aaron Bentley, #806356)
 
150
 
141
151
* Support ``-S`` as an alias for ``--short`` for the ``log`` and
142
152
  ``missing`` commands. (Martin von Gagern, #38655)
143
153
 
163
173
  ``True``.
164
174
  (Martin Pool, #220464)
165
175
 
 
176
* ``bzr version-info`` now works when the tree is on a dotted revno.
 
177
  (Benoît Pierre, #796259)
 
178
 
166
179
* Credentials in the log output produced by ``-Dhttp`` are masked so users
167
180
  can more freely post them in bug reports. (Vincent Ladeuil, #723074)
168
181