update
[moreutils.git] / debian / changelog
blobe617044f2a3dc020ec68255ba6e4b69db5331780
1 moreutils (0.30) UNRELEASED; urgency=low
3   * debhelper v7; rules file minimisation
4   * Use DESTDIR instead of PREFIX.
5   * Add a DOCBOOK2XMAN setting. (Greg KH)
7  -- Joey Hess <joeyh@debian.org>  Sat, 26 Apr 2008 19:23:10 -0400
9 moreutils (0.29) unstable; urgency=low
11   * Add ifne, contributed by Javier Merino.
12   * sponge, ifne: Ensure that suspending/resuming doesn't
13     result in partial writes of the data, by using fwrite()
14     rather than write().
15   * sponge: Handle large data sizes by using a temp file rather than by
16     consuming arbitrary amounts of memory. Patch by Brock Noland.
17   * ts: Allow both -r and a format to be specified, to parse dates and output
18     in a specified format.
19   * ts: Fix bug in timezone regexp.
21  -- Joey Hess <joeyh@debian.org>  Tue, 15 Apr 2008 15:30:52 -0400
23 moreutils (0.28) unstable; urgency=low
25   * Moved to a git repository.
26   * vidir: Applied patch from Stefan Fritsch (one part of #412176):
27     - Check for control characters (especially newlines) in filenames
28       and error out, since this can greatly confuse the editor or vidir.
29     - If the source of a rename does not exist (and thus the rename will fail
30       anyway), vidir should not move an existing target file to a tmpfile.
31     - If a directory is renamed, vidir should take that into account when
32       renaming files in this directory.
33     - If a directory name is passed as name/ to vidir, vidir should not
34       add second slash after the name.
35   * vidir: Add support for unlinking directories. To recursivly delete
36     a directory and its contents, pipe find to vidir, and delete the directory
37     and its contents in the editor. Closes: #412176
38   * Add example to man page about recursive modification of directories.
39     Closes: #390099
41  -- Joey Hess <joeyh@debian.org>  Sat, 02 Feb 2008 17:26:23 -0500
43 moreutils (0.27) unstable; urgency=low
45   * vidir: Check exit codes of close. Closes: #463739
47  -- Joey Hess <joeyh@debian.org>  Sat, 02 Feb 2008 16:42:18 -0500
49 moreutils (0.26) unstable; urgency=low
51   * isutf8: Correct inverted exit code when passed a file to check.
52     Closes: #453306
54  -- Joey Hess <joeyh@debian.org>  Wed, 28 Nov 2007 14:19:32 -0500
56 moreutils (0.25) unstable; urgency=low
58   * isutf8: Detect and reject overlong UTF-8 sequences. Closes: #440951
59     Many thanks to liw for the patch.
61  -- Joey Hess <joeyh@debian.org>  Mon, 12 Nov 2007 11:58:07 -0500
63 moreutils (0.24) unstable; urgency=low
65   * vidir: Force numbers to normalised integers.
66   * vidir: Abort on unknown item numbers rather than deleting them.
67     Closes: #442440
69  -- Joey Hess <joeyh@debian.org>  Sun, 16 Sep 2007 13:05:54 -0400
71 moreutils (0.23) unstable; urgency=low
73   * Add pointer to join from combine's man page. Closes: #435516
74   * Don't strip binaries for debian package if built with
75     DEB_BUILD_OPTIONS=nostrip. Closes: #437577
76   * Include Michael Tokarev's lckdo program and replace / conflict with the
77     current lckdo package. (Robert Edmonds) Closes: #432906
78   * lckdo: Don't clear other flags when setting close on exec.
80  -- Joey Hess <joeyh@debian.org>  Wed, 05 Sep 2007 21:45:25 -0400
82 moreutils (0.22) unstable; urgency=low
84   * vidir, zrun: Don't put temp files in the current directory. Closes: #429367
86  -- Joey Hess <joeyh@debian.org>  Mon, 25 Jun 2007 16:11:27 -0400
88 moreutils (0.21) unstable; urgency=low
90   * Patch from Sergej Pupykin fixing ifdata -pN.
92  -- Joey Hess <joeyh@debian.org>  Mon, 25 Jun 2007 13:07:21 -0400
94 moreutils (0.20) unstable; urgency=low
96   * Typo fixes from Ralf Wildenhues.
97   * ifdata: Add -bips and -bops options contributed by AndrĂ© Appel,
98     to print the number of bytes of incoming/outgoing traffic per second.
100  -- Joey Hess <joeyh@debian.org>  Sat, 23 Dec 2006 15:55:45 -0500
102 moreutils (0.19) unstable; urgency=low
104   * vidir: Don't ignore files whose names end in dots. Closes: #398141
105     Thanks, Bram Sanders.
107  -- Joey Hess <joeyh@debian.org>  Sat, 11 Nov 2006 22:02:17 -0500
109 moreutils (0.18) unstable; urgency=low
111   * mispipe.docbook: Typo. Closes: #386756
112   * spongs: Output to stdout if no file is specified, useful in a pipeline
113     such as: cvs diff | sponge | patch -R -p0
114     Closes: #387501
116  -- Joey Hess <joeyh@debian.org>  Thu, 14 Sep 2006 15:13:46 -0400
118 moreutils (0.17) unstable; urgency=low
120   * Add missing \n to sponge usage. Closes: #383944
121   * Add mispipe, contributed by Nathanael Nerode. Pipes together two commands,
122     returning the exit status of the first.
124  -- Joey Hess <joeyh@debian.org>  Thu,  7 Sep 2006 20:49:16 -0400
126 moreutils (0.16) unstable; urgency=low
128   * Change the default ts format to include the month and day, for consistency
129     with syslog format.
130   * Add -r switch to ts, which makes it convert existing timestamps in
131     the input into relative times, such as "15m2s ago". Many common date
132     formats are supported.
134  -- Joey Hess <joeyh@debian.org>  Sat, 19 Aug 2006 15:27:42 -0400
136 moreutils (0.15) unstable; urgency=low
138   * Remove notes about potential tools from README, moved to wiki.
139   * vidir: Don't abort if it sees an empty or all-whitespace line.
140   * vidir: If just a filename is removed and the number is left,
141     treat this the same as removing the whole line, and delete the file,
142     instead of trying to rename the file to "".
143   * vidir: Remove the periods after the item numbers.
144   * vidir: Man page improvements. Closes: #378122
145   * combine: Man page improvements, to clarify even more that order does
146     matter and that the operations are not commutative. Closes: #361123
147   * combine: The behavior of "or" was fairly strange if lines were repeated in
148     a file. Changed behavior to just print all lines from both files, even
149     if this means printing dups. Not sure I like this behavior either, but
150     it's consistent with the very useful behaviors of "and" and "not".
151   * vidir, vipe: Use /usr/bin/editor if it's present, and EDITOR and VISUAL
152     arn't set, to comply with Debian policy. For portability, fall back to vi
153     if there's no /usr/bin/editor. Closes: #378623
155  -- Joey Hess <joeyh@debian.org>  Tue, 25 Jul 2006 22:26:56 -0400
157 moreutils (0.14) unstable; urgency=low
159   * vidir: Also support EDITOR or VISUAL that contains spaces and parameters.
161  -- Joey Hess <joeyh@debian.org>  Wed, 12 Jul 2006 13:35:49 -0400
163 moreutils (0.13) unstable; urgency=low
165   * ifdata: typo
166   * vipe: Support EDITOR or VISUAL that contains spaces and parameters.
168  -- Joey Hess <joeyh@debian.org>  Wed, 12 Jul 2006 12:53:44 -0400
170 moreutils (0.12) unstable; urgency=low
172   * Really fix typo. Closes: #369485
173   * zrun: Add usage message.
174   * ifdata: Fix bug in argument parsing that could make it segfault.
175   * combine: Allow operators to be written in any case.
177  -- Joey Hess <joeyh@debian.org>  Wed, 28 Jun 2006 14:04:49 -0400
179 moreutils (0.11) unstable; urgency=low
181   * combine: better synopsis. Closes: #360544
182   * ifdata: basically rewritten by Adam Lackorzynski, code size is 40%
183     smaller, macros removed, return checks added for all lib calls.
184     Closes: #361728
185   * vidir: behave properly if passed a directory name to edit. Closes: #369156
186   * check-isutf8: needs to be a bash script, the way it encodes characters
187     won't work with dash.
188   * check-isutf8: exit nonzero if any tests fail
190  -- Joey Hess <joeyh@debian.org>  Sat, 27 May 2006 19:12:50 -0400
192 moreutils (0.10) unstable; urgency=low
194   * ifdata: patch from Adam Lackorzynski to translate French error messages
195     to English and to convert some #defines to enums.
196   * ifdata: patch from Adam Lackorzynski to avoid printing info for
197     bogus interface. Closes: #360433
198   * Add zrun, contributed by Chung-chieh Shan (you might prefer to alias it to
199     "z").
201  -- Joey Hess <joeyh@debian.org>  Sun,  2 Apr 2006 18:34:01 -0400
203 moreutils (0.9) unstable; urgency=low
205   * ifdata: robustness patch from Adam Lackorzynski, in particular deal with
206     /proc not mounted. Closes: #358930
207   * Typo fixes. Closes: #359039, #359040
208   * pee: don't send a copy of every line sent to every command to stdout.
209     Seems best for it not to output anything to stdout on its on at all.
210     Closes: #359041
212  -- Joey Hess <joeyh@debian.org>  Mon, 27 Mar 2006 13:45:45 -0500
214 moreutils (0.8) unstable; urgency=low
216   * Back to Mithandir's C sponge, now fixed.
217   * tss.1, ifdata.1: typo fix. Closes: #358557, #358556
218   * ifdata: patch from its author to make it behave properly on big endian
219     systems. Closes: #358860
221  -- Joey Hess <joeyh@debian.org>  Fri, 24 Mar 2006 20:52:21 -0500
223 moreutils (0.7) unstable; urgency=low
225   * Add pee (pipe tee) contributed by Miek Gieben.
226   * ifdata: Patch from KELEMEN Peter to add support for printing hardware
227     interface. Closes: #357646
229  -- Joey Hess <joeyh@debian.org>  Sat, 18 Mar 2006 14:17:08 -0500
231 moreutils (0.6) unstable; urgency=low
233   * Revert to perl sponge since the C one corrupts larger files.
234     Hopefully temporary..
236  -- Joey Hess <joeyh@debian.org>  Fri, 10 Mar 2006 15:33:43 -0500
238 moreutils (0.5) unstable; urgency=low
240   * Added ifdata, by Benjamin BAYART (originally called ifcfg).
241   * Made ifdata -Wall clean.
242   * Made ifdata support -h and print usage on unknown options.
243   * Cleaned up ifdata's behavior when asked to print info for nonexistant
244     devices. Still needs improvement.
245   * Indentation improvements.
246   * Replaced and(1) and not(1) by combine, based on an idea by Matt Taggart.
248  -- Joey Hess <joeyh@debian.org>  Tue,  7 Mar 2006 23:02:14 -0500
250 moreutils (0.4) unstable; urgency=low
252   * Added versions of and(1) and not(1) that support arbitrary numbers of
253     input files.
255  -- Joey Hess <joeyh@debian.org>  Sun,  5 Mar 2006 22:28:13 -0500
257 moreutils (0.3) unstable; urgency=low
259   * Switch sponge to a C implementation by mithandir.
260   * Added a list of prospective tools that I am considering adding to the
261     README file.
263  -- Joey Hess <joeyh@debian.org>  Fri,  3 Mar 2006 18:09:46 -0500
265 moreutils (0.2) unstable; urgency=low
267   * Build dep on docbook-xml.
269  -- Joey Hess <joeyh@debian.org>  Sun, 19 Feb 2006 18:40:56 -0500
271 moreutils (0.1) unstable; urgency=low
273   * First release.
275  -- Joey Hess <joeyh@debian.org>  Sun, 12 Feb 2006 17:11:21 -0500