/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

Provide VersionedFiles.get_annotator.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
0.5.2   UNRELEASED
 
2
 
 
3
 COMPATIBILITY
 
4
 
 
5
  * Drop support for Bazaar < 2.0. (Jelmer Vernooij)
 
6
 
 
7
 BUG FIXES
 
8
 
 
9
  * Cope with kind changes when generating git objects from Bazaar 
 
10
    revisions that contain kind changes where a directory is changed 
 
11
    into a file and its (file/symlink) children are removed 
 
12
    (rather than moved). (#597758, Jelmer Vernooij)
 
13
 
 
14
  * Fix reading pack files over http. (#588724, Jelmer Vernooij)
 
15
 
 
16
  * Fix 'bzr status' after 'bzr add' in native git working trees.
 
17
    (#603800, Chadrik)
 
18
 
 
19
  * Provide VersionedFiles.get_annotator(). (#508288, Jelmer Vernooij)
 
20
 
 
21
 FEATURES
 
22
 
 
23
  * Support specifying alternative paths for git-upload-pack and 
 
24
    git-receive-pack. (Ross Light, #585204)
 
25
 
 
26
0.5.1   2010-05-22
 
27
 
 
28
 BUG FIXES
 
29
 
 
30
  * Mark as compatible with Bazaar 2.2 (Jelmer Vernooij)
 
31
 
 
32
  * Use host specified rather than localhost in `bzr serve`.
 
33
    (David Coles, #543998)
 
34
 
 
35
  * Handle working trees without valid HEAD branch.
 
36
    (Jelmer Vernooij, #501385)
 
37
 
 
38
  * Default to non-bare repositories when initializing a control directory.
 
39
    (Jelmer Vernooij)
 
40
 
 
41
  * Cope with -0000 as timezone in Git commits. (Jelmer Vernooij, #539978)
 
42
 
 
43
 FEATURES
 
44
 
 
45
  * Support 'bzr diff --format=git'. (Jelmer Vernooij, #555994)
 
46
 
 
47
 PERFORMANCE
 
48
 
 
49
  * Avoid the use of InventoryDirectory.children. This speeds up 
 
50
    imports significantly. (Jelmer Vernooij)
 
51
 
 
52
  * Use Bazaar index files to store the sha map and git objects to cache 
 
53
    certain objects. (#520694, Jelmer Vernooij)
 
54
 
 
55
0.5.0   2010-03-18
 
56
 
 
57
 BUG FIXES
 
58
 
 
59
  * Fix compatibility with newer versions of Python2.6, which change the 
 
60
    behaviour of urlparse.urlsplit. (Jelmer Vernooij, #561351)
 
61
 
 
62
  * Avoid storing texts of symlinks, which causes checksum errors in 
 
63
    `bzr check`. (#512323, INADA Naoki, Jelmer Vernooij)
 
64
 
 
65
  * Support committing to a git branch from a bzr working tree. (#506174,
 
66
        Jelmer Vernooij)
 
67
 
 
68
  * Support executable symlinks. (#512871, INADA Naoki, Jelmer Vernooij)
 
69
 
 
70
  * When unpacking URLs, strip leftmost slash to match gits 
 
71
    behaviour. (#445156, Jelmer Vernooij)
 
72
 
 
73
  * Support merging tags to a local Git repository.
 
74
    (#4445230, Jelmer Vernooij)
 
75
 
 
76
  * InterFromGitBranch.pull() supports an optional limit argument to limit
 
77
    how many revisions to import in one go. (Michael Hudson)
 
78
 
 
79
  * Cope with different encodings better, rather than just stripping out 
 
80
    unknown characters. (#529460, Jelmer Vernooij)
 
81
 
 
82
  * Support ``run_hooks`` argument to ``InterGitRemoteLocalBranch.pull()``.
 
83
    (#524843, Jelmer Vernooij)
 
84
 
 
85
  * Properly ignore directories when creating bundles, deal with new files.
 
86
    (#456849, Jelmer Vernooij)
 
87
 
 
88
 PERFORMANCE
 
89
 
 
90
  * Don't import head revision twice when pulling from Git.
 
91
    (Jelmer Vernooij)
 
92
 
 
93
 
 
94
 FEATURES
 
95
 
 
96
  * Support (dumb) HTTP repositories. (#373688, Jelmer Vernooij)
 
97
 
 
98
  * Implement API for colocated branches. (#380871, Jelmer Vernooij)
 
99
 
 
100
0.4.3   2010-01-19
 
101
 
 
102
 BUG FIXES
 
103
 
 
104
  * Fix warning about unclosed files on Windows. (#441978, INADA Naoki)
 
105
 
 
106
  * Support creating working tree for existing repository. (Jelmer Vernooij)
 
107
 
 
108
  * Fix base url of Git branches - use the working tree path rather than 
 
109
    the control directory path. (Jelmer Vernooij)
 
110
 
 
111
  * Fix fetching between git repositories. (#449507, Jelmer Vernooij)
 
112
 
 
113
  * Refuse pulling into non-rich-root branches rather than erroring 
 
114
    out with an AttributeError. (#449507, Jelmer Vernooij)
 
115
 
 
116
  * Unquote paths extracted from URLs. (#445156, Jelmer Vernooij)
 
117
 
 
118
 PERFORMANCE
 
119
 
 
120
  * Improve performance of WorkingTree.extras() by not looking up the 
 
121
    SHA1, kind and stat data of each file. (Jelmer Vernooij)
 
122
 
 
123
  * Provide custom InterTree for faster deltas between git working trees 
 
124
    and revision trees. (Jelmer Vernooij)
 
125
 
 
126
  * Provide custom InterTree for faster deltas between git revision trees.
 
127
    (Jelmer Vernooij)
 
128
 
 
129
  * Fix several places where a lot of memory was being consumed, especially
 
130
    for repositories with a large number of revisions or big trees.
 
131
    (#486076, Jelmer Vernooij
 
132
 
 
133
 FEATURES
 
134
 
 
135
  * Support for parsing --HG-- metadata in git commit messages, for 
 
136
    better interoperability with bzr-hg.
 
137
 
 
138
  * Submodules are now imported. This requires the use of the 
 
139
    development-subtree format in bzrlib though. (#402814, Jelmer Vernooij)
 
140
 
 
141
0.4.2   2009-10-01
 
142
 
 
143
 BUG FIXES
 
144
 
 
145
  * Cope with ghosts a bit better during "bzr dpush".
 
146
    (Jelmer Vernooij)
 
147
 
 
148
  * Better error message when Dulwich is missing. (#427276, Jelmer Vernooij)
 
149
 
 
150
  * Support checkouts. (#427310, Jelmer Vernooij)
 
151
  
 
152
  * Don't break "bzr info -v" when Dulwich is not installed. (#429394, 
 
153
                                                                                                                          Jelmer Vernooij)
 
154
 
 
155
  * Mark as compatible with Bazaar 2.1. (Jelmer Vernooij)
 
156
 
 
157
  * Fix fetching of remote repositories on Windows. (INADA Naoki,
 
158
                                                                                                         Jelmer Vernooij, #382125)
 
159
 
 
160
  * Ignore directories in WorkingTree.extras(). (Jelmer Vernooij, #373902)
 
161
 
 
162
 FEATURES
 
163
 
 
164
  * New "git" format supported by "bzr send". All revisions 
 
165
    are currently sent as one concatenated file, rather than 
 
166
        as separate files because of limitations in Bazaar.
 
167
        (Jelmer Vernooij, Lukas Lalinsky)
 
168
 
 
169
 PERFORMANCE
 
170
 
 
171
  * Avoid re-fetching basis inventory during fetch.
 
172
    (Jelmer Vernooij)
 
173
 
 
174
0.4.1   2009-07-24
 
175
 
 
176
 BUG FIXES
 
177
 
 
178
  * Avoid "No such revision" error when encountering submodules.
 
179
   (#400598)
 
180
 
 
181
  * Avoid creating empty trees in Git during dpush, as they are not 
 
182
    officially allowed. (#393706)
 
183
 
 
184
 FEATURES
 
185
 
 
186
  * Progress bars will now show results from the remote git server.
 
187
 
 
188
0.4.0   2009-06-18
 
189
 
 
190
 BUG FIXES
 
191
 
 
192
  * Fix handling of not-executable files becoming executable without any 
 
193
    other changes. (#382609)
 
194
 
 
195
  * XML-invalid characters are now no longer squashed if not required by 
 
196
    the target repository serializer format. The only non-XML based format 
 
197
        at the moment is the "2a" development format supported since bzr 1.16.
 
198
 
 
199
  * Unusual file modes that could be created in Git repositories using older
 
200
    versions of Git are now stored in Bazaar revision properties. This means 
 
201
        it's now possible to import the Git repository and the Linux kernel repository.
 
202
 
 
203
  * Mark as compatible with bzr 1.16.
 
204
 
 
205
0.3.2   2009-05-20
 
206
 
 
207
 FEATURES
 
208
 
 
209
  * "bzr commit" in git working trees works to some extent.
 
210
 
 
211
  * "bzr push" from local git repositories to remote git repositories works.
 
212
 
 
213
0.3.1   2009-05-13
 
214
 
 
215
 FEATURES
 
216
 
 
217
  * Alternative (faster) storage for SHA map using the TDB library
 
218
    (http://tdb.samba.org/). This will automatically be used if you have 
 
219
        TDB and its Python bindings installed. In all other situations the previous
 
220
        (slower) Sqlite database format will be used.
 
221
 
 
222
  * Now warns when escaping XML-invalid characters to work around a bug in the
 
223
    Bazaar revision serializer.
 
224
 
 
225
  * Now allows "unusual" file modes (100664, etc) but will warn the user about
 
226
    them.
 
227
 
 
228
 BUG FIXES
 
229
 
 
230
  * Fixed git-import.
 
231
 
 
232
  * Fixed handling kind changes (tree -> blob) during fetch.
 
233
 
 
234
0.3.0   2009-05-10
 
235
 
 
236
 FEATURES
 
237
 
 
238
  * Support parsing .gitignore
 
239
 
 
240
  * Support dpushing to remote repositories.