~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-08-17 14:18:30 UTC
  • mfrom: (1934.1.21 xml_writer)
  • Revision ID: pqm@pqm.ubuntu.com-20060817141830-383cad75e9090732
(robertc,jam) Custom xml serializer saves a lot of time when serializing inventories

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
    * Inverse forms are provided for all boolean options.  For example,
18
18
      --strict has --no-strict, --no-recurse has --recurse (Aaron Bentley)
19
19
 
 
20
    * Serialize out Inventories directly, rather than using ElementTree.
 
21
      Writing out a kernel sized inventory drops from 2s down to ~350ms.
 
22
      (Robert Collins, John Arbash Meinel)
 
23
 
20
24
  BUG FIXES:
21
25
 
22
26
    * Handle TZ=UTC properly when reading/writing revisions.