/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
    * Inverse forms are provided for all boolean options.  For example,
18
18
      --strict has --no-strict, --no-recurse has --recurse (Aaron Bentley)
19
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
 
20
24
  BUG FIXES:
21
25
 
22
26
    * Handle TZ=UTC properly when reading/writing revisions.
28
32
    * External diff does the right thing for binaries even in foreign 
29
33
      languages. (John Arbash Meinel, #56307)
30
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
 
31
39
  INTERNALS:
32
40
 
33
41
    * ``bzrlib.cache_utf8`` contains ``encode()`` and ``decode()`` functions
36
44
      convert revision ids to utf8 to annotate lines in storage.
37
45
      (John Arbash Meinel)
38
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
 
39
51
bzr 0.9.0  2006-08-11
40
52
 
41
53
  SURPRISES: