/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

Support read locking object stores.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.5.3   UNRELEASED
 
1
0.6.1   UNRELEASED
 
2
 
 
3
0.6.0   2011-04-12
 
4
 
 
5
 BUG FIXES
 
6
 
 
7
  * Fix encoding handling in Git working trees. (Jelmer Vernooij, #393038)
 
8
 
 
9
  * Use transports internally in "bzr git-import".
 
10
    (Jelmer Vernooij, #733919)
 
11
 
 
12
  * Provide custom GitDir.sprout() implementation for compatibility with bzr 2.4.
 
13
    (Jelmer Vernooij, #717937)
 
14
 
 
15
  * Revisions attached to tags that are not in the tips ancestry are now fetched.
 
16
    (Jelmer Vernooij, #309682)
 
17
 
 
18
  * Fix recursion error merging tags for bound branches.
 
19
    (Jelmer Vernooij, #742833)
 
20
 
 
21
  * Fix fetching from remote git repositories during merge.
 
22
    (Jelmer Vernooij, #741760)
 
23
 
 
24
  * Properly raise RootMissing if no root is specified to an empty
 
25
    tree in the commit builder. (Jelmer Vernooij, #731360)
 
26
 
 
27
  * Return proper conflict list from WorkingTree.conflicts. (Jelmer Vernooij, #741397)
 
28
 
 
29
  * Fix dpush of certain branches. (Jelmer Vernooij, #705807)
 
30
 
 
31
 API COMPLETENESS
 
32
 
 
33
  * Implement LocalGitControlDir.clone_on_transport. (Jelmer Vernooij, #721899)
 
34
 
 
35
 COMPATIBILITY
 
36
 
 
37
  * Drop support for Bazaar < 2.3. (Jelmer Vernooij)
 
38
 
 
39
0.5.4   2011-02-10
 
40
 
 
41
 BUG FIXES
 
42
 
 
43
  * Fix test suite compatibility with Bazaar 2.2. (Max Bowsher, #707434)
 
44
 
 
45
  * Fix compatibility with older versions of python-tdb.
 
46
    (Jelmer Vernooij, #707735)
 
47
 
 
48
  * Fix 'bzr git-import' from remote repositories. (Jelmer Vernooij, #706990)
 
49
 
 
50
  * Cope with tags when doing local fetches. (Jelmer Vernooij, #675637)
 
51
 
 
52
0.5.3   2011-01-21
2
53
 
3
54
 BUG FIXES
4
55
 
9
60
 
10
61
  * Support non-ascii characters in tag names. (Jelmer Vernooij, #616995)
11
62
 
 
63
  * Mark as compatible with bzr 2.3, 2.4. (Jelmer Vernooij)
 
64
 
 
65
  * Cope with unknown refs. (Jelmer Vernooij, #666443)
 
66
 
 
67
  * Don't peel tags automatically when pushing back.
 
68
    (Jelmer Vernooij, #675231)
 
69
 
 
70
  * Fix `bzr-receive-pack` and `bzr-upload-pack`. (Jelmer Vernooij, #681193)
 
71
 
12
72
 FEATURES
13
73
 
14
74
  * Remove all remaining dependencies on C git. (Jelmer Vernooij, #348238)
15
75
 
16
76
  * Add some basic documentation in 'bzr help git'. (Jelmer Vernooij, #605394)
17
77
 
 
78
  * Add --signoff option to 'bzr git-apply'. (Jelmer Vernooij)
 
79
 
 
80
  * Add --force option to 'bzr git-apply'. (Jelmer Vernooij)
 
81
 
18
82
0.5.2   2010-07-30
19
83
 
20
84
 COMPATIBILITY