~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 13:41:14 UTC
  • mfrom: (1930.2.3 testament-unicode-54723)
  • Revision ID: pqm@pqm.ubuntu.com-20060817134114-6eadfca2a735ddae
(jam) fix bug #54723, allow Testament to handle unicode revision properties (avoid double handling encode/decode)

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    * External diff does the right thing for binaries even in foreign 
29
29
      languages. (John Arbash Meinel, #56307)
30
30
 
 
31
    * Testament handles more cases when content is unicode. Specific bug was
 
32
      in handling of revision properties. (John Arbash Meinel, Holger Krekel,
 
33
      #54723)
 
34
 
31
35
  INTERNALS:
32
36
 
33
37
    * ``bzrlib.cache_utf8`` contains ``encode()`` and ``decode()`` functions