~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2011-07-13 19:54:11 UTC
  • Revision ID: aaron@aaronbentley.com-20110713195411-1z4g5a7quyg0thkc
Tags: release-2.4.0
Update NEWS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Nov 8
 
1
July 13 2011
 
2
* Fix compatibility with bzr 2.4 export API
 
3
* RELEASE: bzrtools 2.4.0
 
4
 
 
5
June 27 2011
 
6
* import supports .tar.xz and tar.lzma files (Jelmer).
 
7
* deprecated_graph functionality migrated from bzr (Jelmer).
 
8
 
 
9
May 9 2011
 
10
* Support non-ascii tarballs.
 
11
 
 
12
April 27 2011
 
13
* DiffWriter provides writelines method (Jelmer).
 
14
 
 
15
April 26 2011
 
16
* Stop using deprecated failIfExists/failUnlessExists in test suite.
 
17
* Stop using deprecated tree_files.
 
18
* bzr shell works on systems without readline support. (Martin [gz])
 
19
* setup.py doesn't execute on import (Robert Collins)
 
20
 
 
21
April 12 2011
 
22
* zap --store uses pipeline to store uncommitted changes.
 
23
 
 
24
February 14 2011
 
25
* bzr shell logs exceptions quietly (Martin [gz]).
 
26
 
 
27
February 1 2011
 
28
* Fix Python 2.7 incompatibility
 
29
* RELEASE: bzrtools 2.3.1
 
30
 
 
31
January 25 2011
 
32
* RELEASE: bzrtools 2.3.0
 
33
 
 
34
May 12 2010
 
35
* Remove unneeded imports
 
36
 
 
37
May 11 2010
 
38
* Fix tests of 'bzr zap'
 
39
 
 
40
April 6 2010
 
41
* RELEASE: bzrtools 2.2.0
 
42
 
 
43
February 4 2010
 
44
* RELEASE: bzrtools 2.1.0
 
45
 
 
46
November 30 2009
 
47
* (Gordon Tyler) shell now accepts --directory 
 
48
 
 
49
November 12 2009
 
50
* shell now run qbzr commands in a subprocess.
 
51
 
 
52
November 11 2009
 
53
* (Max Bowsher) fetch-ghosts now works again.  And has tests.
 
54
 
 
55
November 10 2009
 
56
* (Max Bowsher) Improved version checking
 
57
 
 
58
October 20 2009
 
59
* conflict-diff no longer requires a single file to be specified.  Multiple
 
60
  files or no files can be specified.
 
61
 
 
62
October 19 2009
 
63
* RELEASE: bzrtools 2.1.0b1
 
64
 
 
65
September 26 2009
 
66
* Fix bug #435695: deprecation warning completing command names
 
67
* Fix bug #431341: (John Arbash Meinel)) tab completion fails due non-ascii
 
68
  chars in string.whitespace.
 
69
* (James Westby) patch accepts -p as a short name for --strip.
 
70
* (Benoît Pierre) ^C does not abort the shell command
 
71
* (Benoît Pierre) line parsing errors do not abort the shell command
 
72
* RELEASE: bzrtools 2.0.1
 
73
 
 
74
September 3 2009
 
75
* RELEASE: bzrtools 2.0.0
 
76
 
 
77
August 20 2009
 
78
* RELEASE: bzrtools 1.18.0
 
79
 
 
80
July 13 2009
 
81
* RELEASE: bzrtools 1.17.0
 
82
 
 
83
July 10 2009
 
84
* `create-mirror` mirrors child_submit_to
 
85
 
 
86
June 16 2009
 
87
* `shelve1` is no longer aliased to `shelve`, `unshelved1` is no longer aliased
 
88
  to `unshelve`.
 
89
 
 
90
June 12 2009
 
91
* RELEASE: bzrtools 1.16.0
 
92
 
 
93
June 10 2009
 
94
* Implement create-mirror command
 
95
 
 
96
May 27 2009
 
97
* Fix fetch-ghosts command for bzr 1.15
 
98
* RELEASE: bzrtools 1.15.0
 
99
 
 
100
April 28 2009
 
101
* bzrtools officially upgraded to rich roots.
 
102
 
 
103
April 10 2009
 
104
* Fix import command for Python 2.6
 
105
* RELEASE: bzrtools 1.14.0
 
106
 
 
107
March 11 2009
 
108
* `bzr patch` handles URLs with trailing slashes.
 
109
* RELEASE: bzrtools 1.13.0
 
110
* Remove clean-tree (now in bzr core)
 
111
* New conflict-diff command
 
