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