~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-11-19 16:41:31 UTC
  • mfrom: (4788.2.2 2.1.0b3-gc-nogil)
  • Revision ID: pqm@pqm.ubuntu.com-20091119164131-pg4ky6zrxe6kpzhq
(jam) Release the gil during some of the core groupcompress code
        paths.

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
 
150
150
* Include Japanese translations for documentation (Inada Naoki)
151
151
 
 
152
* Some of the core groupcompress functionality now releases the GIL before
 
153
  operation. Similar to how zlib and bz2 operate without the GIL in the
 
154
  core compression and decompression routines. (John Arbash Meinel)
 
155
 
152
156
Testing
153
157
*******
154
158