/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

Add test for ShaMap.missing_revisions().

Show diffs side-by-side

added added

removed removed

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