112
 
 
113
February 10 2009
 
114
* RELEASE: bzrtools 1.12.0
 
115
 
 
116
January 12 2009
 
117
* RELEASE: bzrtools 1.11.0
 
118
 
 
119
January 7 2009
 
120
* Rename shelf command to shelf1, to match others & reduce confusion.
 
121
 
 
122
November 28 2008
 
123
* RELEASE: bzrtools 1.10.0
 
124
 
 
125
Novemeber 23 2008
 
126
* Support auto-detecting or disabling color in cdiff (Benoît Pierre)
 
127
* Support auto-detecting color in shelf UI
 
128
 
 
129
November 11 2008
 
130
* Support colorizing in shelf UI
 
131
 
 
132
November 5 2008
 
133
* RELEASE: bzrtools 1.9.1
 
134
 
 
135
November 4 2008
 
136
* Restore runtime ignore for .shelf files
 
137
 
 
138
November 3 2008
 
139
* RELEASE: bzrtools 1.9.0
 
140
 
 
141
October 22 2008
 
142
* Use lazy command registration (changes bzr rocks 0.496 => 0.461).
 
143
 
 
144
October 17 2008
 
145
* Rename shelve and unshelve to shelve1 and unshelve1, with aliases to 'shelve'
 
146
  and 'unshelve'.  This allows bzr core to supply 'shelve' and 'unshelve'.
 
147
 
 
148
October 7 2008
 
149
* RELEASE: bzrtools 1.8.0
 
