~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jelmer Vernooij
  • Date: 2009-04-03 21:50:40 UTC
  • mto: This revision was merged to the branch mainline in revision 4253.
  • Revision ID: jelmer@samba.org-20090403215040-lz70cjc4i8bfg9xd
Review from Aaron: 
- move generic serializer tests to bzrlib.tests.test_serializer.
- fix some formatting
- add NEWS item

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
API Changes
182
182
***********
183
183
 
184
 
* APIs deprecated in 1.6 and previous verisons of bzr are now removed.
 
184
* APIs deprecated in 1.6 and previous versions of bzr are now removed.
185
185
  (Martin Pool)
186
186
 
187
187
* ``CommitReporter`` is no longer called with ``unchanged`` status during
209
209
* The ``pb`` argument to ``fetch()`` is deprecated.
210
210
  (Martin Pool)
211
211
 
 
212
* The ``Serializer`` class and the serializer ``format registry`` have moved
 
213
  from ``bzrlib.xml_serializer`` to ``bzrlib.serializer``. (Jelmer Vernooij)
 
214
 
212
215
* The smart server jail now hooks into BzrDir.open to prevent any BzrDir
213
216
  that is not inside the backing transport from being opened.  See the
214
217
  module documentation for ``bzrlib.smart.request`` for details.