]> cygwin.com Git - cygwin-apps/cygutils.git/blob - NEWS
e776e74ef026601dedd0c1401711975ca409e8fe
[cygwin-apps/cygutils.git] / NEWS
1 1.4.6
2 * Updated license for lpr to GPLv3+ (with permission from
3 Rick Rankin)
4 * Updated license for readshortcut to GPLv3+ (with permission
5 from Rob Siklos)
6 * Updated license for realpath to GPLv3+ (was GPLv2+)
7 * Updated license for cygstart to GPLv3+ (was GPLv2+; no objections
8 from Michael Schaap)
9
10 1.4.4
11 * Fix longstanding bug in mkshortcut, in which failure was
12 reported even on success (Andy Koppe).
13 * --help, --license, --usage, and --version output now goes
14 to stdout instead of stderr
15 * Add standard command line options to cygdrop (--version,
16 --help, --license, --usage)
17 * Various internal code cleanups
18
19 1.4.2
20 Add hippo icon to cygicons.
21 Fix mkshortcut bug.
22
23 1.4.1
24 Add --help option to lpr.
25 Build system improvements.
26 Add support for building on MinGW.
27 Add new cygdrop utility (Christian Franke; requires w2k or better)
28 Many of the utilities have been relicensed as GPLv3+.
29
30 1.4.0
31 Add support to cygstart for filenames with UTF/wide chars.
32 (IWAMURO Motonori).
33
34 ^^ Begin cygwin-1.7-specific development ^^
35
36 1.3.4
37 Fix installation bug, exposed by new libtool's modified
38 behavior (reported by Jerry Hedden and David Rothenberger)
39
40 1.3.3
41 cygstart: Add new -w/--wait option (Barry Kelly)
42 Propagate exit status of child process when -w (Alex Smith)
43
44 1.3.2
45 cygicons: a new DLL that provides cygwin-related icons
46 original images were obtained from various (free
47 as in speech) sources.
48 Now installs documentation into $(prefix)/share/doc/cygutils
49 Also installs per-component documentation in $(docdir)/component/
50 No longer link apps to libpopt if they don't need it.
51 Needs libtool for building cygicons, but side effect is to use
52 libtool throughout. cygicons requires libtool to be configured
53 with RC support (e.g. windres). This may break building on
54 non-w32 platforms.
55
56 1.3.1
57 cygstart: compatibility fixes for recent cygwin snapshots
58 build machinery updated to latest autotools -- now passes distcheck
59
60 1.3.0
61 cal - remove
62 col - remove
63 colcrt - remove
64 colrm - remove
65 column - remove
66 ddate - remove
67 getopt - remove
68 mcookie - remove
69 namei - remove
70 rename - remove
71 rev - remove
72
73 1.2.10
74 cygstart: properly convert environment variables to Win32 (Michael Schaap)
75 cygstart: don't parse options listed after the command (Eric Blake)
76
77 1.2.9
78 Fix memory leak/crash in readshortcut (cgf)
79
80
81 1.2.8
82 more updates to cygstart (Michael Schaap)
83 bugfix for dump under mingw (Kees Zeelenberg)
84
85 1.2.7
86 Updates to cygstart (Anthony Derosa, Michael Schaap)
87 New 'rename' program (Christopher Faylor)
88
89 1.2.6
90 Remove readlink (now provided by coreutils-5.3.0+)
91 conv/d2u/u2d: add --force/--safe options (defaults to safe).
92 Identify binary files by presence of '\0' and bail if --safe.
93 Do not short circuit if first line ends in target style; keep
94 going. Collapse sequences of '\r' without '\n' to a single
95 EOL of target style. '--force' propagates '\0' from input to
96 output.
97
98 1.2.5:
99 Add new -s (startup norm|max|min mode) option for
100 mkshortcut
101 Add new -d|--desc option for mkshortcut (to control
102 the 'description' field == tooltip text)
103
104 1.2.4:
105 Remove ipcs, ipcrm which are now provided by cygwin itself
106 Remove support for building ipc tools against cygipc; build
107 only against cygserver. CygIPC versions are now (again)
108 provided by the cygipc package itself.
109
110 1.2.3 (unreleased):
111 Bugfix for lpr
112 Bugfix for ipck
113 Adapt ipck for cygserver compatibility
114 Fix docs for mkshortcut to reflect new -w/--workingdir option
115
116 1.2.2:
117 Add readshortcut (Rob Siklos)
118 Actually implement the --dos/--unix options to putclip
119 and getclip (Rob Siklos)
120 Add the --no-conv option to putclip and getclip
121
122 1.2.1:
123 Fix some configury errors, update documenation
124
125 1.2.0:
126 Added ipcs, ipcrm, and ipck programs from cygipc.
127
128 1.1.4:
129 Added -w/--workingdir option to mkshortcut (David Baur)
130 Reimplemented lpr in C++ (Rick Rankin)
131
132 1.1.3:
133 Removed last, utmpdump (now provided by the sysvinit package)
134 Updated to latest autotools and gettext -- but remove gettext
135 source; no longer necessary with AM_GETTEXT_GNU([external])
136
137 1.1.2:
138 Add rev, column, colcrt, colrm, mcookie. Use GNU gettext (add
139 gettext source, as well).
140
141 1.1.1:
142 Add getopt and readlink
143
144 1.1.0:
145 change to one-big-makefile (cf. "Recursive Make Considered
146 Harmful"). Update documentation (esp. "HOW-TO-CONTRIBUTE" to
147 reflect that.
148
149 1.0.0:
150 rearrange directory structure to cut down on clutter
151 (first insure that every .c and .h file has the correct
152 license notice)
153
154 0.9.9:
155 add explicit license information to each .c and .h file.
156 move (almost all) #includes into common.h
157 add lpr
158 add mkshortcut
159
160 0.9.8:
161 add last, utmpdump implementations from Mark Bradshaw
162 add realpath, ddate implementations
163
164 0.9.7:
165 fix banner, release on sources mirror system
166
167 0.9.6:
168 huge reorg, separate apps by license
169
170 0.9.5:
171 renamed the package to `cygutils'
172 added Jorg Schaible's 'banner' implementation
173
174 0.9.4:
175 added ipc tools from "Linux Programmer's Guide":
176 semtool, semstat, shmtool, msgtool
177
178 0.9.3:
179 Autoconfiscated. Not really cross-platform yet, still
180 will only build properly on cygwin.
181
182 0.9.1:
183 initial public release
This page took 0.041736 seconds and 5 git commands to generate.