/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

Implement to_files() for git merge directives.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.5.1   UNRELEASED
2
 
 
3
 
 BUG FIXES
4
 
 
5
 
  * Mark as compatible with Bazaar 2.2 (Jelmer Vernooij)
6
 
 
7
 
  * Use host specified rather than localhost in `bzr serve`.
8
 
    (David Coles, #543998)
9
 
 
10
 
  * Handle working trees without valid HEAD branch.
11
 
    (Jelmer Vernooij, #501385)
12
 
 
13
 
  * Default to non-bare repositories when initializing a control directory.
14
 
    (Jelmer Vernooij)
15
 
 
16
 
  * Cope with -0000 as timezone in Git commits. (Jelmer Vernooij, #539978)
17
 
 
18
 
 FEATURES
19
 
 
20
 
  * Support 'bzr diff --format=git'. (Jelmer Vernooij, #555994)
21
 
 
22
 
 PERFORMANCE
23
 
 
24
 
  * Avoid the use of InventoryDirectory.children. This speeds up 
25
 
    imports significantly. (Jelmer Vernooij)
26
 
 
27
 
0.5.0   2010-03-18
28
 
 
29
 
 BUG FIXES
30
 
 
31
 
  * Fix compatibility with newer versions of Python2.6, which change the 
32
 
    behaviour of urlparse.urlsplit.
 
1
0.5.0   UNRELEASED
 
2
 
 
3
 BUG FIXES
33
4
 
34
5
  * Avoid storing texts of symlinks, which causes checksum errors in 
35
6
    `bzr check`. (#512323, INADA Naoki, Jelmer Vernooij)
66
37
 
67
38
  * Support (dumb) HTTP repositories. (#373688, Jelmer Vernooij)
68
39
 
69
 
  * Implement API for colocated branches. (#380871, Jelmer Vernooij)
70
 
 
71
40
0.4.3   2010-01-19
72
41
 
73
42
 BUG FIXES