/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

More work on roundtrip push support.

Show diffs side-by-side

added added

removed removed

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