~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-20 09:27:48 UTC
  • mfrom: (4241.16.6 bzr-1.14rc2)
  • Revision ID: pqm@pqm.ubuntu.com-20090420092748-tm2cofylpjauo1nw
(tanner) merge release 1.14rc2 back into bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
  via ~/.bazaar/authentication.conf fails. (Jelmer Vernooij, 
77
77
  Vincent Ladeuil, #321918)
78
78
 
79
 
bzr 1.14rc1
 
79
bzr 1.14rc2
80
80
###########
81
81
:Codename: brisbane-core
82
82
:1.14rc1: 2009-04-06
 
83
:1.14rc2: 2009-04-19
83
84
 
84
85
New formats 1.14 and 1.14-rich-root supporting End-Of-Line (EOL) conversions,
85
86
keyword templating (via the bzr-keywords plugin) and generic content filtering.
86
87
End-of-line conversion is now supported for formats supporting content
87
88
filtering.
88
89
 
 
90
Changes from RC1 to RC2
 
91
***********************
 
92
 
 
93
* Fix for bug 358037 Revision not in
 
94
  bzrlib.groupcompress.GroupCompressVersionedFiles (Brian de Alwis, 
 
95
  John A Meinel)
 
96
 
 
97
* Fix for bug 354036 ErrorFromSmartServer - AbsentContentFactory object has no
 
98
  attribute 'get_bytes_as' exception while pulling from Launchpad 
 
99
  (Jean-Francois Roy, Andrew Bennetts, Robert Collins)
 
100
 
 
101
* Fix for bug 355280 eol content filters are never loaded and thus never
 
102
  applied (Brian de Alwis, Ian Clatworthy)
 
103
 
 
104
* bzr.dev -r4280  Change _fetch_uses_deltas = False for CHK repos until we can
 
105
  write a better fix. (John Arbash Meinel, Robert Collins)
 
106
 
 
107
* Fix for bug 361574 uncommit recommends undefined --levels and -n options
 
108
  (Marius Kruger, Ian Clatworthy)
 
109
 
 
110
* bzr.dev r4289 as cherrypicked at lp:~spiv/bzr/stacking-cherrypick-1.14 
 
111
  (Andrew Bennetts, Robert Collins)
 
112
 
89
113
Compatibility Breaks
90
114
********************
91
115
 
222
246
Bug Fixes
223
247
*********
224
248
 
 
249
* Pushing a new stacked branch will also push the parent inventories for
 
250
  revisions at the stacking boundary.  This makes sure that the stacked
 
251
  branch has enough data to calculate inventory deltas for all of its
 
252
  revisions (without requiring the fallback branch).  This avoids
 
253
  "'AbsentContentFactory' object has no attribute 'get_bytes_as'" errors
 
254
  when fetching the stacked branch from a 1.13 (or later) smart server.
 
255
  This partially fixes #354036.  (Andrew Bennetts, Robert Collins)
 
256
 
 
257
* End-Of-Line content filters are now loaded correctly.
 
258
  (Ian Clatworthy, Brian de Alwis, #355280)
 
259
 
225
260
* Authentication plugins now receive all the parameters from the request
226
261
  itself (aka host, port, realm, path, etc). Previously, only the 
227
262
  authentication section name, username and encoded password were