releasing version 0.35
[moreutils.git] / debian / changelog
blob896c2607e5268646b6220b7918f8fb6e3426c969
1 moreutils (0.35) unstable; urgency=low
3   * ifdata: Don't assume that all interface names are 6 characters or less,
4     for instance "wmaster0" is longer. Increase the limit to 20 characters.
5     Closes: #526654 (Thanks, Alan Pope)
6   * isutf8: Reject UTF-8-encoded UTF-16 surrogates. Closes: #525301
7     (Thanks, Jakub Wilk and liw)
9  -- Joey Hess <joeyh@debian.org>  Tue, 05 May 2009 15:06:41 -0400
11 moreutils (0.34) unstable; urgency=low
13   * vipe: Avoid dying on empty input. Thanks, Anders Kaseorg
14     Closes: #508491
16  -- Joey Hess <joeyh@debian.org>  Thu, 11 Dec 2008 15:11:23 -0500
18 moreutils (0.33) unstable; urgency=low
20   * Support installing moreutils into prefixes other than /usr (Evan Broder)
21   * Fix zrun breakage introduced last version. Closes: #504129
23  -- Joey Hess <joeyh@debian.org>  Fri, 31 Oct 2008 17:01:03 -0400
25 moreutils (0.32) unstable; urgency=low
27   * zrun: Can be linked to zsomeprog to run the equivilant of zrun someprog.
28     Closes: #411623 (Stefan Fritsch)
29   * zrun: Add support for lzma and lzo. (Stefan Fritsch)
30   * Fix pod error in vidir(1).
32  -- Joey Hess <joeyh@debian.org>  Sun, 26 Oct 2008 23:43:30 -0400
34 moreutils (0.31) unstable; urgency=low
36   * pee.1: Document difference with tee in stdout.
37   * ts: Support displaying fractional seconds via a "%.S" conversion
38     specification. Closes: #482789
40  -- Joey Hess <joeyh@debian.org>  Sat, 28 Jun 2008 23:19:31 -0400
42 moreutils (0.30) unstable; urgency=low
44   * debhelper v7; rules file minimisation
45   * Use DESTDIR instead of PREFIX.
46   * Add a DOCBOOK2XMAN setting. (Greg KH)
47   * ifne: Add -n which makes it run the command if stdin is empty.
48   * ifne: If no command is specified, print usage information.
50  -- Joey Hess <joeyh@debian.org>  Wed, 14 May 2008 19:37:42 -0400
52 moreutils (0.29) unstable; urgency=low
54   * Add ifne, contributed by Javier Merino.
55   * sponge, ifne: Ensure that suspending/resuming doesn't
56     result in partial writes of the data, by using fwrite()
57     rather than write().
58   * sponge: Handle large data sizes by using a temp file rather than by
59     consuming arbitrary amounts of memory. Patch by Brock Noland.
60   * ts: Allow both -r and a format to be specified, to parse dates and output
61     in a specified format.
62   * ts: Fix bug in timezone regexp.
64  -- Joey Hess <joeyh@debian.org>  Tue, 15 Apr 2008 15:30:52 -0400
66 moreutils (0.28) unstable; urgency=low
68   * Moved to a git repository.
69   * vidir: Applied patch from Stefan Fritsch (one part of #412176):
70     - Check for control characters (especially newlines) in filenames
71       and error out, since this can greatly confuse the editor or vidir.
72     - If the source of a rename does not exist (and thus the rename will fail
73       anyway), vidir should not move an existing target file to a tmpfile.
74     - If a directory is renamed, vidir should take that into account when
75       renaming files in this directory.
76     - If a directory name is passed as name/ to vidir, vidir should not
77       add second slash after the name.
78   * vidir: Add support for unlinking directories. To recursivly delete
79     a directory and its contents, pipe find to vidir, and delete the directory
80     and its contents in the editor. Closes: #412176
81   * Add example to man page about recursive modification of directories.
82     Closes: #390099
84  -- Joey Hess <joeyh@debian.org>  Sat, 02 Feb 2008 17:26:23 -0500
86 moreutils (0.27) unstable; urgency=low
88   * vidir: Check exit codes of close. Closes: #463739
90  -- Joey Hess <joeyh@debian.org>  Sat, 02 Feb 2008 16:42:18 -0500
92 moreutils (0.26) unstable; urgency=low
94   * isutf8: Correct inverted exit code when passed a file to check.
95     Closes: #453306
97  -- Joey Hess <joeyh@debian.org>  Wed, 28 Nov 2007 14:19:32 -0500
99 moreutils (0.25) unstable; urgency=low
101   * isutf8: Detect and reject overlong UTF-8 sequences. Closes: #440951
102     Many thanks to liw for the patch.
104  -- Joey Hess <joeyh@debian.org>  Mon, 12 Nov 2007 11:58:07 -0500
106 moreutils (0.24) unstable; urgency=low
108   * vidir: Force numbers to normalised integers.
109   * vidir: Abort on unknown item numbers rather than deleting them.
110     Closes: #442440
112  -- Joey Hess <joeyh@debian.org>  Sun, 16 Sep 2007 13:05:54 -0400
114 moreutils (0.23) unstable; urgency=low
116   * Add pointer to join from combine's man page. Closes: #435516
117   * Don't strip binaries for debian package if built with
118     DEB_BUILD_OPTIONS=nostrip. Closes: #437577
119   * Include Michael Tokarev's lckdo program and replace / conflict with the
120     current lckdo package. (Robert Edmonds) Closes: #432906
121   * lckdo: Don't clear other flags when setting close on exec.
123  -- Joey Hess <joeyh@debian.org>  Wed, 05 Sep 2007 21:45:25 -0400
125 moreutils (0.22) unstable; urgency=low
127   * vidir, zrun: Don't put temp files in the current directory. Closes: #429367
129  -- Joey Hess <joeyh@debian.org>  Mon, 25 Jun 2007 16:11:27 -0400
131 moreutils (0.21) unstable; urgency=low
133   * Patch from Sergej Pupykin fixing ifdata -pN.
135  -- Joey Hess <joeyh@debian.org>  Mon, 25 Jun 2007 13:07:21 -0400
137 moreutils (0.20) unstable; urgency=low
139   * Typo fixes from Ralf Wildenhues.
140   * ifdata: Add -bips and -bops options contributed by AndrĂ© Appel,
141     to print the number of bytes of incoming/outgoing traffic per second.
143  -- Joey Hess <joeyh@debian.org>  Sat, 23 Dec 2006 15:55:45 -0500
145 moreutils (0.19) unstable; urgency=low
147   * vidir: Don't ignore files whose names end in dots. Closes: #398141
148     Thanks, Bram Sanders.
150  -- Joey Hess <joeyh@debian.org>  Sat, 11 Nov 2006 22:02:17 -0500
152 moreutils (0.18) unstable; urgency=low
154   * mispipe.docbook: Typo. Closes: #386756
155   * spongs: Output to stdout if no file is specified, useful in a pipeline
156     such as: cvs diff | sponge | patch -R -p0
157     Closes: #387501
159  -- Joey Hess <joeyh@debian.org>  Thu, 14 Sep 2006 15:13:46 -0400
161 moreutils (0.17) unstable; urgency=low
163   * Add missing \n to sponge usage. Closes: #383944
164   * Add mispipe, contributed by Nathanael Nerode. Pipes together two commands,
165     returning the exit status of the first.
167  -- Joey Hess <joeyh@debian.org>  Thu,  7 Sep 2006 20:49:16 -0400
169 moreutils (0.16) unstable; urgency=low
171   * Change the default ts format to include the month and day, for consistency
172     with syslog format.
173   * Add -r switch to ts, which makes it convert existing timestamps in
174     the input into relative times, such as "15m2s ago". Many common date
175     formats are supported.
177  -- Joey Hess <joeyh@debian.org>  Sat, 19 Aug 2006 15:27:42 -0400
179 moreutils (0.15) unstable; urgency=low
181   * Remove notes about potential tools from README, moved to wiki.
182   * vidir: Don't abort if it sees an empty or all-whitespace line.
183   * vidir: If just a filename is removed and the number is left,
184     treat this the same as removing the whole line, and delete the file,
185     instead of trying to rename the file to "".
186   * vidir: Remove the periods after the item numbers.
187   * vidir: Man page improvements. Closes: #378122
188   * combine: Man page improvements, to clarify even more that order does
189     matter and that the operations are not commutative. Closes: #361123
190   * combine: The behavior of "or" was fairly strange if lines were repeated in
191     a file. Changed behavior to just print all lines from both files, even
192     if this means printing dups. Not sure I like this behavior either, but
193     it's consistent with the very useful behaviors of "and" and "not".
194   * vidir, vipe: Use /usr/bin/editor if it's present, and EDITOR and VISUAL
195     arn't set, to comply with Debian policy. For portability, fall back to vi
196     if there's no /usr/bin/editor. Closes: #378623
198  -- Joey Hess <joeyh@debian.org>  Tue, 25 Jul 2006 22:26:56 -0400
200 moreutils (0.14) unstable; urgency=low
202   * vidir: Also support EDITOR or VISUAL that contains spaces and parameters.
204  -- Joey Hess <joeyh@debian.org>  Wed, 12 Jul 2006 13:35:49 -0400
206 moreutils (0.13) unstable; urgency=low
208   * ifdata: typo
209   * vipe: Support EDITOR or VISUAL that contains spaces and parameters.
211  -- Joey Hess <joeyh@debian.org>  Wed, 12 Jul 2006 12:53:44 -0400
213 moreutils (0.12) unstable; urgency=low
215   * Really fix typo. Closes: #369485
216   * zrun: Add usage message.
217   * ifdata: Fix bug in argument parsing that could make it segfault.
218   * combine: Allow operators to be written in any case.
220  -- Joey Hess <joeyh@debian.org>  Wed, 28 Jun 2006 14:04:49 -0400
222 moreutils (0.11) unstable; urgency=low
224   * combine: better synopsis. Closes: #360544
225   * ifdata: basically rewritten by Adam Lackorzynski, code size is 40%
226     smaller, macros removed, return checks added for all lib calls.
227     Closes: #361728
228   * vidir: behave properly if passed a directory name to edit. Closes: #369156
229   * check-isutf8: needs to be a bash script, the way it encodes characters
230     won't work with dash.
231   * check-isutf8: exit nonzero if any tests fail
233  -- Joey Hess <joeyh@debian.org>  Sat, 27 May 2006 19:12:50 -0400
235 moreutils (0.10) unstable; urgency=low
237   * ifdata: patch from Adam Lackorzynski to translate French error messages
238     to English and to convert some #defines to enums.
239   * ifdata: patch from Adam Lackorzynski to avoid printing info for
240     bogus interface. Closes: #360433
241   * Add zrun, contributed by Chung-chieh Shan (you might prefer to alias it to
242     "z").
244  -- Joey Hess <joeyh@debian.org>  Sun,  2 Apr 2006 18:34:01 -0400
246 moreutils (0.9) unstable; urgency=low
248   * ifdata: robustness patch from Adam Lackorzynski, in particular deal with
249     /proc not mounted. Closes: #358930
250   * Typo fixes. Closes: #359039, #359040
251   * pee: don't send a copy of every line sent to every command to stdout.
252     Seems best for it not to output anything to stdout on its on at all.
253     Closes: #359041
255  -- Joey Hess <joeyh@debian.org>  Mon, 27 Mar 2006 13:45:45 -0500
257 moreutils (0.8) unstable; urgency=low
259   * Back to Mithandir's C sponge, now fixed.
260   * tss.1, ifdata.1: typo fix. Closes: #358557, #358556
261   * ifdata: patch from its author to make it behave properly on big endian
262     systems. Closes: #358860
264  -- Joey Hess <joeyh@debian.org>  Fri, 24 Mar 2006 20:52:21 -0500
266 moreutils (0.7) unstable; urgency=low
268   * Add pee (pipe tee) contributed by Miek Gieben.
269   * ifdata: Patch from KELEMEN Peter to add support for printing hardware
270     interface. Closes: #357646
272  -- Joey Hess <joeyh@debian.org>  Sat, 18 Mar 2006 14:17:08 -0500
274 moreutils (0.6) unstable; urgency=low
276   * Revert to perl sponge since the C one corrupts larger files.
277     Hopefully temporary..
279  -- Joey Hess <joeyh@debian.org>  Fri, 10 Mar 2006 15:33:43 -0500
281 moreutils (0.5) unstable; urgency=low
283   * Added ifdata, by Benjamin BAYART (originally called ifcfg).
284   * Made ifdata -Wall clean.
285   * Made ifdata support -h and print usage on unknown options.
286   * Cleaned up ifdata's behavior when asked to print info for nonexistant
287     devices. Still needs improvement.
288   * Indentation improvements.
289   * Replaced and(1) and not(1) by combine, based on an idea by Matt Taggart.
291  -- Joey Hess <joeyh@debian.org>  Tue,  7 Mar 2006 23:02:14 -0500
293 moreutils (0.4) unstable; urgency=low
295   * Added versions of and(1) and not(1) that support arbitrary numbers of
296     input files.
298  -- Joey Hess <joeyh@debian.org>  Sun,  5 Mar 2006 22:28:13 -0500
300 moreutils (0.3) unstable; urgency=low
302   * Switch sponge to a C implementation by mithandir.
303   * Added a list of prospective tools that I am considering adding to the
304     README file.
306  -- Joey Hess <joeyh@debian.org>  Fri,  3 Mar 2006 18:09:46 -0500
308 moreutils (0.2) unstable; urgency=low
310   * Build dep on docbook-xml.
312  -- Joey Hess <joeyh@debian.org>  Sun, 19 Feb 2006 18:40:56 -0500
314 moreutils (0.1) unstable; urgency=low
316   * First release.
318  -- Joey Hess <joeyh@debian.org>  Sun, 12 Feb 2006 17:11:21 -0500