/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

SetĀ supports_full_versioned_files=False.

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