~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2006-11-30 03:18:39 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20061130031839-q2s2ixzkebyrc9qq
Change recommendation to pybaz 1.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Feb 25
2
 
* Add hard-link support to cbranch
3
 
 
4
 
Feb 13
5
 
* RELEASE: bzrtools 1.2.0
6
 
 
7
 
Feb 12
8
 
* Handle missing patch program
9
 
 
10
 
Jan 10
11
 
* Support branch6 formats (dirstate-tags, pack*) in rspush
12
 
* RELEASE: bzrtools 1.1.0
13
 
 
14
 
Dec 21
15
 
* "branches" and "multi-pull" updated to new find_* APIs.
16
 
* new "trees" command.
17
 
 
18
 
Dec 20 2007
19
 
* cbranch is much faster, and supports --files-from.
20
 
 
21
 
Dec 1 2007
22
 
* RELEASE: bzrtools 1.0.0
23
 
* Use dotted revnos in graph-ancestry
24
 
 
25
 
Nov 23 2007
26
 
* Remove switch (now in bzr itself)
27
 
 
28
 
Nov 6 2007
29
 
* Handle command.options glitch
30
 
* RELEASE: bzrtools 0.92.1
31
 
 
32
 
Nov 1 2007
33
 
* Update rspush to work only in standalone trees and fix lock error
34
 
* RELEASE: bzrtools 0.92.0
35
 
 
36
 
September 11 2007
37
 
* RELEASE: bzrtools 0.91.0
38
 
 
39
 
September 4 2007
40
 
* switch works even when source branch is read-only
41
 
 
42
 
August 15 2007
43
 
* Allow zap --force to delete a checkout with uncommitted changes
44
 
 
45
 
August 14 2007
46
 
* Hide show-paths command, in favour of bzr info
47
 
* BzrTools does not do out-of-date checks unless a bzrtools command is run
48
 
* shelf doesn't emit reject message in test suite
49
 
* branches now works with Apache (and possibly other servers) again
50
 
* branches now dies quickly & cleanly if it can't connect
51
 
* multi-pull reuses connections where possible
52
 
* RELEASE: bzrtools 0.90.0
53
 
* remove branch-mark
54
 
 
55
 
July 10 2007
56
 
* RELEASE: bzrtools 0.18.0
57
 
 
58
 
June 15 2007
59
 
* graph-ancestry supports new graph API, indicates both possible merge bases,
60
 
  indicates non-base LCAs, defaults max-distance to 100, defaults branch to
61
 
  cwd.
62
 
 
63
 
June 12 2007
64
 
* RELEASE: bzrtools 0.17.0
65
 
* RELEASE: bzrtools 0.17.1
66
 
 
67
 
June 10 2007
68
 
* Whitespace cleanups from Charlie Shepherd
69
 
 
70
 
June 9 2007
71
 
* Version warning is suppressed for dev version of the next release.  E.g.
72
 
  bzrtools 0.17.0 will not complain when used with Bazaar 0.18.0 dev.
73
 
 
74
 
May 8 2007
75
 
* RELEASE: bzrtools 0.16.1
76
 
 
77
 
April 27 2007
78
 
* RELEASE: bzrtools 0.16.0
79
 
 
80
 
March 26 2007
81
 
* Get shelf tests passing with dirstate (again!)
82
 
* RELEASE: bzrtools 0.15.4
83
 
 
84
 
March 26 2007
85
 
* Add branch parameter to show-paths
86
 
 
87
 
March 16 2007
88
 
* RELEASE: bzrtools 0.15.3
89
 
 
90
 
March 12 2007
91
 
* Hack around hunk headers showing as long lines.
92
 
 
93
 
March 9 2007
94
 
* Handle broken python tar implementations in upstream_import
95
 
* RELEASE: bzrtools 0.15.2
96
 
 
97
 
March 7 2007
98
 
* RELEASE: bzrtools 0.15.1
99
 
* RELEASE: bzrtools 0.15.0
100
 
 
101
 
Feb 2 2007
102
 
* Colordiff warns on long lines
103
 
 
104
 
Jan 17 2007
105
 
* RELEASE: bzrtools 0.14.0
106
 
 
107
 
Jan 16 2007
108
 
* 'colordiff' now optionally checks for whitespace violations
109
 
 
110
 
Jan 8 2007
111
 
* 'import' now imports directories.
112
 
 
113
 
Jan 4 2007
114
 
* 'cbranch' now supports multilevel paths.  So your repo hierarchy can match
115
 
  your working directory hierarchy exactly.  New config option must be
116
 
  used: "cbranch_target".  Appendpath policy should be used for this.
117
 
 
118
 
Dec 28
119
 
* 'import' command now honours execute bit in tarfiles
120
 
 
121
 
Dec 21
122
 
* 'graph-ancestry' shows branch nick if applicable
123
 
 
124
 
Dec 19
125
 
* 'patch' works over sftp (and, in theory, all transports)
126
 
 
127
 
Dec 13
128
 
* 'branch-history' tolerates commit ids with no email
129
 
 
130
 
Dec 12
131
 
* Add zip support to 'import' command
132
 
 
133
 
Dec 11
134
 
* 'patch' fixed to work properly with http URLs and all other transports
135
 
 
136
 
Dec 5
137
 
* 'rspush' supports dedicated rsync servers (i.e. site:: syntax) 
138
 
  (Andrew Tridgell)
139
 
 
140
 
Dec 4
141
 
* 'shelf' handles pipe errors better when invoking patch 
142
 
 
143
1
Nov 27
144
2
* RELEASE: bzrtools 0.13.0
145
3