~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2006-03-07 15:23:15 UTC
  • mfrom: (321.1.2 bzrtools)
  • mto: (147.4.31 trunk)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: abentley@panoramicfeedback.com-20060307152315-42337454a0ad956b
MergeĀ fromĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
June 12 2007
2
 
* RELEASE: bzrtools 0.17.0
3
 
* RELEASE: bzrtools 0.17.1
4
 
 
5
 
June 10 2007
6
 
* Whitespace cleanups from Charlie Shepherd
7
 
 
8
 
June 9 2007
9
 
* Version warning is suppressed for dev version of the next release.  E.g.
10
 
  bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
11
 
 
12
 
May 8 2007
13
 
* RELEASE: bzrtools 0.16.1
14
 
 
15
 
April 27 2007
16
 
* RELEASE: bzrtools 0.16.0
17
 
 
18
 
March 26 2007
19
 
* Get shelf tests passing with dirstate (again!)
20
 
* RELEASE: bzrtools 0.15.4
21
 
 
22
 
March 26 2007
23
 
* Add branch parameter to show-paths
24
 
 
25
 
March 16 2007
26
 
* RELEASE: bzrtools 0.15.3
27
 
 
28
 
March 12 2007
29
 
* Hack around hunk headers showing as long lines.
30
 
 
31
 
March 9 2007
32
 
* Handle broken python tar implementations in upstream_import
33
 
* RELEASE: bzrtools 0.15.2
34
 
 
35
 
March 7 2007
36
 
* RELEASE: bzrtools 0.15.1
37
 
* RELEASE: bzrtools 0.15.0
38
 
 
39
 
Feb 2 2007
40
 
* Colordiff warns on long lines
41
 
 
42
 
Jan 17 2007
43
 
* RELEASE: bzrtools 0.14.0
44
 
 
45
 
Jan 16 2007
46
 
* 'colordiff' now optionally checks for whitespace violations
47
 
 
48
 
Jan 8 2007
49
 
* 'import' now imports directories.
50
 
 
51
 
Jan 4 2007
52
 
* 'cbranch' now supports multilevel paths.  So your repo hierarchy can match
53
 
  your working directory hierarchy exactly.  New config option must be
54
 
  used: "cbranch_target".  Appendpath policy should be used for this.
55
 
 
56
 
Dec 28
57
 
* 'import' command now honours execute bit in tarfiles
58
 
 
59
 
Dec 21
60
 
* 'graph-ancestry' shows branch nick if applicable
61
 
 
62
 
Dec 19
63
 
* 'patch' works over sftp (and, in theory, all transports)
64
 
 
65
 
Dec 13
66
 
* 'branch-history' tolerates commit ids with no email
67
 
 
68
 
Dec 12
69
 
* Add zip support to 'import' command
70
 
 
71
 
Dec 11
72
 
* 'patch' fixed to work properly with http URLs and all other transports
73
 
 
74
 
Dec 5
75
 
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax) 
76
 
  (Andrew Tridgell)
77
 
 
78
 
Dec 4
79
 
* 'shelf' handles pipe errors better when invoking patch 
80
 
 
81
 
Nov 27
82
 
* RELEASE: bzrtools 0.13.0
83
 
 
84
 
Nov 22
85
 
* Add encoding flag for 'baz-import'
86
 
* Fix deprecated API use in 'switch'
87
 
* Add show-paths command from Alexander Belchenko
88
 
 
89
 
Oct 25
90
 
* RELEASE: bzrtools 0.12.0
91
 
* Update 'import' command for unique roots changes
92
 
 
93
 
Oct 24
94
 
* Fix parent-setting in 'cbranch'.
95
 
 
96
 
Oct 15
97
 
* Update for unique roots changes
98
 
 
99
 
Sep 25
100
 
* RELEASE: bzrtools 0.11.0
101
 
* Remove Shove
102
 
* Clean up test suite
103
 
 
104
 
Aug 28
105
 
* Shove is now deprecated
106
 
* Reduce interactive slowdown by late-loading PyBaz
107
 
* baz-import speedup: remove useless merge_innter call
108
 
 
109
 
Aug 15
110
 
* Check bzrlib version
111
 
* RELEASE: bzrtools 0.9.1
112
 
 
113
 
Aug 11
114
 
* RELEASE: bzrtools 0.9.0
115
 
 
116
 
Aug 6
117
 
* Add --no-color option to shelve/unshelve
118
 
 
119
 
July 13
120
 
* clean-tree no longer treats --detritus or --ignored as including --unknowns
121
 
 
122
 
July 11
123
 
* Shelf colorizing
124
 
 
125
 
June 14
126
 
* Add 'shove' command, to move changes to a different tree
127
 
 
128
 
June 3
129
 
* clean-tree tweaks
130
 
 
131
 
May 30
132
 
* test suite updates
133
 
 
134
 
May 18
135
 
* Add 'import' command, to import tarballs
136
 
 
137
 
May 11
138
 
* RELEASE: bzrtools 0.8.1
139
 
* Fixed test case failure
140
 
 
141
 
May 9
142
 
* RELEASE: bzrtools 0.8
143
 
 
144
 
May 1
145
 
* Renamed push to rspush (Robert Collins/Aaron Bentley)
146
 
 
147
 
Apr 11
148
 
* New Switch command (David Allouche/Canonical)
149
 
 
150
 
Mar 22
151
 
* New Zap command
152
 
 
153
 
Mar 18
154
 
* Updates to Shelf command
155
 
 
156
 
Mar 10
157
 
* New baz-import algorithm, with respository support
158
 
 
159
1
Jan 31
160
 
* RELEASE: bzrtools 0.7
161
2
* Improved shell completion
162
3
* bzr push can omit working tree
163
4
* Documentation updates