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