~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-08-15 16:59:36 UTC
  • mfrom: (1927 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1929.
  • Revision ID: john@arbash-meinel.com-20060815165936-fdb89c9f58831367
[merge] bzr.dev 1927

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
IN DEVELOPMENT
2
2
  
3
3
  IMPROVEMENTS:
 
4
  
 
5
    * 'bzr add --file-ids-from' can be used to specify another path to use
 
6
      for creating file ids, rather than generating all new ones. Internally,
 
7
      the 'action' passed to smart_add_tree() can return file_ids that
 
8
      will be used, rather than having bzrlib generate new ones.
 
9
      (John Arbash Meinel, #55781)
 
10
 
 
11
    * ``bzr selftest --benchmark`` now allows a ``--cache-dir`` parameter.
 
12
      This will cache some of the intermediate trees, and decrease the
 
13
      setup time for benchmark tests. (John Arbash Meinel)
4
14
 
5
15
  BUG FIXES:
6
16
 
7
17
    * Handle TZ=UTC properly when reading/writing revisions.
8
18
      (John Arbash Meinel, #55783)
9
19
 
 
20
    * Use GPG_TTY to allow gpg --cl to work with gpg-agent in a pipeline,
 
21
      (passing text to sign in on stdin). (John Arbash Meinel, #54468)
 
22
 
10
23
  INTERNALS:
11
24
 
 
25
    * ``bzrlib.cache_utf8`` contains ``encode()`` and ``decode()`` functions
 
26
      which can be used to cache the conversion between utf8 and Unicode.
 
27
      Especially helpful for some of the knit annotation code, which has to
 
28
      convert revision ids to utf8 to annotate lines in storage.
 
29
      (John Arbash Meinel)
 
30
 
12
31
bzr 0.9.0  2006-08-11
13
32
 
14
33
  SURPRISES: