~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

merge from bzr.dev

Show diffs side-by-side

added added

removed removed

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