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