~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2006-11-23 18:06:43 UTC
  • Revision ID: abentley@panoramicfeedback.com-20061123180643-6ry3xqozdbn4cfhy
Update docs

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
1
Nov 22
85
2
* Add encoding flag for 'baz-import'
86
3
* Fix deprecated API use in 'switch'