/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 compatibility with newer versions of dulwich.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.5.3   UNRELEASED
 
1
0.6.2   UNRELEASED
 
2
 
 
3
 FEATURES
 
4
 
 
5
  * Provide Repository.get_known_graph_ancestry(). (Jelmer Vernooij)
 
6
 
 
7
  * Provide Repository.get_file_graph(). (Jelmer Vernooij, #677363)
 
8
 
 
9
  * Provide GitRevisionTree.get_file_mtime(). (Jelmer Vernooij)
 
10
 
 
11
  * Provide GitRevisionTree.get_file_revision(). (Jelmer Vernooij, #780953)
 
12
 
 
13
  * Add post-commit hook to update the git cache. (Jelmer Vernooij, #814651)
 
14
 
 
15
0.6.1   2011-06-18
 
16
 
 
17
 BUG FIXES
 
18
 
 
19
  * Support git repositories without a branches directory in their control
 
20
    directory. (Jelmer Vernooij, #780239)
 
21
 
 
22
  * Fix two mistakes in 'bzr help git'. (Jelmer Vernooij, #791047)
 
23
 
 
24
  * Now raises a proper exception when receiving an "Unknown repository"
 
25
    error from GitHub. (Jelmer Vernooij, #798295)
 
26
 
 
27
  * Support the new limit argument to InterBranch.fetch. (Jelmer Vernooij, #750175)
 
28
 
 
29
  * Support the new testament API that accepts a tree rather than an
 
30
    inventory. (Jelmer Vernooij, #762608)
 
31
 
 
32
  * Remove InterBranch.update_revisions. (Jelmer Vernooij, #771765)
 
33
 
 
34
  * Implement Repository.set_make_working_trees(). (Jelmer Vernooij, #777065)
 
35
 
 
36
0.6.0   2011-04-12
 
37
 
 
38
 BUG FIXES
 
39
 
 
40
  * Fix encoding handling in Git working trees. (Jelmer Vernooij, #393038)
 
41
 
 
42
  * Use transports internally in "bzr git-import".
 
43
    (Jelmer Vernooij, #733919)
 
44
 
 
45
  * Provide custom GitDir.sprout() implementation for compatibility with bzr 2.4.
 
46
    (Jelmer Vernooij, #717937)
 
47
 
 
48
  * Revisions attached to tags that are not in the tips ancestry are now fetched.
 
49
    (Jelmer Vernooij, #309682)
 
50
 
 
51
  * Fix recursion error merging tags for bound branches.
 
52
    (Jelmer Vernooij, #742833)
 
53
 
 
54
  * Fix fetching from remote git repositories during merge.
 
55
    (Jelmer Vernooij, #741760)
 
56
 
 
57
  * Properly raise RootMissing if no root is specified to an empty
 
58
    tree in the commit builder. (Jelmer Vernooij, #731360)
 
59
 
 
60
  * Return proper conflict list from WorkingTree.conflicts. (Jelmer Vernooij, #741397)
 
61
 
 
62
  * Fix dpush of certain branches. (Jelmer Vernooij, #705807)
 
63
 
 
64
 API COMPLETENESS
 
65
 
 
66
  * Implement LocalGitControlDir.clone_on_transport. (Jelmer Vernooij, #721899)
 
67
 
 
68
 COMPATIBILITY
 
69
 
 
70
  * Drop support for Bazaar < 2.3. (Jelmer Vernooij)
 
71
 
 
72
0.5.4   2011-02-10
 
73
 
 
74
 BUG FIXES
 
75
 
 
76
  * Fix test suite compatibility with Bazaar 2.2. (Max Bowsher, #707434)
 
77
 
 
78
  * Fix compatibility with older versions of python-tdb.
 
79
    (Jelmer Vernooij, #707735)
 
80
 
 
81
  * Fix 'bzr git-import' from remote repositories. (Jelmer Vernooij, #706990)
 
82
 
 
83
  * Cope with tags when doing local fetches. (Jelmer Vernooij, #675637)
 
84
 
 
85
0.5.3   2011-01-21
2
86
 
3
87
 BUG FIXES
4
88
 
9
93
 
10
94
  * Support non-ascii characters in tag names. (Jelmer Vernooij, #616995)
11
95
 
 
96
  * Mark as compatible with bzr 2.3, 2.4. (Jelmer Vernooij)
 
97
 
 
98
  * Cope with unknown refs. (Jelmer Vernooij, #666443)
 
99
 
 
100
  * Don't peel tags automatically when pushing back.
 
101
    (Jelmer Vernooij, #675231)
 
102
 
 
103
  * Fix `bzr-receive-pack` and `bzr-upload-pack`. (Jelmer Vernooij, #681193)
 
104
 
12
105
 FEATURES
13
106
 
14
107
  * Remove all remaining dependencies on C git. (Jelmer Vernooij, #348238)
15
108
 
16
109
  * Add some basic documentation in 'bzr help git'. (Jelmer Vernooij, #605394)
17
110
 
 
111
  * Add --signoff option to 'bzr git-apply'. (Jelmer Vernooij)
 
112
 
 
113
  * Add --force option to 'bzr git-apply'. (Jelmer Vernooij)
 
114
 
18
115
0.5.2   2010-07-30
19
116
 
20
117
 COMPATIBILITY