~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-08-17 13:53:36 UTC
  • mfrom: (1939 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1940.
  • Revision ID: john@arbash-meinel.com-20060817135336-100de82962355d3b
[merge] bzr.dev 1939

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
      This will cache some of the intermediate trees, and decrease the
15
15
      setup time for benchmark tests. (John Arbash Meinel)
16
16
 
 
17
    * Inverse forms are provided for all boolean options.  For example,
 
18
      --strict has --no-strict, --no-recurse has --recurse (Aaron Bentley)
 
19
 
17
20
  BUG FIXES:
18
21
 
19
22
    * Handle TZ=UTC properly when reading/writing revisions.
22
25
    * Use GPG_TTY to allow gpg --cl to work with gpg-agent in a pipeline,
23
26
      (passing text to sign in on stdin). (John Arbash Meinel, #54468)
24
27
 
 
28
    * External diff does the right thing for binaries even in foreign 
 
29
      languages. (John Arbash Meinel, #56307)
 
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
 
25
35
  INTERNALS:
26
36
 
27
37
    * ``bzrlib.cache_utf8`` contains ``encode()`` and ``decode()`` functions