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