~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2008-05-23 03:42:30 UTC
  • Revision ID: aaron@aaronbentley.com-20080523034230-q1maqg4twapv0r58
Fix deprecations

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
May 12 2008
 
2
* Mark show-paths as obsolete
 
3
* Update to avoid deprecated APIs
 
4
* RELEASE: bzrtools 1.5.0
 
5
 
 
6
May 11 2008
 
7
* Test fixes from Alexander Belchenko
 
8
* Merge heads plugin
 
9
* Update heads plugin to use undeprecated APIs
 
10
 
 
11
April 26 2008
 
12
* Updates to syntax highlighting from Marius Kruger
 
13
 
 
14
April 17 2008
 
15
* Use Graph API (instead of old revision_graph code) for graph-ancestry
 
16
* RELEASE: bzrtools 1.4.0
 
17
 
 
18
April 10 2008
 
19
* Add escaping to HTML graph-ancestry output
 
20
* Nicer error when patch fails
 
21
 
 
22
March 20 2008
 
23
* cbranch can now create parent directories for branches as needed.
 
24
 
 
25
March 18 2008
 
26
* RELEASE: bzrtools 1.3.0
 
27
 
 
28
Feb 29 2008
 
29
* Add link-tree command
 
30
 
 
31
Feb 25 2008
 
32
* Add hard-link support to cbranch
 
33
 
 
34
Feb 13 2008
 
35
* RELEASE: bzrtools 1.2.0
 
36
 
 
37
Feb 12 2008
 
38
* Handle missing patch program
 
39
 
 
40
Jan 10 2008
 
41
* Support branch6 formats (dirstate-tags, pack*) in rspush
 
42
* RELEASE: bzrtools 1.1.0
 
43
 
 
44
Dec 21 2007
 
45
* "branches" and "multi-pull" updated to new find_* APIs.
 
46
* new "trees" command.
 
47
 
 
48
Dec 20 2007
 
49
* cbranch is much faster, and supports --files-from.
 
50
 
 
51
Dec 1 2007
 
52
* RELEASE: bzrtools 1.0.0
 
53
* Use dotted revnos in graph-ancestry
 
54
 
 
55
Nov 23 2007
 
56
* Remove switch (now in bzr itself)
 
57
 
 
58
Nov 6 2007
 
59
* Handle command.options glitch
 
60
* RELEASE: bzrtools 0.92.1
 
61
 
 
62
Nov 1 2007
 
63
* Update rspush to work only in standalone trees and fix lock error
 
64
* RELEASE: bzrtools 0.92.0
 
65
 
 
66
September 11 2007
 
67
* RELEASE: bzrtools 0.91.0
 
68
 
 
69
September 4 2007
 
70
* switch works even when source branch is read-only
 
71
 
 
72
August 15 2007
 
73
* Allow zap --force to delete a checkout with uncommitted changes
 
74
 
 
75
August 14 2007
 
76
* Hide show-paths command, in favour of bzr info
 
77
* BzrTools does not do out-of-date checks unless a bzrtools command is run
 
78
* shelf doesn't emit reject message in test suite
 
79
* branches now works with Apache (and possibly other servers) again
 
80
* branches now dies quickly & cleanly if it can't connect
 
81
* multi-pull reuses connections where possible
 
82
* RELEASE: bzrtools 0.90.0
 
83
* remove branch-mark
 
84
 
 
85
July 10 2007
 
86
* RELEASE: bzrtools 0.18.0
 
87
 
 
88
June 15 2007
 
89
* graph-ancestry supports new graph API, indicates both possible merge bases,
 
90
  indicates non-base LCAs, defaults max-distance to 100, defaults branch to
 
91
  cwd.
 
92
 
 
93
June 12 2007
 
94
* RELEASE: bzrtools 0.17.0
 
95
* RELEASE: bzrtools 0.17.1
 
96
 
 
97
June 10 2007
 
98
* Whitespace cleanups from Charlie Shepherd
 
99
 
 
100
June 9 2007
 
101
* Version warning is suppressed for dev version of the next release.  E.g.
 
102
  bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
 
103
 
 
104
May 8 2007
 
105
* RELEASE: bzrtools 0.16.1
 
106
 
 
107
April 27 2007
 
108
* RELEASE: bzrtools 0.16.0
 
109
 
 
110
March 26 2007
 
111
* Get shelf tests passing with dirstate (again!)
 
112
* RELEASE: bzrtools 0.15.4
 
113
 
 
114
March 26 2007
 
115
* Add branch parameter to show-paths
 
116
 
 
117
March 16 2007
 
118
* RELEASE: bzrtools 0.15.3
 
119
 
 
120
March 12 2007
 
121
* Hack around hunk headers showing as long lines.
 
122
 
 
123
March 9 2007
 
124
* Handle broken python tar implementations in upstream_import
 
125
* RELEASE: bzrtools 0.15.2
 
126
 
 
127
March 7 2007
 
128
* RELEASE: bzrtools 0.15.1
 
129
* RELEASE: bzrtools 0.15.0
 
130
 
 
131
Feb 2 2007
 
132
* Colordiff warns on long lines
 
133
 
 
134
Jan 17 2007
 
135
* RELEASE: bzrtools 0.14.0
 
136
 
 
137
Jan 16 2007
 
138
* 'colordiff' now optionally checks for whitespace violations
 
139
 
 
140
Jan 8 2007
 
141
* 'import' now imports directories.
 
142
 
 
143
Jan 4 2007
 
144
* 'cbranch' now supports multilevel paths.  So your repo hierarchy can match
 
145
  your working directory hierarchy exactly.  New config option must be
 
146
  used: "cbranch_target".  Appendpath policy should be used for this.
 
147
 
 
148
Dec 28
 
149
* 'import' command now honours execute bit in tarfiles
 
150
 
 
151
Dec 21
 
152
* 'graph-ancestry' shows branch nick if applicable
 
153
 
 
154
Dec 19
 
155
* 'patch' works over sftp (and, in theory, all transports)
 
156
 
 
157
Dec 13
 
158
* 'branch-history' tolerates commit ids with no email
 
159
 
 
160
Dec 12
 
161
* Add zip support to 'import' command
 
162
 
 
163
Dec 11
 
164
* 'patch' fixed to work properly with http URLs and all other transports
 
165
 
 
166
Dec 5
 
167
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax) 
 
168
  (Andrew Tridgell)
 
169
 
 
170
Dec 4
 
171
* 'shelf' handles pipe errors better when invoking patch 
 
172
 
 
173
Nov 27
 
174
* RELEASE: bzrtools 0.13.0
 
175
 
 
176
Nov 22
 
177
* Add encoding flag for 'baz-import'
 
178
* Fix deprecated API use in 'switch'
 
179
* Add show-paths command from Alexander Belchenko
 
180
 
 
181
Oct 25
 
182
* RELEASE: bzrtools 0.12.0
 
183
* Update 'import' command for unique roots changes
 
184
 
 
185
Oct 24
 
186
* Fix parent-setting in 'cbranch'.
 
187
 
 
188
Oct 15
 
189
* Update for unique roots changes
 
190
 
 
191
Sep 25
 
192
* RELEASE: bzrtools 0.11.0
 
193
* Remove Shove
 
194
* Clean up test suite
 
195
 
 
196
Aug 28
 
197
* Shove is now deprecated
 
198
* Reduce interactive slowdown by late-loading PyBaz
 
199
* baz-import speedup: remove useless merge_innter call
 
200
 
 
201
Aug 15
 
202
* Check bzrlib version
 
203
* RELEASE: bzrtools 0.9.1
 
204
 
 
205
Aug 11
 
206
* RELEASE: bzrtools 0.9.0
 
207
 
 
208
Aug 6
 
209
* Add --no-color option to shelve/unshelve
 
210
 
1
211
July 13
2
212
* clean-tree no longer treats --detritus or --ignored as including --unknowns
3
213
 
 
214
July 11
 
215
* Shelf colorizing
 
216
 
4
217
June 14
5
218
* Add 'shove' command, to move changes to a different tree
6
219