]> cygwin.com Git - cygwin-apps/cygutils.git/blame - NEWS
Release 1.4.6
[cygwin-apps/cygutils.git] / NEWS
CommitLineData
d76073f1 11.4.6
5a3996fa
CW
2 * conv: no longer distribute as dos2unix, unix2dos, u2d, or d2u.
3 Those programs now available from the separate dos2unix package.
4e224388
CW
4 * ascii: by default, now only prints characters 0..127. Use new
5 option --extended/-e for old behavior, printing characters 0..255.
6 See this thread: http://cygwin.com/ml/cygwin/2010-04/msg00600.html
c91963aa
CW
7 * cygstart: Fix --reference. Allow relative paths (enables, e.g.
8 'cygstart calc'). Reported by Ken Hirsch.
9 http://cygwin.com/ml/cygwin/2010-01/msg01101.html
ef453222
CW
10 * cygdrop: Minor fixes (Christian Franke)
11 * mkshortcut: Minor fixes (Jon TURNEY)
d76073f1
CW
12 * Updated license for lpr to GPLv3+ (with permission from
13 Rick Rankin)
3181ec72
CW
14 * Updated license for readshortcut to GPLv3+ (with permission
15 from Rob Siklos)
25a7e4b9 16 * Updated license for realpath to GPLv3+ (was GPLv2+)
f7e43063
CW
17 * Updated license for cygstart to GPLv3+ (was GPLv2+; no objections
18 from Michael Schaap)
55673fb0
CW
19 * Updated license for cygdrop to GPLv3+ (was GPLv2+; no objections
20 from Christian Franke)
3a076f8e
CW
21 * Updated license for mkshortcut to GPLv3+ (was GPLv2+; no objections
22 from Joshua Daniel Franklin)
426acf63
CW
23 * Updated license for the cygicons.dll (as a collection) to GPLv3+ (was
24 GPLv2+). Individual icons within the collection remain under their
25 original license.
5db1fa14
CW
26 * Updated license for banner to GPLv3+ (with permission from
27 from Joerg Schaible)
d76073f1 28
94b8dd6f
CW
291.4.4
30 * Fix longstanding bug in mkshortcut, in which failure was
31 reported even on success (Andy Koppe).
32 * --help, --license, --usage, and --version output now goes
33 to stdout instead of stderr
34 * Add standard command line options to cygdrop (--version,
35 --help, --license, --usage)
36 * Various internal code cleanups
37
7b4dda32
CW
381.4.2
39 Add hippo icon to cygicons.
40 Fix mkshortcut bug.
41
a5139f37
CW
421.4.1
43 Add --help option to lpr.
44 Build system improvements.
8043b054 45 Add support for building on MinGW.
29197d74 46 Add new cygdrop utility (Christian Franke; requires w2k or better)
1cb970ef 47 Many of the utilities have been relicensed as GPLv3+.
a5139f37 48
608458df
CW
491.4.0
50 Add support to cygstart for filenames with UTF/wide chars.
51 (IWAMURO Motonori).
52
53^^ Begin cygwin-1.7-specific development ^^
54
b773d56f
CW
551.3.4
56 Fix installation bug, exposed by new libtool's modified
57 behavior (reported by Jerry Hedden and David Rothenberger)
58
6492d64c
CW
591.3.3
60 cygstart: Add new -w/--wait option (Barry Kelly)
61 Propagate exit status of child process when -w (Alex Smith)
62
65b579cb
CW
631.3.2
64 cygicons: a new DLL that provides cygwin-related icons
65 original images were obtained from various (free
66 as in speech) sources.
67 Now installs documentation into $(prefix)/share/doc/cygutils
68 Also installs per-component documentation in $(docdir)/component/
69 No longer link apps to libpopt if they don't need it.
70 Needs libtool for building cygicons, but side effect is to use
71 libtool throughout. cygicons requires libtool to be configured
72 with RC support (e.g. windres). This may break building on
73 non-w32 platforms.
74
a15e13ca
CW
751.3.1
76 cygstart: compatibility fixes for recent cygwin snapshots
77 build machinery updated to latest autotools -- now passes distcheck
78
76e235a1
CW
791.3.0
80 cal - remove
81 col - remove
82 colcrt - remove
83 colrm - remove
84 column - remove
85 ddate - remove
86 getopt - remove
87 mcookie - remove
88 namei - remove
89 rename - remove
90 rev - remove
91
67eb9474
CW
921.2.10
93 cygstart: properly convert environment variables to Win32 (Michael Schaap)
94 cygstart: don't parse options listed after the command (Eric Blake)
95
41322b40
CW
961.2.9
97 Fix memory leak/crash in readshortcut (cgf)
98
99
a932f2dd
CW
1001.2.8
101 more updates to cygstart (Michael Schaap)
c09847dc 102 bugfix for dump under mingw (Kees Zeelenberg)
a932f2dd 103
7fadead1 1041.2.7
48101fdb 105 Updates to cygstart (Anthony Derosa, Michael Schaap)
0a9fe2f2 106 New 'rename' program (Christopher Faylor)
7fadead1 107
23348f9f
CW
1081.2.6
109 Remove readlink (now provided by coreutils-5.3.0+)
110 conv/d2u/u2d: add --force/--safe options (defaults to safe).
111 Identify binary files by presence of '\0' and bail if --safe.
112 Do not short circuit if first line ends in target style; keep
113 going. Collapse sequences of '\r' without '\n' to a single
114 EOL of target style. '--force' propagates '\0' from input to
115 output.
116
6d007d60
CW
1171.2.5:
118 Add new -s (startup norm|max|min mode) option for
119 mkshortcut
08cb7edc
CW
120 Add new -d|--desc option for mkshortcut (to control
121 the 'description' field == tooltip text)
6d007d60
CW
122
1231.2.4:
b5edac4c
CW
124 Remove ipcs, ipcrm which are now provided by cygwin itself
125 Remove support for building ipc tools against cygipc; build
126 only against cygserver. CygIPC versions are now (again)
127 provided by the cygipc package itself.
807fb049 128
6d007d60
CW
1291.2.3 (unreleased):
130 Bugfix for lpr
131 Bugfix for ipck
132 Adapt ipck for cygserver compatibility
133 Fix docs for mkshortcut to reflect new -w/--workingdir option
134
c56f3b40
CW
1351.2.2:
136 Add readshortcut (Rob Siklos)
dd028aac
CW
137 Actually implement the --dos/--unix options to putclip
138 and getclip (Rob Siklos)
139 Add the --no-conv option to putclip and getclip
c56f3b40
CW
140
1411.2.1:
142 Fix some configury errors, update documenation
143
9420d22f
CW
1441.2.0:
145 Added ipcs, ipcrm, and ipck programs from cygipc.
146
b2682e03
CW
1471.1.4:
148 Added -w/--workingdir option to mkshortcut (David Baur)
b19a3420 149 Reimplemented lpr in C++ (Rick Rankin)
b2682e03 150
2cacf0ee
CW
1511.1.3:
152 Removed last, utmpdump (now provided by the sysvinit package)
153 Updated to latest autotools and gettext -- but remove gettext
154 source; no longer necessary with AM_GETTEXT_GNU([external])
155
1561.1.2:
eb7cdcb6 157 Add rev, column, colcrt, colrm, mcookie. Use GNU gettext (add
47852e8f
CW
158 gettext source, as well).
159
1601.1.1:
161 Add getopt and readlink
162
41326bf7
CW
1631.1.0:
164 change to one-big-makefile (cf. "Recursive Make Considered
165 Harmful"). Update documentation (esp. "HOW-TO-CONTRIBUTE" to
166 reflect that.
167
6cc111d5
CW
1681.0.0:
169 rearrange directory structure to cut down on clutter
170 (first insure that every .c and .h file has the correct
171 license notice)
172
bd695173
CW
1730.9.9:
174 add explicit license information to each .c and .h file.
175 move (almost all) #includes into common.h
0bb67178
CW
176 add lpr
177 add mkshortcut
bd695173 178
d955e090
CW
1790.9.8:
180 add last, utmpdump implementations from Mark Bradshaw
181 add realpath, ddate implementations
182
1830.9.7:
184 fix banner, release on sources mirror system
185
1860.9.6:
187 huge reorg, separate apps by license
188
d4a28ab0
CW
1890.9.5:
190 renamed the package to `cygutils'
5db1fa14 191 added Joerg Schaible's 'banner' implementation
d4a28ab0
CW
192
1930.9.4:
194 added ipc tools from "Linux Programmer's Guide":
195 semtool, semstat, shmtool, msgtool
196
1970.9.3:
198 Autoconfiscated. Not really cross-platform yet, still
199 will only build properly on cygwin.
200
2010.9.1:
202 initial public release
This page took 0.044627 seconds and 5 git commands to generate.