/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

Some formatting cleanups.

Show diffs side-by-side

added added

removed removed

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