~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-06-28 04:42:07 UTC
  • mfrom: (5320.2.8 globalzapping)
  • Revision ID: pqm@pqm.ubuntu.com-20100628044207-67md0bfc3ojod6of
(lifeless) Make the trace module managed more cleanly by BzrLibraryState.
 (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
180
180
Internals
181
181
*********
182
182
 
 
183
* ``bzrlib.osutils.get_terminal_encoding`` will now only mutter its
 
184
  selection when explicitly requested; this avoids many duplicate calls
 
185
  being logged when helpers, wrappers and older code that manually calls
 
186
  it are executed it is now logged deliberately by the ui setup code.
 
187
  (Robert Collins)
 
188
 
183
189
* Improved ``bzrlib.urlutils`` to handle lp:foo/bar URLs. (Gordon Tyler)
184
190
 
185
191
* ``bzrlib._c_static_tuple.StaticTuple`` now implements ``__sizeof__``, so
186
192
  that ``sys.getsizeof`` and other memory analysis tools will report more
187
193
  accurate results. (Andrew Bennetts)
188
194
 
 
195
* The symbol_versioning module can now cleanup after itself -
 
196
  ``suppress_deprecation_warnings`` now returns a cleanup function.
 
197
  (Robert Collins)
 
198
 
189
199
Testing
190
200
*******
191
201