changelog
[moreutils.git] / debian / changelog
blobb8efca7ea1ccfe1cd19fcec6ca8cb35d845ee07d
1 moreutils (0.65) UNRELEASED; urgency=medium
3   * vipe: Added --suffix option.
4     Thanks, Pål Grønås Drange.
6  -- Joey Hess <id@joeyh.name>  Thu, 19 Nov 2020 11:06:09 -0400
8 moreutils (0.64) unstable; urgency=medium
10   * parallel: fix typo in usage message.
11   * Makefile: Propagate compiler and linker flags when building is_utf8.
12   * ts: Fix parsing of ISO-8601 dates.
13     Thanks, David Laban.
14   * parallel: Allow compiling with uClibc-ng, which does not have getloadavg.
15     Thanks, Rosen Penev
17  -- Joey Hess <id@joeyh.name>  Thu, 20 Aug 2020 13:05:19 -0400
19 moreutils (0.63) unstable; urgency=medium
21   * vipe: Clean up temp file even when it exits with an error.
22     Thanks, Stig Palmquist.
23   * ts: Fix ts -m %.s to not output negative microseconds.
24     Thanks, Dima Kogan
25   * sponge: Fix bug in -a mode that doubled original content of file when
26     the temp file is located on a different filesystem.
28  -- Joey Hess <id@joeyh.name>  Wed, 09 Jan 2019 11:14:01 -0400
30 moreutils (0.62) unstable; urgency=medium
32   * ts: Add -m option to use monotonic clock.
33     Thanks, Ben Leinweber
34   * ts: Added %.T format like %T but with hi-res.
35     Thanks, Matt Koscica
36   * pee: Ignore SIGPIPE and write errors caused by the command not
37     consuming all its input. Closes: #697052
38     Thanks, Ole Jørgen Brønner
39   * chronic: document return value semantics of -e option. Closes: #867167
40     Thanks, Daniel Shahaf
41   * vidir: reword man page to more explicit mention 'file' args.
42     Closes: #885221
43     Thanks, Daniel Shahaf
44   * pee: Don't buffer input, bringing behavior into line with tee.
45     Thanks, Sauerbeck Tilman
47  -- Joey Hess <id@joeyh.name>  Sun, 31 Dec 2017 12:02:05 -0400
49 moreutils (0.61) unstable; urgency=medium
51   * chronic: Flush output more often to better preserve stdout,err ordering.
52     Thanks, Miroslav Šustek
54  -- Joey Hess <id@joeyh.name>  Wed, 19 Apr 2017 10:23:11 -0400
56 moreutils (0.60) unstable; urgency=medium
58   * New implementation of isutf8 by Julien Palard.
59     - Noncharacters (ending with 0xFFFF and 0xFFFE) were considered
60       invalid when encoded in utf8, according to the unicode standard
61       they are valid: "However, they are not illegal in interchange, nor
62       does their presence cause Unicode text to be ill-formed."
63     - \xf4\xbf\xbf\xbf was considered valid UTF8, which is not: after
64       0xF4 the following byte should be between 80 and 8F.
65     - This implementation does not try to decode the stream, so it checks
66       it faster.
67     - Add --list option. Closes: #691330
68   * Support bullding in Cygwin.
69     Thanks, StalkR
70   * OSX build fix.
71     Thanks, Tony Kelman.
73  -- Joey Hess <id@joeyh.name>  Fri, 12 Aug 2016 19:15:57 -0400
75 moreutils (0.59) unstable; urgency=medium
77   * Makefile: add DOCBOOKXSL setting.
78     Thanks, Kevin Bullock
79   * parallel: include signal.h to fix warning when building with clang
80     Thanks, Kevin Bullock
81   * chronic: Added -v option for more verbose output.
82     Thanks, Tomas Mudrunka
83   * chronic: Added -e option to display any stderr.
84     Thanks, Tomas Mudrunka
86  -- Joey Hess <id@joeyh.name>  Sat, 02 Apr 2016 15:23:08 -0400
88 moreutils (0.58) unstable; urgency=medium
90   * OpenBSD compile fix.
91     Thanks, Michael Reed.
92   * ts: Quiet perl's complaints about utf-8. Closes: #812143
93     Thanks, Nicolas Schier.
95  -- Joey Hess <id@joeyh.name>  Tue, 23 Feb 2016 17:11:52 -0400
97 moreutils (0.57) unstable; urgency=medium
99   * Avoid using non-portable error() in ifdata, a portability reversion
100     introduced in 0.56.
102  -- Joey Hess <id@joeyh.name>  Mon, 13 Jul 2015 18:29:06 -0400
104 moreutils (0.56) unstable; urgency=medium
106   * ifdata: Fix error messages when a non-existent network interface
107     is queried. Closes: #386754 Thanks, Nicolas Schier
108   * errno.docbook: Fix typo. Closes: #749399
109   * vidir: Create missing target directories. Closes: #728688
110     Thanks, Nicolas Schier
112  -- Joey Hess <id@joeyh.name>  Wed, 03 Jun 2015 12:03:50 -0400
114 moreutils (0.55) unstable; urgency=medium
116   * parallel: serialise output through internal pipe. Closes: #704125
117     Thanks, Nicolas Schier.
118   * sponge: add append option '-a'. Closes: #623197
119     Thanks, Nicolas Schier.
121  -- Joey Hess <id@joeyh.name>  Mon, 19 Jan 2015 13:58:08 -0400
123 moreutils (0.54) unstable; urgency=medium
125   * vidir: Fix bug in handling filenames that share a common
126     prefix when renaming. Closes: #654326
127     Thanks, Kushal Kumaran
129  -- Joey Hess <id@joeyh.name>  Fri, 28 Nov 2014 11:25:32 -0400
131 moreutils (0.53) unstable; urgency=medium
133   * Orphaned the Debian package.
135  -- Joey Hess <joeyh@debian.org>  Sat, 08 Nov 2014 00:31:54 -0400
137 moreutils (0.52) unstable; urgency=medium
139   * Fix docbook markup for parallel examples. Closes: #756377
140   * ts: Add -s option to make timestamp relative to start.
141     Thanks, Adam Juraszek.
143  -- Joey Hess <joeyh@debian.org>  Tue, 09 Sep 2014 14:12:05 -0400
145 moreutils (0.51) unstable; urgency=low
147   * Fix ifdata to build on OS X. Thanks, Peter Eisentraut
148     Closes: #575294
149   * use docbook-xsl for building man pages. Thanks, Peter Eisentraut
150     for extensive patch set!
151     Closes: #728831
152   * Fix ifdata, ifne, parallel to build on illumos. Thanks, Gabriele Giacone
153     Closes: #733736
155  -- Joey Hess <joeyh@debian.org>  Thu, 27 Feb 2014 12:01:21 -0400
157 moreutils (0.50) unstable; urgency=low
159   * Fix build on Hurd. Closes: #716653
160     (Thanks, Pino Toscano)
162  -- Joey Hess <joeyh@debian.org>  Mon, 26 Aug 2013 13:00:24 -0400
164 moreutils (0.49) unstable; urgency=low
166   * ts: Fix timezone used with -i
167   * errno, isutf8: Fix zero-termination of option list, which could lead
168     to getopt crash. Closes: #715867
169     (Thanks, Mayhem Team)
171  -- Joey Hess <joeyh@debian.org>  Wed, 10 Jul 2013 16:21:41 -0400
173 moreutils (0.48) unstable; urgency=low
175   * Allow overriding PREFIX and CFLAGS to make the build more flexible
176     (Thanks, Ben Walton)
177   * Typo. Closes: #697113
178   * ts: -i enables incremental timestamping.
179     Thanks, Thomas Vander Stichele
180   * ts: Support single-digit day dates.
181     Thanks, Peter Lunicks
182   * sponge: Check fclose to detect certian short reads. Closes: #704453
184  -- Joey Hess <joeyh@debian.org>  Sat, 04 May 2013 23:50:03 -0400
186 moreutils (0.47) unstable; urgency=low
188   * errno: New utility that looks up errno numbers or names.
190  -- Joey Hess <joeyh@debian.org>  Mon, 25 Jun 2012 16:31:17 -0400
192 moreutils (0.46) unstable; urgency=low
194   * Typo. Closes: #649158
195   * combine: Avoid reading files twice, to support data coming from
196     pipes. Closes: #667960 Thanks, Carsten Hey
198  -- Joey Hess <joeyh@debian.org>  Mon, 09 Apr 2012 16:19:34 -0400
200 moreutils (0.45) unstable; urgency=low
202   * ts: Support %.s for seconds sinch epoch with subsecond resolution.
203     Closes: #619764
205  -- Joey Hess <joeyh@debian.org>  Sun, 19 Jun 2011 15:44:28 -0400
207 moreutils (0.44) unstable; urgency=low
209   * pee: Propigate exit status of commands run.
211  -- Joey Hess <joeyh@debian.org>  Thu, 10 Mar 2011 17:38:14 -0400
213 moreutils (0.43) unstable; urgency=low
215   * chronic: New command, runs a command quietly, unless it fails.
216   * Now depends on IPC::Run, used by chronic.
218  -- Joey Hess <joeyh@debian.org>  Fri, 29 Oct 2010 15:54:37 -0400
220 moreutils (0.42) unstable; urgency=low
222   * sponge: Guarantee that output file is always updated atomically,
223     by renaming a temp file into place. Closes: #592144
224   * sponge: Ensure that output file permissions are always preserved
225     if it already exists.
226   * Typo. Closes: #596032
228  -- Joey Hess <joeyh@debian.org>  Wed, 06 Oct 2010 20:03:25 -0400
230 moreutils (0.41) unstable; urgency=low
232   * ifdata.docbook: Mark interface as required in synopsis. Closes: #588397
233   * Add missing AUTHOR section to docbook man pages.
234   * sponge: Correct bad use of fread that caused a trailing quantity of
235     soaked data to be silently discarded when a temp file was used
236     and sponge output to stdout. Closes: #595220
238  -- Joey Hess <joeyh@debian.org>  Thu, 02 Sep 2010 16:47:10 -0400
240 moreutils (0.40) unstable; urgency=low
242   * lckdo: Now deprecated, since util-linux's flock(1) can do the same
243     thing.
244   * parallel: -i will now replace {} inside parameters, before the {} had
245     to be a separate parameter.
247  -- Joey Hess <joeyh@debian.org>  Tue, 06 Jul 2010 19:38:14 -0400
249 moreutils (0.39) unstable; urgency=low
251   * parallel: Fix exit code handling when commands are specified after --
252   * parallel: Make -j 0 do something reasonable (start all jobs at once).
253   * parallel: Fix to really avoid running new jobs when load is too high.
254   * parallel: Fix logic error in code handling -l that could make parallel
255     return a bogus 255 exit code when all jobs succeeded. Closes: #569617
256   * parallel: Allow a decimal load value to be specified with -l
257   * Caps sillyness. Closes: #570815
258   * zrun: Add support for .xz files.
260  -- Joey Hess <joeyh@debian.org>  Tue, 23 Feb 2010 15:51:26 -0500
262 moreutils (0.38) unstable; urgency=low
264   * Description improvements. Closes: #549450
265     (Thanks, Justin B Rye)
266   * parallel: Allow running independent commands,
267     like `parallel -j3 -- ls df "echo hi"`
268   * ifdata: Add FreeBSD kernel support, although some of the more esoteric
269     interface options are not currently supported in FreeBSD.
270   * parallel: Define WEXITED to allow building on FreeBSD kernel.
271   * Thanks Enrico Tassi for the FreeBSD kernel support, which should
272     be enough to get moreutils built on Debian kFreeBSD. Closes: #562609
274  -- Joey Hess <joeyh@debian.org>  Tue, 09 Feb 2010 15:50:42 -0500
276 moreutils (0.37) unstable; urgency=low
278   * parallel: Clarify man page regarding CPUs. Closes: #536597
279   * parallel: Add -n option. Thanks, Pierre Habouzit. Closes: #537992
280     (As a side effect, fixes a segfault if -- was omitted.)
281   * parallel.1: Typo fixes. Closes: #538147
283  -- Joey Hess <joeyh@debian.org>  Sat, 25 Jul 2009 10:18:40 +0200
285 moreutils (0.36) unstable; urgency=low
287   * parallel: New program, contributed by Tollef Fog Heen,
288     that can run multiple jobs in parallel, optionally checking
289     load average.
290   * mispipe: Fix closing of extra pipe FD before starting command
291     so it is not inherited by daemons. Closes: #533448
292     (Thanks, Jeremie Koenig)
294  -- Joey Hess <joeyh@debian.org>  Fri, 10 Jul 2009 11:01:41 -0400
296 moreutils (0.35) unstable; urgency=low
298   * ifdata: Don't assume that all interface names are 6 characters or less,
299     for instance "wmaster0" is longer. Increase the limit to 20 characters.
300     Closes: #526654 (Thanks, Alan Pope)
301   * isutf8: Reject UTF-8-encoded UTF-16 surrogates. Closes: #525301
302     (Thanks, Jakub Wilk and liw)
304  -- Joey Hess <joeyh@debian.org>  Tue, 05 May 2009 15:06:41 -0400
306 moreutils (0.34) unstable; urgency=low
308   * vipe: Avoid dying on empty input. Thanks, Anders Kaseorg
309     Closes: #508491
311  -- Joey Hess <joeyh@debian.org>  Thu, 11 Dec 2008 15:11:23 -0500
313 moreutils (0.33) unstable; urgency=low
315   * Support installing moreutils into prefixes other than /usr (Evan Broder)
316   * Fix zrun breakage introduced last version. Closes: #504129
318  -- Joey Hess <joeyh@debian.org>  Fri, 31 Oct 2008 17:01:03 -0400
320 moreutils (0.32) unstable; urgency=low
322   * zrun: Can be linked to zsomeprog to run the equivilant of zrun someprog.
323     Closes: #411623 (Stefan Fritsch)
324   * zrun: Add support for lzma and lzo. (Stefan Fritsch)
325   * Fix pod error in vidir(1).
327  -- Joey Hess <joeyh@debian.org>  Sun, 26 Oct 2008 23:43:30 -0400
329 moreutils (0.31) unstable; urgency=low
331   * pee.1: Document difference with tee in stdout.
332   * ts: Support displaying fractional seconds via a "%.S" conversion
333     specification. Closes: #482789
335  -- Joey Hess <joeyh@debian.org>  Sat, 28 Jun 2008 23:19:31 -0400
337 moreutils (0.30) unstable; urgency=low
339   * debhelper v7; rules file minimisation
340   * Use DESTDIR instead of PREFIX.
341   * Add a DOCBOOK2XMAN setting. (Greg KH)
342   * ifne: Add -n which makes it run the command if stdin is empty.
343   * ifne: If no command is specified, print usage information.
345  -- Joey Hess <joeyh@debian.org>  Wed, 14 May 2008 19:37:42 -0400
347 moreutils (0.29) unstable; urgency=low
349   * Add ifne, contributed by Javier Merino.
350   * sponge, ifne: Ensure that suspending/resuming doesn't
351     result in partial writes of the data, by using fwrite()
352     rather than write().
353   * sponge: Handle large data sizes by using a temp file rather than by
354     consuming arbitrary amounts of memory. Patch by Brock Noland.
355   * ts: Allow both -r and a format to be specified, to parse dates and output
356     in a specified format.
357   * ts: Fix bug in timezone regexp.
359  -- Joey Hess <joeyh@debian.org>  Tue, 15 Apr 2008 15:30:52 -0400
361 moreutils (0.28) unstable; urgency=low
363   * Moved to a git repository.
364   * vidir: Applied patch from Stefan Fritsch (one part of #412176):
365     - Check for control characters (especially newlines) in filenames
366       and error out, since this can greatly confuse the editor or vidir.
367     - If the source of a rename does not exist (and thus the rename will fail
368       anyway), vidir should not move an existing target file to a tmpfile.
369     - If a directory is renamed, vidir should take that into account when
370       renaming files in this directory.
371     - If a directory name is passed as name/ to vidir, vidir should not
372       add second slash after the name.
373   * vidir: Add support for unlinking directories. To recursivly delete
374     a directory and its contents, pipe find to vidir, and delete the directory
375     and its contents in the editor. Closes: #412176
376   * Add example to man page about recursive modification of directories.
377     Closes: #390099
379  -- Joey Hess <joeyh@debian.org>  Sat, 02 Feb 2008 17:26:23 -0500
381 moreutils (0.27) unstable; urgency=low
383   * vidir: Check exit codes of close. Closes: #463739
385  -- Joey Hess <joeyh@debian.org>  Sat, 02 Feb 2008 16:42:18 -0500
387 moreutils (0.26) unstable; urgency=low
389   * isutf8: Correct inverted exit code when passed a file to check.
390     Closes: #453306
392  -- Joey Hess <joeyh@debian.org>  Wed, 28 Nov 2007 14:19:32 -0500
394 moreutils (0.25) unstable; urgency=low
396   * isutf8: Detect and reject overlong UTF-8 sequences. Closes: #440951
397     Many thanks to liw for the patch.
399  -- Joey Hess <joeyh@debian.org>  Mon, 12 Nov 2007 11:58:07 -0500
401 moreutils (0.24) unstable; urgency=low
403   * vidir: Force numbers to normalised integers.
404   * vidir: Abort on unknown item numbers rather than deleting them.
405     Closes: #442440
407  -- Joey Hess <joeyh@debian.org>  Sun, 16 Sep 2007 13:05:54 -0400
409 moreutils (0.23) unstable; urgency=low
411   * Add pointer to join from combine's man page. Closes: #435516
412   * Don't strip binaries for debian package if built with
413     DEB_BUILD_OPTIONS=nostrip. Closes: #437577
414   * Include Michael Tokarev's lckdo program and replace / conflict with the
415     current lckdo package. (Robert Edmonds) Closes: #432906
416   * lckdo: Don't clear other flags when setting close on exec.
418  -- Joey Hess <joeyh@debian.org>  Wed, 05 Sep 2007 21:45:25 -0400
420 moreutils (0.22) unstable; urgency=low
422   * vidir, zrun: Don't put temp files in the current directory. Closes: #429367
424  -- Joey Hess <joeyh@debian.org>  Mon, 25 Jun 2007 16:11:27 -0400
426 moreutils (0.21) unstable; urgency=low
428   * Patch from Sergej Pupykin fixing ifdata -pN.
430  -- Joey Hess <joeyh@debian.org>  Mon, 25 Jun 2007 13:07:21 -0400
432 moreutils (0.20) unstable; urgency=low
434   * Typo fixes from Ralf Wildenhues.
435   * ifdata: Add -bips and -bops options contributed by André Appel,
436     to print the number of bytes of incoming/outgoing traffic per second.
438  -- Joey Hess <joeyh@debian.org>  Sat, 23 Dec 2006 15:55:45 -0500
440 moreutils (0.19) unstable; urgency=low
442   * vidir: Don't ignore files whose names end in dots. Closes: #398141
443     Thanks, Bram Sanders.
445  -- Joey Hess <joeyh@debian.org>  Sat, 11 Nov 2006 22:02:17 -0500
447 moreutils (0.18) unstable; urgency=low
449   * mispipe.docbook: Typo. Closes: #386756
450   * spongs: Output to stdout if no file is specified, useful in a pipeline
451     such as: cvs diff | sponge | patch -R -p0
452     Closes: #387501
454  -- Joey Hess <joeyh@debian.org>  Thu, 14 Sep 2006 15:13:46 -0400
456 moreutils (0.17) unstable; urgency=low
458   * Add missing \n to sponge usage. Closes: #383944
459   * Add mispipe, contributed by Nathanael Nerode. Pipes together two commands,
460     returning the exit status of the first.
462  -- Joey Hess <joeyh@debian.org>  Thu,  7 Sep 2006 20:49:16 -0400
464 moreutils (0.16) unstable; urgency=low
466   * Change the default ts format to include the month and day, for consistency
467     with syslog format.
468   * Add -r switch to ts, which makes it convert existing timestamps in
469     the input into relative times, such as "15m2s ago". Many common date
470     formats are supported.
472  -- Joey Hess <joeyh@debian.org>  Sat, 19 Aug 2006 15:27:42 -0400
474 moreutils (0.15) unstable; urgency=low
476   * Remove notes about potential tools from README, moved to wiki.
477   * vidir: Don't abort if it sees an empty or all-whitespace line.
478   * vidir: If just a filename is removed and the number is left,
479     treat this the same as removing the whole line, and delete the file,
480     instead of trying to rename the file to "".
481   * vidir: Remove the periods after the item numbers.
482   * vidir: Man page improvements. Closes: #378122
483   * combine: Man page improvements, to clarify even more that order does
484     matter and that the operations are not commutative. Closes: #361123
485   * combine: The behavior of "or" was fairly strange if lines were repeated in
486     a file. Changed behavior to just print all lines from both files, even
487     if this means printing dups. Not sure I like this behavior either, but
488     it's consistent with the very useful behaviors of "and" and "not".
489   * vidir, vipe: Use /usr/bin/editor if it's present, and EDITOR and VISUAL
490     arn't set, to comply with Debian policy. For portability, fall back to vi
491     if there's no /usr/bin/editor. Closes: #378623
493  -- Joey Hess <joeyh@debian.org>  Tue, 25 Jul 2006 22:26:56 -0400
495 moreutils (0.14) unstable; urgency=low
497   * vidir: Also support EDITOR or VISUAL that contains spaces and parameters.
499  -- Joey Hess <joeyh@debian.org>  Wed, 12 Jul 2006 13:35:49 -0400
501 moreutils (0.13) unstable; urgency=low
503   * ifdata: typo
504   * vipe: Support EDITOR or VISUAL that contains spaces and parameters.
506  -- Joey Hess <joeyh@debian.org>  Wed, 12 Jul 2006 12:53:44 -0400
508 moreutils (0.12) unstable; urgency=low
510   * Really fix typo. Closes: #369485
511   * zrun: Add usage message.
512   * ifdata: Fix bug in argument parsing that could make it segfault.
513   * combine: Allow operators to be written in any case.
515  -- Joey Hess <joeyh@debian.org>  Wed, 28 Jun 2006 14:04:49 -0400
517 moreutils (0.11) unstable; urgency=low
519   * combine: better synopsis. Closes: #360544
520   * ifdata: basically rewritten by Adam Lackorzynski, code size is 40%
521     smaller, macros removed, return checks added for all lib calls.
522     Closes: #361728
523   * vidir: behave properly if passed a directory name to edit. Closes: #369156
524   * check-isutf8: needs to be a bash script, the way it encodes characters
525     won't work with dash.
526   * check-isutf8: exit nonzero if any tests fail
528  -- Joey Hess <joeyh@debian.org>  Sat, 27 May 2006 19:12:50 -0400
530 moreutils (0.10) unstable; urgency=low
532   * ifdata: patch from Adam Lackorzynski to translate French error messages
533     to English and to convert some #defines to enums.
534   * ifdata: patch from Adam Lackorzynski to avoid printing info for
535     bogus interface. Closes: #360433
536   * Add zrun, contributed by Chung-chieh Shan (you might prefer to alias it to
537     "z").
539  -- Joey Hess <joeyh@debian.org>  Sun,  2 Apr 2006 18:34:01 -0400
541 moreutils (0.9) unstable; urgency=low
543   * ifdata: robustness patch from Adam Lackorzynski, in particular deal with
544     /proc not mounted. Closes: #358930
545   * Typo fixes. Closes: #359039, #359040
546   * pee: don't send a copy of every line sent to every command to stdout.
547     Seems best for it not to output anything to stdout on its on at all.
548     Closes: #359041
550  -- Joey Hess <joeyh@debian.org>  Mon, 27 Mar 2006 13:45:45 -0500
552 moreutils (0.8) unstable; urgency=low
554   * Back to Mithandir's C sponge, now fixed.
555   * tss.1, ifdata.1: typo fix. Closes: #358557, #358556
556   * ifdata: patch from its author to make it behave properly on big endian
557     systems. Closes: #358860
559  -- Joey Hess <joeyh@debian.org>  Fri, 24 Mar 2006 20:52:21 -0500
561 moreutils (0.7) unstable; urgency=low
563   * Add pee (pipe tee) contributed by Miek Gieben.
564   * ifdata: Patch from KELEMEN Peter to add support for printing hardware
565     interface. Closes: #357646
567  -- Joey Hess <joeyh@debian.org>  Sat, 18 Mar 2006 14:17:08 -0500
569 moreutils (0.6) unstable; urgency=low
571   * Revert to perl sponge since the C one corrupts larger files.
572     Hopefully temporary..
574  -- Joey Hess <joeyh@debian.org>  Fri, 10 Mar 2006 15:33:43 -0500
576 moreutils (0.5) unstable; urgency=low
578   * Added ifdata, by Benjamin BAYART (originally called ifcfg).
579   * Made ifdata -Wall clean.
580   * Made ifdata support -h and print usage on unknown options.
581   * Cleaned up ifdata's behavior when asked to print info for nonexistant
582     devices. Still needs improvement.
583   * Indentation improvements.
584   * Replaced and(1) and not(1) by combine, based on an idea by Matt Taggart.
586  -- Joey Hess <joeyh@debian.org>  Tue,  7 Mar 2006 23:02:14 -0500
588 moreutils (0.4) unstable; urgency=low
590   * Added versions of and(1) and not(1) that support arbitrary numbers of
591     input files.
593  -- Joey Hess <joeyh@debian.org>  Sun,  5 Mar 2006 22:28:13 -0500
595 moreutils (0.3) unstable; urgency=low
597   * Switch sponge to a C implementation by mithandir.
598   * Added a list of prospective tools that I am considering adding to the
599     README file.
601  -- Joey Hess <joeyh@debian.org>  Fri,  3 Mar 2006 18:09:46 -0500
603 moreutils (0.2) unstable; urgency=low
605   * Build dep on docbook-xml.
607  -- Joey Hess <joeyh@debian.org>  Sun, 19 Feb 2006 18:40:56 -0500
609 moreutils (0.1) unstable; urgency=low
611   * First release.
613  -- Joey Hess <joeyh@debian.org>  Sun, 12 Feb 2006 17:11:21 -0500