releasing version 0.50
[moreutils.git] / debian / changelog
blobe754e2097e69493a78908667274e06d1c394698a
1 moreutils (0.50) unstable; urgency=low
3   * Fix build on Hurd. Closes: #716653
4     (Thanks, Pino Toscano)
6  -- Joey Hess <joeyh@debian.org>  Mon, 26 Aug 2013 13:00:24 -0400
8 moreutils (0.49) unstable; urgency=low
10   * ts: Fix timezone used with -i
11   * errno, isutf8: Fix zero-termination of option list, which could lead
12     to getopt crash. Closes: #715867
13     (Thanks, Mayhem Team)
15  -- Joey Hess <joeyh@debian.org>  Wed, 10 Jul 2013 16:21:41 -0400
17 moreutils (0.48) unstable; urgency=low
19   * Allow overriding PREFIX and CFLAGS to make the build more flexible
20     (Thanks, Ben Walton)
21   * Typo. Closes: #697113
22   * ts: -i enables incremental timestamping.
23     Thanks, Thomas Vander Stichele
24   * ts: Support single-digit day dates.
25     Thanks, Peter Lunicks
26   * sponge: Check fclose to detect certian short reads. Closes: #704453
28  -- Joey Hess <joeyh@debian.org>  Sat, 04 May 2013 23:50:03 -0400
30 moreutils (0.47) unstable; urgency=low
32   * errno: New utility that looks up errno numbers or names.
34  -- Joey Hess <joeyh@debian.org>  Mon, 25 Jun 2012 16:31:17 -0400
36 moreutils (0.46) unstable; urgency=low
38   * Typo. Closes: #649158
39   * combine: Avoid reading files twice, to support data coming from
40     pipes. Closes: #667960 Thanks, Carsten Hey
42  -- Joey Hess <joeyh@debian.org>  Mon, 09 Apr 2012 16:19:34 -0400
44 moreutils (0.45) unstable; urgency=low
46   * ts: Support %.s for seconds sinch epoch with subsecond resolution.
47     Closes: #619764
49  -- Joey Hess <joeyh@debian.org>  Sun, 19 Jun 2011 15:44:28 -0400
51 moreutils (0.44) unstable; urgency=low
53   * pee: Propigate exit status of commands run.
55  -- Joey Hess <joeyh@debian.org>  Thu, 10 Mar 2011 17:38:14 -0400
57 moreutils (0.43) unstable; urgency=low
59   * chronic: New command, runs a command quietly, unless it fails.
60   * Now depends on IPC::Run, used by chronic.
62  -- Joey Hess <joeyh@debian.org>  Fri, 29 Oct 2010 15:54:37 -0400
64 moreutils (0.42) unstable; urgency=low
66   * sponge: Guarantee that output file is always updated atomically,
67     by renaming a temp file into place. Closes: #592144
68   * sponge: Ensure that output file permissions are always preserved
69     if it already exists.
70   * Typo. Closes: #596032
72  -- Joey Hess <joeyh@debian.org>  Wed, 06 Oct 2010 20:03:25 -0400
74 moreutils (0.41) unstable; urgency=low
76   * ifdata.docbook: Mark interface as required in synopsis. Closes: #588397
77   * Add missing AUTHOR section to docbook man pages.
78   * sponge: Correct bad use of fread that caused a trailing quantity of
79     soaked data to be silently discarded when a temp file was used
80     and sponge output to stdout. Closes: #595220
82  -- Joey Hess <joeyh@debian.org>  Thu, 02 Sep 2010 16:47:10 -0400
84 moreutils (0.40) unstable; urgency=low
86   * lckdo: Now deprecated, since util-linux's flock(1) can do the same
87     thing.
88   * parallel: -i will now replace {} inside parameters, before the {} had
89     to be a separate parameter.
91  -- Joey Hess <joeyh@debian.org>  Tue, 06 Jul 2010 19:38:14 -0400
93 moreutils (0.39) unstable; urgency=low
95   * parallel: Fix exit code handling when commands are specified after --
96   * parallel: Make -j 0 do something reasonable (start all jobs at once).
97   * parallel: Fix to really avoid running new jobs when load is too high.
98   * parallel: Fix logic error in code handling -l that could make parallel
99     return a bogus 255 exit code when all jobs succeeded. Closes: #569617
100   * parallel: Allow a decimal load value to be specified with -l
101   * Caps sillyness. Closes: #570815
102   * zrun: Add support for .xz files.
104  -- Joey Hess <joeyh@debian.org>  Tue, 23 Feb 2010 15:51:26 -0500
106 moreutils (0.38) unstable; urgency=low
108   * Description improvements. Closes: #549450
109     (Thanks, Justin B Rye)
110   * parallel: Allow running independent commands,
111     like `parallel -j3 -- ls df "echo hi"`
112   * ifdata: Add FreeBSD kernel support, although some of the more esoteric
113     interface options are not currently supported in FreeBSD.
114   * parallel: Define WEXITED to allow building on FreeBSD kernel.
115   * Thanks Enrico Tassi for the FreeBSD kernel support, which should
116     be enough to get moreutils built on Debian kFreeBSD. Closes: #562609
118  -- Joey Hess <joeyh@debian.org>  Tue, 09 Feb 2010 15:50:42 -0500
120 moreutils (0.37) unstable; urgency=low
122   * parallel: Clarify man page regarding CPUs. Closes: #536597
123   * parallel: Add -n option. Thanks, Pierre Habouzit. Closes: #537992
124     (As a side effect, fixes a segfault if -- was omitted.)
125   * parallel.1: Typo fixes. Closes: #538147
127  -- Joey Hess <joeyh@debian.org>  Sat, 25 Jul 2009 10:18:40 +0200
129 moreutils (0.36) unstable; urgency=low
131   * parallel: New program, contributed by Tollef Fog Heen,
132     that can run multiple jobs in parallel, optionally checking
133     load average.
134   * mispipe: Fix closing of extra pipe FD before starting command
135     so it is not inherited by daemons. Closes: #533448
136     (Thanks, Jeremie Koenig)
138  -- Joey Hess <joeyh@debian.org>  Fri, 10 Jul 2009 11:01:41 -0400
140 moreutils (0.35) unstable; urgency=low
142   * ifdata: Don't assume that all interface names are 6 characters or less,
143     for instance "wmaster0" is longer. Increase the limit to 20 characters.
144     Closes: #526654 (Thanks, Alan Pope)
145   * isutf8: Reject UTF-8-encoded UTF-16 surrogates. Closes: #525301
146     (Thanks, Jakub Wilk and liw)
148  -- Joey Hess <joeyh@debian.org>  Tue, 05 May 2009 15:06:41 -0400
150 moreutils (0.34) unstable; urgency=low
152   * vipe: Avoid dying on empty input. Thanks, Anders Kaseorg
153     Closes: #508491
155  -- Joey Hess <joeyh@debian.org>  Thu, 11 Dec 2008 15:11:23 -0500
157 moreutils (0.33) unstable; urgency=low
159   * Support installing moreutils into prefixes other than /usr (Evan Broder)
160   * Fix zrun breakage introduced last version. Closes: #504129
162  -- Joey Hess <joeyh@debian.org>  Fri, 31 Oct 2008 17:01:03 -0400
164 moreutils (0.32) unstable; urgency=low
166   * zrun: Can be linked to zsomeprog to run the equivilant of zrun someprog.
167     Closes: #411623 (Stefan Fritsch)
168   * zrun: Add support for lzma and lzo. (Stefan Fritsch)
169   * Fix pod error in vidir(1).
171  -- Joey Hess <joeyh@debian.org>  Sun, 26 Oct 2008 23:43:30 -0400
173 moreutils (0.31) unstable; urgency=low
175   * pee.1: Document difference with tee in stdout.
176   * ts: Support displaying fractional seconds via a "%.S" conversion
177     specification. Closes: #482789
179  -- Joey Hess <joeyh@debian.org>  Sat, 28 Jun 2008 23:19:31 -0400
181 moreutils (0.30) unstable; urgency=low
183   * debhelper v7; rules file minimisation
184   * Use DESTDIR instead of PREFIX.
185   * Add a DOCBOOK2XMAN setting. (Greg KH)
186   * ifne: Add -n which makes it run the command if stdin is empty.
187   * ifne: If no command is specified, print usage information.
189  -- Joey Hess <joeyh@debian.org>  Wed, 14 May 2008 19:37:42 -0400
191 moreutils (0.29) unstable; urgency=low
193   * Add ifne, contributed by Javier Merino.
194   * sponge, ifne: Ensure that suspending/resuming doesn't
195     result in partial writes of the data, by using fwrite()
196     rather than write().
197   * sponge: Handle large data sizes by using a temp file rather than by
198     consuming arbitrary amounts of memory. Patch by Brock Noland.
199   * ts: Allow both -r and a format to be specified, to parse dates and output
200     in a specified format.
201   * ts: Fix bug in timezone regexp.
203  -- Joey Hess <joeyh@debian.org>  Tue, 15 Apr 2008 15:30:52 -0400
205 moreutils (0.28) unstable; urgency=low
207   * Moved to a git repository.
208   * vidir: Applied patch from Stefan Fritsch (one part of #412176):
209     - Check for control characters (especially newlines) in filenames
210       and error out, since this can greatly confuse the editor or vidir.
211     - If the source of a rename does not exist (and thus the rename will fail
212       anyway), vidir should not move an existing target file to a tmpfile.
213     - If a directory is renamed, vidir should take that into account when
214       renaming files in this directory.
215     - If a directory name is passed as name/ to vidir, vidir should not
216       add second slash after the name.
217   * vidir: Add support for unlinking directories. To recursivly delete
218     a directory and its contents, pipe find to vidir, and delete the directory
219     and its contents in the editor. Closes: #412176
220   * Add example to man page about recursive modification of directories.
221     Closes: #390099
223  -- Joey Hess <joeyh@debian.org>  Sat, 02 Feb 2008 17:26:23 -0500
225 moreutils (0.27) unstable; urgency=low
227   * vidir: Check exit codes of close. Closes: #463739
229  -- Joey Hess <joeyh@debian.org>  Sat, 02 Feb 2008 16:42:18 -0500
231 moreutils (0.26) unstable; urgency=low
233   * isutf8: Correct inverted exit code when passed a file to check.
234     Closes: #453306
236  -- Joey Hess <joeyh@debian.org>  Wed, 28 Nov 2007 14:19:32 -0500
238 moreutils (0.25) unstable; urgency=low
240   * isutf8: Detect and reject overlong UTF-8 sequences. Closes: #440951
241     Many thanks to liw for the patch.
243  -- Joey Hess <joeyh@debian.org>  Mon, 12 Nov 2007 11:58:07 -0500
245 moreutils (0.24) unstable; urgency=low
247   * vidir: Force numbers to normalised integers.
248   * vidir: Abort on unknown item numbers rather than deleting them.
249     Closes: #442440
251  -- Joey Hess <joeyh@debian.org>  Sun, 16 Sep 2007 13:05:54 -0400
253 moreutils (0.23) unstable; urgency=low
255   * Add pointer to join from combine's man page. Closes: #435516
256   * Don't strip binaries for debian package if built with
257     DEB_BUILD_OPTIONS=nostrip. Closes: #437577
258   * Include Michael Tokarev's lckdo program and replace / conflict with the
259     current lckdo package. (Robert Edmonds) Closes: #432906
260   * lckdo: Don't clear other flags when setting close on exec.
262  -- Joey Hess <joeyh@debian.org>  Wed, 05 Sep 2007 21:45:25 -0400
264 moreutils (0.22) unstable; urgency=low
266   * vidir, zrun: Don't put temp files in the current directory. Closes: #429367
268  -- Joey Hess <joeyh@debian.org>  Mon, 25 Jun 2007 16:11:27 -0400
270 moreutils (0.21) unstable; urgency=low
272   * Patch from Sergej Pupykin fixing ifdata -pN.
274  -- Joey Hess <joeyh@debian.org>  Mon, 25 Jun 2007 13:07:21 -0400
276 moreutils (0.20) unstable; urgency=low
278   * Typo fixes from Ralf Wildenhues.
279   * ifdata: Add -bips and -bops options contributed by AndrĂ© Appel,
280     to print the number of bytes of incoming/outgoing traffic per second.
282  -- Joey Hess <joeyh@debian.org>  Sat, 23 Dec 2006 15:55:45 -0500
284 moreutils (0.19) unstable; urgency=low
286   * vidir: Don't ignore files whose names end in dots. Closes: #398141
287     Thanks, Bram Sanders.
289  -- Joey Hess <joeyh@debian.org>  Sat, 11 Nov 2006 22:02:17 -0500
291 moreutils (0.18) unstable; urgency=low
293   * mispipe.docbook: Typo. Closes: #386756
294   * spongs: Output to stdout if no file is specified, useful in a pipeline
295     such as: cvs diff | sponge | patch -R -p0
296     Closes: #387501
298  -- Joey Hess <joeyh@debian.org>  Thu, 14 Sep 2006 15:13:46 -0400
300 moreutils (0.17) unstable; urgency=low
302   * Add missing \n to sponge usage. Closes: #383944
303   * Add mispipe, contributed by Nathanael Nerode. Pipes together two commands,
304     returning the exit status of the first.
306  -- Joey Hess <joeyh@debian.org>  Thu,  7 Sep 2006 20:49:16 -0400
308 moreutils (0.16) unstable; urgency=low
310   * Change the default ts format to include the month and day, for consistency
311     with syslog format.
312   * Add -r switch to ts, which makes it convert existing timestamps in
313     the input into relative times, such as "15m2s ago". Many common date
314     formats are supported.
316  -- Joey Hess <joeyh@debian.org>  Sat, 19 Aug 2006 15:27:42 -0400
318 moreutils (0.15) unstable; urgency=low
320   * Remove notes about potential tools from README, moved to wiki.
321   * vidir: Don't abort if it sees an empty or all-whitespace line.
322   * vidir: If just a filename is removed and the number is left,
323     treat this the same as removing the whole line, and delete the file,
324     instead of trying to rename the file to "".
325   * vidir: Remove the periods after the item numbers.
326   * vidir: Man page improvements. Closes: #378122
327   * combine: Man page improvements, to clarify even more that order does
328     matter and that the operations are not commutative. Closes: #361123
329   * combine: The behavior of "or" was fairly strange if lines were repeated in
330     a file. Changed behavior to just print all lines from both files, even
331     if this means printing dups. Not sure I like this behavior either, but
332     it's consistent with the very useful behaviors of "and" and "not".
333   * vidir, vipe: Use /usr/bin/editor if it's present, and EDITOR and VISUAL
334     arn't set, to comply with Debian policy. For portability, fall back to vi
335     if there's no /usr/bin/editor. Closes: #378623
337  -- Joey Hess <joeyh@debian.org>  Tue, 25 Jul 2006 22:26:56 -0400
339 moreutils (0.14) unstable; urgency=low
341   * vidir: Also support EDITOR or VISUAL that contains spaces and parameters.
343  -- Joey Hess <joeyh@debian.org>  Wed, 12 Jul 2006 13:35:49 -0400
345 moreutils (0.13) unstable; urgency=low
347   * ifdata: typo
348   * vipe: Support EDITOR or VISUAL that contains spaces and parameters.
350  -- Joey Hess <joeyh@debian.org>  Wed, 12 Jul 2006 12:53:44 -0400
352 moreutils (0.12) unstable; urgency=low
354   * Really fix typo. Closes: #369485
355   * zrun: Add usage message.
356   * ifdata: Fix bug in argument parsing that could make it segfault.
357   * combine: Allow operators to be written in any case.
359  -- Joey Hess <joeyh@debian.org>  Wed, 28 Jun 2006 14:04:49 -0400
361 moreutils (0.11) unstable; urgency=low
363   * combine: better synopsis. Closes: #360544
364   * ifdata: basically rewritten by Adam Lackorzynski, code size is 40%
365     smaller, macros removed, return checks added for all lib calls.
366     Closes: #361728
367   * vidir: behave properly if passed a directory name to edit. Closes: #369156
368   * check-isutf8: needs to be a bash script, the way it encodes characters
369     won't work with dash.
370   * check-isutf8: exit nonzero if any tests fail
372  -- Joey Hess <joeyh@debian.org>  Sat, 27 May 2006 19:12:50 -0400
374 moreutils (0.10) unstable; urgency=low
376   * ifdata: patch from Adam Lackorzynski to translate French error messages
377     to English and to convert some #defines to enums.
378   * ifdata: patch from Adam Lackorzynski to avoid printing info for
379     bogus interface. Closes: #360433
380   * Add zrun, contributed by Chung-chieh Shan (you might prefer to alias it to
381     "z").
383  -- Joey Hess <joeyh@debian.org>  Sun,  2 Apr 2006 18:34:01 -0400
385 moreutils (0.9) unstable; urgency=low
387   * ifdata: robustness patch from Adam Lackorzynski, in particular deal with
388     /proc not mounted. Closes: #358930
389   * Typo fixes. Closes: #359039, #359040
390   * pee: don't send a copy of every line sent to every command to stdout.
391     Seems best for it not to output anything to stdout on its on at all.
392     Closes: #359041
394  -- Joey Hess <joeyh@debian.org>  Mon, 27 Mar 2006 13:45:45 -0500
396 moreutils (0.8) unstable; urgency=low
398   * Back to Mithandir's C sponge, now fixed.
399   * tss.1, ifdata.1: typo fix. Closes: #358557, #358556
400   * ifdata: patch from its author to make it behave properly on big endian
401     systems. Closes: #358860
403  -- Joey Hess <joeyh@debian.org>  Fri, 24 Mar 2006 20:52:21 -0500
405 moreutils (0.7) unstable; urgency=low
407   * Add pee (pipe tee) contributed by Miek Gieben.
408   * ifdata: Patch from KELEMEN Peter to add support for printing hardware
409     interface. Closes: #357646
411  -- Joey Hess <joeyh@debian.org>  Sat, 18 Mar 2006 14:17:08 -0500
413 moreutils (0.6) unstable; urgency=low
415   * Revert to perl sponge since the C one corrupts larger files.
416     Hopefully temporary..
418  -- Joey Hess <joeyh@debian.org>  Fri, 10 Mar 2006 15:33:43 -0500
420 moreutils (0.5) unstable; urgency=low
422   * Added ifdata, by Benjamin BAYART (originally called ifcfg).
423   * Made ifdata -Wall clean.
424   * Made ifdata support -h and print usage on unknown options.
425   * Cleaned up ifdata's behavior when asked to print info for nonexistant
426     devices. Still needs improvement.
427   * Indentation improvements.
428   * Replaced and(1) and not(1) by combine, based on an idea by Matt Taggart.
430  -- Joey Hess <joeyh@debian.org>  Tue,  7 Mar 2006 23:02:14 -0500
432 moreutils (0.4) unstable; urgency=low
434   * Added versions of and(1) and not(1) that support arbitrary numbers of
435     input files.
437  -- Joey Hess <joeyh@debian.org>  Sun,  5 Mar 2006 22:28:13 -0500
439 moreutils (0.3) unstable; urgency=low
441   * Switch sponge to a C implementation by mithandir.
442   * Added a list of prospective tools that I am considering adding to the
443     README file.
445  -- Joey Hess <joeyh@debian.org>  Fri,  3 Mar 2006 18:09:46 -0500
447 moreutils (0.2) unstable; urgency=low
449   * Build dep on docbook-xml.
451  -- Joey Hess <joeyh@debian.org>  Sun, 19 Feb 2006 18:40:56 -0500
453 moreutils (0.1) unstable; urgency=low
455   * First release.
457  -- Joey Hess <joeyh@debian.org>  Sun, 12 Feb 2006 17:11:21 -0500