~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-01-12 00:08:41 UTC
  • mfrom: (5590.1.6 2.3-gzip-py2.7)
  • Revision ID: pqm@pqm.ubuntu.com-20110112000841-bsgwos6fnhv9nlc7
(jameinel) Stop using bzrlib.tuned_gzip.GzipFile. (John A Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
  trying to set the tags in the master branch. This had been broken by the
70
70
  bug fix for bug #603395.  (John Arbash Meinel, #701212)
71
71
 
 
72
* Stop using ``bzrlib.tuned_gzip.GzipFile``. It is incompatible with
 
73
  python-2.7 and was only used for Knit format repositories, which haven't
 
74
  been recommended since 2007. The file itself will be removed in the next
 
75
  release. (John Arbash Meinel)
 
76
 
72
77
Documentation
73
78
*************
74
79
 
91
96
  already opened that repository).  Implementations of these APIs will
92
97
  need to be updated to accept these arguments.  (Andrew Bennetts)
93
98
 
 
99
* ``bzrlib.tuned_gzip.GzipFile`` is now deprecated and will be removed in
 
100
  the bzr-2.4 series. Code that was using it can just use the python
 
101
  stdlib ``gzip.GzipFile``. (John Arbash Meinel)
 
102
 
94
103
Internals
95
104
*********
96
105