/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

Fix git-import from remote repositories.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.5.3   UNRELEASED
 
1
0.5.4   UNRELEASED
 
2
 
 
3
 BUG FIXES
 
4
 
 
5
  * Fix test suite compatibility with Bazaar 2.2. (Max Bowsher, #707434)
 
6
 
 
7
  * Fix compatibility with older versions of python-tdb.
 
8
    (Jelmer Vernooij, #707735)
 
9
 
 
10
  * Fix 'bzr git-import' from remote repositories. (Jelmer Vernooij, #706990)
 
11
 
 
12
0.5.3   2011-01-21
2
13
 
3
14
 BUG FIXES
4
15
 
9
20
 
10
21
  * Support non-ascii characters in tag names. (Jelmer Vernooij, #616995)
11
22
 
 
23
  * Mark as compatible with bzr 2.3, 2.4. (Jelmer Vernooij)
 
24
 
 
25
  * Cope with unknown refs. (Jelmer Vernooij, #666443)
 
26
 
 
27
  * Don't peel tags automatically when pushing back.
 
28
    (Jelmer Vernooij, #675231)
 
29
 
 
30
  * Fix `bzr-receive-pack` and `bzr-upload-pack`. (Jelmer Vernooij, #681193)
 
31
 
12
32
 FEATURES
13
33
 
14
34
  * Remove all remaining dependencies on C git. (Jelmer Vernooij, #348238)
15
35
 
16
36
  * Add some basic documentation in 'bzr help git'. (Jelmer Vernooij, #605394)
17
37
 
 
38
  * Add --signoff option to 'bzr git-apply'. (Jelmer Vernooij)
 
39
 
 
40
  * Add --force option to 'bzr git-apply'. (Jelmer Vernooij)
 
41
 
18
42
0.5.2   2010-07-30
19
43
 
20
44
 COMPATIBILITY