~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge updated set_parents api.

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)
4
6
  
5
7
    * 'bzr add --file-ids-from' can be used to specify another path to use
6
8
      for creating file ids, rather than generating all new ones. Internally,
12
14
      This will cache some of the intermediate trees, and decrease the
13
15
      setup time for benchmark tests. (John Arbash Meinel)
14
16
 
 
17
    * Inverse forms are provided for all boolean options.  For example,
 
18
      --strict has --no-strict, --no-recurse has --recurse (Aaron Bentley)
 
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
 
15
24
  BUG FIXES:
16
25
 
 
26
    * Handle TZ=UTC properly when reading/writing revisions.
 
27
      (John Arbash Meinel, #55783, #56290)
 
28
 
17
29
    * Use GPG_TTY to allow gpg --cl to work with gpg-agent in a pipeline,
18
30
      (passing text to sign in on stdin). (John Arbash Meinel, #54468)
19
31
 
 
32
    * External diff does the right thing for binaries even in foreign 
 
33
      languages. (John Arbash Meinel, #56307)
 
34
 
 
35
    * Testament handles more cases when content is unicode. Specific bug was
 
36
      in handling of revision properties. (John Arbash Meinel, Holger Krekel,
 
37
      #54723)
 
38
 
20
39
  INTERNALS:
21
40
 
22
41
    * ``bzrlib.cache_utf8`` contains ``encode()`` and ``decode()`` functions
25
44
      convert revision ids to utf8 to annotate lines in storage.
26
45
      (John Arbash Meinel)
27
46
 
 
47
    * ``setup.py`` now searches the filesystem to find all packages which
 
48
      need to be installed. This should help make the life of packagers
 
49
      easier. (John Arbash Meinel)
 
50
 
28
51
bzr 0.9.0  2006-08-11
29
52
 
30
53
  SURPRISES: