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