150
* Fix NotStandalone class to be stringable (#277652)
 
151
 
 
152
September 11 2008
 
153
* RELEASE: bzrtools 1.7.0
 
154
 
 
155
July 10 2008
 
156
* colordiff can now use /etc/colordiffrc
 
157
 
 
158
June 5 2008
 
159
* RELEASE: bzrtools 1.6.0
 
160
 
 
161
June 3 2008
 
162
* Fix bug in when TERM environment variable is unset
 
163
 
 
164
May 29 2008
 
165
* Spin off baz-import into a separate project
 
166
* Remove show-paths
 
167
 
 
168
May 12 2008
 
169
* Mark show-paths as obsolete
 
170
* Update to avoid deprecated APIs
 
171
* RELEASE: bzrtools 1.5.0
 
172
 
 
173
May 11 2008
 
174
* Test fixes from Alexander Belchenko
 
175
* Merge heads plugin
 
176
* Update heads plugin to use undeprecated APIs
 
177
 
 
178
April 26 2008
 
179
* Updates to syntax highlighting from Marius Kruger
 
180
 
 
181
April 17 2008
 
182
* Use Graph API (instead of old revision_graph code) for graph-ancestry
 
183
* RELEASE: bzrtools 1.4.0
 
184
 
 
185
April 10 2008
 
186
* Add escaping to HTML graph-ancestry output
 
187
* Nicer error when patch fails
 
188
 
 
189
March 20 2008
 
190
* cbranch can now create parent directories for branches as needed.
 
191
 
 
192
March 18 2008
 
193
* RELEASE: bzrtools 1.3.0
 
194
 
 
195
Feb 29 2008
 
196
* Add link-tree command
 
197
 
 
198
Feb 25 2008
 
199
* Add hard-link support to cbranch
 
200
 
 
201
Feb 13 2008
 
202
* RELEASE: bzrtools 1.2.0
 
203
 
 
204
Feb 12 2008
 
205
* Handle missing patch program
 
206
 
 
207
Jan 10 2008
 
208
* Support branch6 formats (dirstate-tags, pack*) in rspush
 
209
* RELEASE: bzrtools 1.1.0
 
210
 
 
211
Dec 21 2007
 
212
* "branches" and "multi-pull" updated to new find_* APIs.
 
213
* new "trees" command.
 
214
 
 
215
Dec 20 2007
 
216
* cbranch is much faster, and supports --files-from.
 
217
 
 
218
Dec 1 2007
 
219
* RELEASE: bzrtools 1.0.0
 
220
* Use dotted revnos in graph-ancestry
 
221
 
 
222
Nov 23 2007
 
223
* Remove switch (now in bzr itself)
 
224
 
 
225
Nov 6 2007
 
226
* Handle command.options glitch
 
227
* RELEASE: bzrtools 0.92.1
 
228
 
 
229
Nov 1 2007
 
230
* Update rspush to work only in standalone trees and fix lock error
 
231
* RELEASE: bzrtools 0.92.0
 
232
 
 
233
September 11 2007
 
234
* RELEASE: bzrtools 0.91.0
 
235
 
 
236
September 4 2007
 
237
* switch works even when source branch is read-only
 
238
 
 
239
August 15 2007
 
240
* Allow zap --force to delete a checkout with uncommitted changes
 
241
 
 
242
August 14 2007
 
243
* Hide show-paths command, in favour of bzr info
 
244
* BzrTools does not do out-of-date checks unless a bzrtools command is run
 
245
* shelf doesn't emit reject message in test suite
 
246
* branches now works with Apache (and possibly other servers) again
 
247
* branches now dies quickly & cleanly if it can't connect
 
248
* multi-pull reuses connections where possible
 
249
* RELEASE: bzrtools 0.90.0
 
250
* remove branch-mark
 
251
 
 
252
July 10 2007
 
253
* RELEASE: bzrtools 0.18.0
 
254
 
 
255
June 15 2007
 
256
* graph-ancestry supports new graph API, indicates both possible merge bases,
 
257
  indicates non-base LCAs, defaults max-distance to 100, defaults branch to
 
258
  cwd.
 
259
 
 
260
June 12 2007
 
261
* RELEASE: bzrtools 0.17.0
 
262
* RELEASE: bzrtools 0.17.1
 
263
 
 
264
June 10 2007
 
265
* Whitespace cleanups from Charlie Shepherd
 
266
 
 
267
June 9 2007
 
268
* Version warning is suppressed for dev version of the next release.  E.g.
 
269
  bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
 
270
 
 
271
May 8 2007
 
272
* RELEASE: bzrtools 0.16.1
 
273
 
 
274
April 27 2007
 
275
* RELEASE: bzrtools 0.16.0
 
276
 
 
277
March 26 2007
 
278
* Get shelf tests passing with dirstate (again!)
 
279
* RELEASE: bzrtools 0.15.4
 
280
 
 
281
March 26 2007
 
282
* Add branch parameter to show-paths
 
283
 
 
284
March 16 2007
 
285
* RELEASE: bzrtools 0.15.3
 
286
 
 
287
March 12 2007
 
288
* Hack around hunk headers showing as long lines.
 
289
 
 
290
March 9 2007
 
291
* Handle broken python tar implementations in upstream_import
 
292
* RELEASE: bzrtools 0.15.2
 
293
 
 
294
March 7 2007
 
295
* RELEASE: bzrtools 0.15.1
 
296
* RELEASE: bzrtools 0.15.0
 
297
 
 
298
Feb 2 2007
 
299
* Colordiff warns on long lines
 
300
 
 
301
Jan 17 2007
 
302
* RELEASE: bzrtools 0.14.0
 
303
 
 
304
Jan 16 2007
 
305
* 'colordiff' now optionally checks for whitespace violations
 
306
 
 
307
Jan 8 2007
 
308
* 'import' now imports directories.
 
309
 
 
310
Jan 4 2007
 
311
* 'cbranch' now supports multilevel paths.  So your repo hierarchy can match
 
312
  your working directory hierarchy exactly.  New config option must be
 
313
  used: "cbranch_target".  Appendpath policy should be used for this.
 
314
 
 
315
Dec 28 2006
 
316
* 'import' command now honours execute bit in tarfiles
 
317
 
 
318
Dec 21 2006
 
319
* 'graph-ancestry' shows branch nick if applicable
 
320
 
 
321
Dec 19 2006
 
322
* 'patch' works over sftp (and, in theory, all transports)
 
323
 
 
324
Dec 13 2006
 
325
* 'branch-history' tolerates commit ids with no email
 
326
 
 
327
Dec 12 2006
 
328
* Add zip support to 'import' command
 
329
 
 
330
Dec 11 2006
 
331
* 'patch' fixed to work properly with http URLs and all other transports
 
332
 
 
333
Dec 5 2006
 
334
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax) 
 
335
  (Andrew Tridgell)
 
336
 
 
337
Dec 4 2006
 
338
* 'shelf' handles pipe errors better when invoking patch 
 
339
 
 
340
Nov 27 2006
 
341
* RELEASE: bzrtools 0.13.0
 
342
 
 
343
Nov 22 2006
 
344
* Add encoding flag for 'baz-import'
 
345
* Fix deprecated API use in 'switch'
 
346
* Add show-paths command from Alexander Belchenko
 
347
 
 
348
Oct 25 2006
 
349
* RELEASE: bzrtools 0.12.0
 
350
* Update 'import' command for unique roots changes
 
351
 
 
352
Oct 24 2006
 
353
* Fix parent-setting in 'cbranch'.
 
