/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 dpush to remote locations.

Show diffs side-by-side

added added

removed removed

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