1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
moreutils (0.13) UNRELEASED; urgency=low
* ifdata: typo
-- Joey Hess <joeyh@debian.org> Thu, 29 Jun 2006 12:00:59 -0400
moreutils (0.12) unstable; urgency=low
* Really fix typo. Closes: #369485
* zrun: Add usage message.
* ifdata: Fix bug in argument parsing that could make it segfault.
* combine: Allow operators to be written in any case.
-- Joey Hess <joeyh@debian.org> Wed, 28 Jun 2006 14:04:49 -0400
moreutils (0.11) unstable; urgency=low
* combine: better synopsis. Closes: #360544
* ifdata: basically rewritten by Adam Lackorzynski, code size is 40%
smaller, macros removed, return checks added for all lib calls.
Closes: #361728
* vidir: behave properly if passed a directory name to edit. Closes: #369156
* check-isutf8: needs to be a bash script, the way it encodes characters
won't work with dash.
* check-isutf8: exit nonzero if any tests fail
-- Joey Hess <joeyh@debian.org> Sat, 27 May 2006 19:12:50 -0400
moreutils (0.10) unstable; urgency=low
* ifdata: patch from Adam Lackorzynski to translate French error messages
to English and to convert some #defines to enums.
* ifdata: patch from Adam Lackorzynski to avoid printing info for
bogus interface. Closes: #360433
* Add zrun, contributed by Chung-chieh Shan (you might prefer to alias it to
"z").
-- Joey Hess <joeyh@debian.org> Sun, 2 Apr 2006 18:34:01 -0400
moreutils (0.9) unstable; urgency=low
* ifdata: robustness patch from Adam Lackorzynski, in particular deal with
/proc not mounted. Closes: #358930
* Typo fixes. Closes: #359039, #359040
* pee: don't send a copy of every line sent to every command to stdout.
Seems best for it not to output anything to stdout on its on at all.
Closes: #359041
-- Joey Hess <joeyh@debian.org> Mon, 27 Mar 2006 13:45:45 -0500
moreutils (0.8) unstable; urgency=low
* Back to Mithandir's C sponge, now fixed.
* tss.1, ifdata.1: typo fix. Closes: #358557, #358556
* ifdata: patch from its author to make it behave properly on big endian
systems. Closes: #358860
-- Joey Hess <joeyh@debian.org> Fri, 24 Mar 2006 20:52:21 -0500
moreutils (0.7) unstable; urgency=low
* Add pee (pipe tee) contributed by Miek Gieben.
* ifdata: Patch from KELEMEN Peter to add support for printing hardware
interface. Closes: #357646
-- Joey Hess <joeyh@debian.org> Sat, 18 Mar 2006 14:17:08 -0500
moreutils (0.6) unstable; urgency=low
* Revert to perl sponge since the C one corrupts larger files.
Hopefully temporary..
-- Joey Hess <joeyh@debian.org> Fri, 10 Mar 2006 15:33:43 -0500
moreutils (0.5) unstable; urgency=low
* Added ifdata, by Benjamin BAYART (originally called ifcfg).
* Made ifdata -Wall clean.
* Made ifdata support -h and print usage on unknown options.
* Cleaned up ifdata's behavior when asked to print info for nonexistant
devices. Still needs improvement.
* Indentation improvements.
* Replaced and(1) and not(1) by combine, based on an idea by Matt Taggart.
-- Joey Hess <joeyh@debian.org> Tue, 7 Mar 2006 23:02:14 -0500
moreutils (0.4) unstable; urgency=low
* Added versions of and(1) and not(1) that support arbitrary numbers of
input files.
-- Joey Hess <joeyh@debian.org> Sun, 5 Mar 2006 22:28:13 -0500
moreutils (0.3) unstable; urgency=low
* Switch sponge to a C implementation by mithandir.
* Added a list of prospective tools that I am considering adding to the
README file.
-- Joey Hess <joeyh@debian.org> Fri, 3 Mar 2006 18:09:46 -0500
moreutils (0.2) unstable; urgency=low
* Build dep on docbook-xml.
-- Joey Hess <joeyh@debian.org> Sun, 19 Feb 2006 18:40:56 -0500
moreutils (0.1) unstable; urgency=low
* First release.
-- Joey Hess <joeyh@debian.org> Sun, 12 Feb 2006 17:11:21 -0500
|