354
 
 
355
Oct 15 2006
 
356
* Update for unique roots changes
 
357
 
 
358
Sep 25 2006
 
359
* RELEASE: bzrtools 0.11.0
 
360
* Remove Shove
 
361
* Clean up test suite
 
362
 
 
363
Aug 28 2006
 
364
* Shove is now deprecated
 
365
* Reduce interactive slowdown by late-loading PyBaz
 
366
* baz-import speedup: remove useless merge_inner call
 
367
 
 
368
Aug 15 2006
 
369
* Check bzrlib version
 
370
* RELEASE: bzrtools 0.9.1
 
371
 
 
372
Aug 11 2006
 
373
* RELEASE: bzrtools 0.9.0
 
374
 
 
375
Aug 6 2006
 
376
* Add --no-color option to shelve/unshelve
 
377
 
 
378
July 13 2006
 
379
* clean-tree no longer treats --detritus or --ignored as including --unknowns
 
380
 
 
381
July 11 2006
 
382
* Shelf colorizing
 
383
 
 
384
June 14 2006
 
385
* Add 'shove' command, to move changes to a different tree
 
386
 
 
387
June 3 2006
 
388
* clean-tree tweaks
 
389
 
 
390
May 30 2006
 
391
* test suite updates
 
392
 
 
393
May 18 2006
 
394
* Add 'import' command, to import tarballs
 
395
 
 
396
May 11 2006
 
397
* RELEASE: bzrtools 0.8.1
 
398
* Fixed test case failure
 
399
 
 
400
May 9 2006
 
401
* RELEASE: bzrtools 0.8
 
402
 
 
403
May 1 2006
 
404
* Renamed push to rspush (Robert Collins/Aaron Bentley)
 
405
 
 
406
Apr 11 2006
 
407
* New Switch command (David Allouche/Canonical)
 
408
 
 
409
Mar 22 2006
 
410
* New Zap command
 
411
 
 
412
Mar 18 2006
 
413
* Updates to Shelf command
 
414
 
 
415
Mar 10 2006
 
416
* New baz-import algorithm, with respository support
 
417
 
 
418
Jan 31 2006
 
419
* RELEASE: bzrtools 0.7
 
420
* Improved shell completion
 
421
* bzr push can omit working tree
 
422
* Documentation updates
 
423
 
 
424
Dec 13 2005
 
425
* New test.py for standalone (kinda) testing
 
426
* New branch-history command
 
427
* New "fix" command (done automatically in fetch-ghosts)
 
428
 
 
429
Nov 8 2005
2
430
* Various API updates
3
431
* Added force-reweave-inventory from Daniel Silverstone
4
432
* Decorated push from Robert Collins
5
433
* Improved shell completion
6
434
* Improved import when first ancestor is in an unregisered archive
7
435
 
8
 
Oct 28
 
436
Oct 28 2005
9
437
* Added tests for several commands
10
438
* Made push auto_disable when native push present
11
439
* Merged Michael Ellerman's shelf v2 plugin 
12
440
* New "shell" command, derived from Fai
13
441
* Got pull working with URLs
14
442
 
15
 
Oct 19
 
443
Oct 19 2005
16
444
* Added setup.py
17
445
* disabled annotate in favor of bzr annotate
18
446
* Added clean-tree --detrius
19
447
* API sync with bzr
20
448
 
21
 
Oct 14
 
449
Oct 14 2005
22
450
* Default-ignore shelf files
23
451
* Win32 compatability fixes (Alexander Belchenko)
24
452
* Conflict handling now in bzr itself
25
453
* Fetch-missing renamed to fetch-ghosts
26
454
* Annotate includes changes since last commit, uses sha1 instead of text_id
27
455
 
28
 
Sept 29
 
456
Sept 29 2005
29
457
* better errors for bad push locations (Eirik Nygaard)
30
458
* prevented push from overwriting any non-empty directory that is not an
31
459
  ancestor branch.  (Remote revision-history must be a subset of local.)
32
460
* added --overwrite option to push
33
461
 
34
 
Sept 22
 
462
Sept 22 2005
35
463
* Significant reworking of graph-ancestry
36
464
* Fetch-missing uses 'parent' instead of 'x-pull' (bzr changed)
37
465
* Updated to match bzr 0.0.8 API changes
38
466
* Updated to handle new bzr diff output
39
467
 
40
 
Sept 13
 
468
Sept 13 2005
41
469
* documented clean-tree, conflicts, resolve, graph-ancestry, patch
42
470
* obsoleted all the executibles; bzrtools only works as plugins now
43
471