/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

Use Tree.items() rather than Tree.entries().

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.5.3   UNRELEASED
 
1
0.5.5   UNRELEASED
 
2
 
 
3
 BUG FIXES
 
4
 
 
5
  * Fix encoding handling in Git working trees. (Jelmer Vernooij, #393038)
 
6
 
 
7
  * Use transports internally in "bzr git-import".
 
8
    (Jelmer Vernooij, #733919)
 
9
 
 
10
 API COMPLETENESS
 
11
 
 
12
  * Implement LocalGitControlDir.clone_on_transport. (Jelmer Vernooij, #721899)
 
13
 
 
14
 COMPATIBILITY
 
15
 
 
16
  * Drop support for Bazaar < 2.3. (Jelmer Vernooij)
 
17
 
 
18
0.5.4   2011-02-10
 
19
 
 
20
 BUG FIXES
 
21
 
 
22
  * Fix test suite compatibility with Bazaar 2.2. (Max Bowsher, #707434)
 
23
 
 
24
  * Fix compatibility with older versions of python-tdb.
 
25
    (Jelmer Vernooij, #707735)
 
26
 
 
27
  * Fix 'bzr git-import' from remote repositories. (Jelmer Vernooij, #706990)
 
28
 
 
29
  * Cope with tags when doing local fetches. (Jelmer Vernooij, #675637)
 
30
 
 
31
0.5.3   2011-01-21
2
32
 
3
33
 BUG FIXES
4
34
 
9
39
 
10
40
  * Support non-ascii characters in tag names. (Jelmer Vernooij, #616995)
11
41
 
 
42
  * Mark as compatible with bzr 2.3, 2.4. (Jelmer Vernooij)
 
43
 
 
44
  * Cope with unknown refs. (Jelmer Vernooij, #666443)
 
45
 
 
46
  * Don't peel tags automatically when pushing back.
 
47
    (Jelmer Vernooij, #675231)
 
48
 
 
49
  * Fix `bzr-receive-pack` and `bzr-upload-pack`. (Jelmer Vernooij, #681193)
 
50
 
12
51
 FEATURES
13
52
 
14
53
  * Remove all remaining dependencies on C git. (Jelmer Vernooij, #348238)
15
54
 
16
55
  * Add some basic documentation in 'bzr help git'. (Jelmer Vernooij, #605394)
17
56
 
 
57
  * Add --signoff option to 'bzr git-apply'. (Jelmer Vernooij)
 
58
 
 
59
  * Add --force option to 'bzr git-apply'. (Jelmer Vernooij)
 
60
 
18
61
0.5.2   2010-07-30
19
62
 
20
63
 COMPATIBILITY