~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2008-11-05 00:21:17 UTC
  • mto: This revision was merged to the branch mainline in revision 678.
  • Revision ID: aaron@aaronbentley.com-20081105002117-ly7injhr5uacyl9s
More cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
January 19 2012
2
 
* Fix compatibility with final beta before bzr 2.5
3
 
* Remove rspush command due to deprecation of Branch.revision_history
4
 
* RELEASE: bzrtools 2.5.0
5
 
 
6
 
September 24 2011
7
 
* Fix compatibility with bzr.dev (Jelmer Vernoij)
8
 
* Remove unused imports (Jelmer Vernoij)
9
 
* Fix bug #263065 (Andi Albrecht)
10
 
* Rename 'branches' to 'list-branches', keep 'branches' as alias if not built
11
 
  in.
12
 
* RELEASE: bzrtools 2.4.1
13
 
 
14
 
July 13 2011
15
 
* Fix compatibility with bzr 2.4 export API
16
 
* RELEASE: bzrtools 2.4.0
17
 
 
18
 
June 27 2011
19
 
* import supports .tar.xz and tar.lzma files (Jelmer).
20
 
* deprecated_graph functionality migrated from bzr (Jelmer).
21
 
 
22
 
May 9 2011
23
 
* Support non-ascii tarballs.
24
 
 
25
 
April 27 2011
26
 
* DiffWriter provides writelines method (Jelmer).
27
 
 
28
 
April 26 2011
29
 
* Stop using deprecated failIfExists/failUnlessExists in test suite.
30
 
* Stop using deprecated tree_files.
31
 
* bzr shell works on systems without readline support. (Martin [gz])
32
 
* setup.py doesn't execute on import (Robert Collins)
33
 
 
34
 
April 12 2011
35
 
* zap --store uses pipeline to store uncommitted changes.
36
 
 
37
 
February 14 2011
38
 
* bzr shell logs exceptions quietly (Martin [gz]).
39
 
 
40
 
February 1 2011
41
 
* Fix Python 2.7 incompatibility
42
 
* RELEASE: bzrtools 2.3.1
43
 
 
44
 
January 25 2011
45
 
* RELEASE: bzrtools 2.3.0
46
 
 
47
 
May 12 2010
48
 
* Remove unneeded imports
49
 
 
50
 
May 11 2010
51
 
* Fix tests of 'bzr zap'
52
 
 
53
 
April 6 2010
54
 
* RELEASE: bzrtools 2.2.0
55
 
 
56
 
February 4 2010
57
 
* RELEASE: bzrtools 2.1.0
58
 
 
59
 
November 30 2009
60
 
* (Gordon Tyler) shell now accepts --directory 
61
 
 
62
 
November 12 2009
63
 
* shell now run qbzr commands in a subprocess.
64
 
 
65
 
November 11 2009
66
 
* (Max Bowsher) fetch-ghosts now works again.  And has tests.
67
 
 
68
 
November 10 2009
69
 
* (Max Bowsher) Improved version checking
70
 
 
71
 
October 20 2009
72
 
* conflict-diff no longer requires a single file to be specified.  Multiple
73
 
  files or no files can be specified.
74
 
 
75
 
October 19 2009
76
 
* RELEASE: bzrtools 2.1.0b1
77
 
 
78
 
September 26 2009
79
 
* Fix bug #435695: deprecation warning completing command names
80
 
* Fix bug #431341: (John Arbash Meinel)) tab completion fails due non-ascii
81
 
  chars in string.whitespace.
82
 
* (James Westby) patch accepts -p as a short name for --strip.
83
 
* (Benoît Pierre) ^C does not abort the shell command
84
 
* (Benoît Pierre) line parsing errors do not abort the shell command
85
 
* RELEASE: bzrtools 2.0.1
86
 
 
87
 
September 3 2009
88
 
* RELEASE: bzrtools 2.0.0
89
 
 
90
 
August 20 2009
91
 
* RELEASE: bzrtools 1.18.0
92
 
 
93
 
July 13 2009
94
 
* RELEASE: bzrtools 1.17.0
95
 
 
96
 
July 10 2009
97
 
* `create-mirror` mirrors child_submit_to
98
 
 
99
 
June 16 2009
100
 
* `shelve1` is no longer aliased to `shelve`, `unshelved1` is no longer aliased
101
 
  to `unshelve`.
102
 
 
103
 
June 12 2009
104
 
* RELEASE: bzrtools 1.16.0
105
 
 
106
 
June 10 2009
107
 
* Implement create-mirror command
108
 
 
109
 
May 27 2009
110
 
* Fix fetch-ghosts command for bzr 1.15
111
 
* RELEASE: bzrtools 1.15.0
112
 
 
113
 
April 28 2009
114
 
* bzrtools officially upgraded to rich roots.
115
 
 
116
 
April 10 2009
117
 
* Fix import command for Python 2.6
118
 
* RELEASE: bzrtools 1.14.0
119
 
 
120
 
March 11 2009
121
 
* `bzr patch` handles URLs with trailing slashes.
122
 
* RELEASE: bzrtools 1.13.0
123
 
* Remove clean-tree (now in bzr core)
124
 
* New conflict-diff command
125
 
 
126
 
February 10 2009
127
 
* RELEASE: bzrtools 1.12.0
128
 
 
129
 
January 12 2009
130
 
* RELEASE: bzrtools 1.11.0
131
 
 
132
 
January 7 2009
133
 
* Rename shelf command to shelf1, to match others & reduce confusion.
134
 
 
135
 
November 28 2008
136
 
* RELEASE: bzrtools 1.10.0
137
 
 
138
 
Novemeber 23 2008
139
 
* Support auto-detecting or disabling color in cdiff (Benoît Pierre)
140
 
* Support auto-detecting color in shelf UI
141
 
 
142
 
November 11 2008
143
 
* Support colorizing in shelf UI
144
 
 
145
 
November 5 2008
146
 
* RELEASE: bzrtools 1.9.1
147
 
 
148
 
November 4 2008
149
 
* Restore runtime ignore for .shelf files
150
 
 
151
1
November 3 2008
152
2
* RELEASE: bzrtools 1.9.0
153
3