/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

Cope with tuples in refs dictionary.

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