releasing version 0.20
[moreutils.git] / debian / changelog
blobc245223ad797418872eb4984acd2d399ec19785d
1 moreutils (0.20) unstable; urgency=low
3   * Typo fixes from Ralf Wildenhues.
4   * ifdata: Add -bips and -bops options contributed by AndrĂ© Appel,
5     to print the number of bytes of incoming/outgoing traffic per second.
7  -- Joey Hess <joeyh@debian.org>  Sat, 23 Dec 2006 15:55:45 -0500
9 moreutils (0.19) unstable; urgency=low
11   * vidir: Don't ignore files whose names end in dots. Closes: #398141
12     Thanks, Bram Sanders.
14  -- Joey Hess <joeyh@debian.org>  Sat, 11 Nov 2006 22:02:17 -0500
16 moreutils (0.18) unstable; urgency=low
18   * mispipe.docbook: Typo. Closes: #386756
19   * spongs: Output to stdout if no file is specified, useful in a pipeline
20     such as: cvs diff | sponge | patch -R -p0
21     Closes: #387501
23  -- Joey Hess <joeyh@debian.org>  Thu, 14 Sep 2006 15:13:46 -0400
25 moreutils (0.17) unstable; urgency=low
27   * Add missing \n to sponge usage. Closes: #383944
28   * Add mispipe, contributed by Nathanael Nerode. Pipes together two commands,
29     returning the exit status of the first.
31  -- Joey Hess <joeyh@debian.org>  Thu,  7 Sep 2006 20:49:16 -0400
33 moreutils (0.16) unstable; urgency=low
35   * Change the default ts format to include the month and day, for consistency
36     with syslog format.
37   * Add -r switch to ts, which makes it convert existing timestamps in
38     the input into relative times, such as "15m2s ago". Many common date
39     formats are supported.
41  -- Joey Hess <joeyh@debian.org>  Sat, 19 Aug 2006 15:27:42 -0400
43 moreutils (0.15) unstable; urgency=low
45   * Remove notes about potential tools from README, moved to wiki.
46   * vidir: Don't abort if it sees an empty or all-whitespace line.
47   * vidir: If just a filename is removed and the number is left,
48     treat this the same as removing the whole line, and delete the file,
49     instead of trying to rename the file to "".
50   * vidir: Remove the periods after the item numbers.
51   * vidir: Man page improvements. Closes: #378122
52   * combine: Man page improvements, to clarify even more that order does
53     matter and that the operations are not commutative. Closes: #361123
54   * combine: The behavior of "or" was fairly strange if lines were repeated in
55     a file. Changed behavior to just print all lines from both files, even
56     if this means printing dups. Not sure I like this behavior either, but
57     it's consistent with the very useful behaviors of "and" and "not".
58   * vidir, vipe: Use /usr/bin/editor if it's present, and EDITOR and VISUAL
59     arn't set, to comply with Debian policy. For portability, fall back to vi
60     if there's no /usr/bin/editor. Closes: #378623
62  -- Joey Hess <joeyh@debian.org>  Tue, 25 Jul 2006 22:26:56 -0400
64 moreutils (0.14) unstable; urgency=low
66   * vidir: Also support EDITOR or VISUAL that contains spaces and parameters.
68  -- Joey Hess <joeyh@debian.org>  Wed, 12 Jul 2006 13:35:49 -0400
70 moreutils (0.13) unstable; urgency=low
72   * ifdata: typo
73   * vipe: Support EDITOR or VISUAL that contains spaces and parameters.
75  -- Joey Hess <joeyh@debian.org>  Wed, 12 Jul 2006 12:53:44 -0400
77 moreutils (0.12) unstable; urgency=low
79   * Really fix typo. Closes: #369485
80   * zrun: Add usage message.
81   * ifdata: Fix bug in argument parsing that could make it segfault.
82   * combine: Allow operators to be written in any case.
84  -- Joey Hess <joeyh@debian.org>  Wed, 28 Jun 2006 14:04:49 -0400
86 moreutils (0.11) unstable; urgency=low
88   * combine: better synopsis. Closes: #360544
89   * ifdata: basically rewritten by Adam Lackorzynski, code size is 40%
90     smaller, macros removed, return checks added for all lib calls.
91     Closes: #361728
92   * vidir: behave properly if passed a directory name to edit. Closes: #369156
93   * check-isutf8: needs to be a bash script, the way it encodes characters
94     won't work with dash.
95   * check-isutf8: exit nonzero if any tests fail
97  -- Joey Hess <joeyh@debian.org>  Sat, 27 May 2006 19:12:50 -0400
99 moreutils (0.10) unstable; urgency=low
101   * ifdata: patch from Adam Lackorzynski to translate French error messages
102     to English and to convert some #defines to enums.
103   * ifdata: patch from Adam Lackorzynski to avoid printing info for
104     bogus interface. Closes: #360433
105   * Add zrun, contributed by Chung-chieh Shan (you might prefer to alias it to
106     "z").
108  -- Joey Hess <joeyh@debian.org>  Sun,  2 Apr 2006 18:34:01 -0400
110 moreutils (0.9) unstable; urgency=low
112   * ifdata: robustness patch from Adam Lackorzynski, in particular deal with
113     /proc not mounted. Closes: #358930
114   * Typo fixes. Closes: #359039, #359040
115   * pee: don't send a copy of every line sent to every command to stdout.
116     Seems best for it not to output anything to stdout on its on at all.
117     Closes: #359041
119  -- Joey Hess <joeyh@debian.org>  Mon, 27 Mar 2006 13:45:45 -0500
121 moreutils (0.8) unstable; urgency=low
123   * Back to Mithandir's C sponge, now fixed.
124   * tss.1, ifdata.1: typo fix. Closes: #358557, #358556
125   * ifdata: patch from its author to make it behave properly on big endian
126     systems. Closes: #358860
128  -- Joey Hess <joeyh@debian.org>  Fri, 24 Mar 2006 20:52:21 -0500
130 moreutils (0.7) unstable; urgency=low
132   * Add pee (pipe tee) contributed by Miek Gieben.
133   * ifdata: Patch from KELEMEN Peter to add support for printing hardware
134     interface. Closes: #357646
136  -- Joey Hess <joeyh@debian.org>  Sat, 18 Mar 2006 14:17:08 -0500
138 moreutils (0.6) unstable; urgency=low
140   * Revert to perl sponge since the C one corrupts larger files.
141     Hopefully temporary..
143  -- Joey Hess <joeyh@debian.org>  Fri, 10 Mar 2006 15:33:43 -0500
145 moreutils (0.5) unstable; urgency=low
147   * Added ifdata, by Benjamin BAYART (originally called ifcfg).
148   * Made ifdata -Wall clean.
149   * Made ifdata support -h and print usage on unknown options.
150   * Cleaned up ifdata's behavior when asked to print info for nonexistant
151     devices. Still needs improvement.
152   * Indentation improvements.
153   * Replaced and(1) and not(1) by combine, based on an idea by Matt Taggart.
155  -- Joey Hess <joeyh@debian.org>  Tue,  7 Mar 2006 23:02:14 -0500
157 moreutils (0.4) unstable; urgency=low
159   * Added versions of and(1) and not(1) that support arbitrary numbers of
160     input files.
162  -- Joey Hess <joeyh@debian.org>  Sun,  5 Mar 2006 22:28:13 -0500
164 moreutils (0.3) unstable; urgency=low
166   * Switch sponge to a C implementation by mithandir.
167   * Added a list of prospective tools that I am considering adding to the
168     README file.
170  -- Joey Hess <joeyh@debian.org>  Fri,  3 Mar 2006 18:09:46 -0500
172 moreutils (0.2) unstable; urgency=low
174   * Build dep on docbook-xml.
176  -- Joey Hess <joeyh@debian.org>  Sun, 19 Feb 2006 18:40:56 -0500
178 moreutils (0.1) unstable; urgency=low
180   * First release.
182  -- Joey Hess <joeyh@debian.org>  Sun, 12 Feb 2006 17:11:21 -0500