/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

Drop support for Bazaar < 2.3.

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
 COMPATIBILITY
 
8
 
 
9
  * Drop support for Bazaar < 2.3. (Jelmer Vernooij)
 
10
 
 
11
0.5.4   2011-02-10
 
12
 
 
13
 BUG FIXES
 
14
 
 
15
  * Fix test suite compatibility with Bazaar 2.2. (Max Bowsher, #707434)
 
16
 
 
17
  * Fix compatibility with older versions of python-tdb.
 
18
    (Jelmer Vernooij, #707735)
 
19
 
 
20
  * Fix 'bzr git-import' from remote repositories. (Jelmer Vernooij, #706990)
 
21
 
 
22
  * Cope with tags when doing local fetches. (Jelmer Vernooij, #675637)
 
23
 
 
24
0.5.3   2011-01-21
2
25
 
3
26
 BUG FIXES
4
27
 
9
32
 
10
33
  * Support non-ascii characters in tag names. (Jelmer Vernooij, #616995)
11
34
 
 
35
  * Mark as compatible with bzr 2.3, 2.4. (Jelmer Vernooij)
 
36
 
 
37
  * Cope with unknown refs. (Jelmer Vernooij, #666443)
 
38
 
 
39
  * Don't peel tags automatically when pushing back.
 
40
    (Jelmer Vernooij, #675231)
 
41
 
 
42
  * Fix `bzr-receive-pack` and `bzr-upload-pack`. (Jelmer Vernooij, #681193)
 
43
 
12
44
 FEATURES
13
45
 
14
46
  * Remove all remaining dependencies on C git. (Jelmer Vernooij, #348238)
15
47
 
16
48
  * Add some basic documentation in 'bzr help git'. (Jelmer Vernooij, #605394)
17
49
 
 
50
  * Add --signoff option to 'bzr git-apply'. (Jelmer Vernooij)
 
51
 
 
52
  * Add --force option to 'bzr git-apply'. (Jelmer Vernooij)
 
53
 
18
54
0.5.2   2010-07-30
19
55
 
20
56
 COMPATIBILITY