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