X-Git-Url: https://cygwin.com/git/?a=blobdiff_plain;f=NEWS;h=e776e74ef026601dedd0c1401711975ca409e8fe;hb=f7e43063915c58d03c68f570092d0fb8539af59f;hp=0d96448644b180f235c921313de4a8f694b3866f;hpb=c56f3b40d4650a8d86304b12bc6ef4b71f5cd873;p=cygwin-apps%2Fcygutils.git diff --git a/NEWS b/NEWS index 0d96448..e776e74 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,123 @@ +1.4.6 + * Updated license for lpr to GPLv3+ (with permission from + Rick Rankin) + * Updated license for readshortcut to GPLv3+ (with permission + from Rob Siklos) + * Updated license for realpath to GPLv3+ (was GPLv2+) + * Updated license for cygstart to GPLv3+ (was GPLv2+; no objections + from Michael Schaap) + +1.4.4 + * Fix longstanding bug in mkshortcut, in which failure was + reported even on success (Andy Koppe). + * --help, --license, --usage, and --version output now goes + to stdout instead of stderr + * Add standard command line options to cygdrop (--version, + --help, --license, --usage) + * Various internal code cleanups + +1.4.2 + Add hippo icon to cygicons. + Fix mkshortcut bug. + +1.4.1 + Add --help option to lpr. + Build system improvements. + Add support for building on MinGW. + Add new cygdrop utility (Christian Franke; requires w2k or better) + Many of the utilities have been relicensed as GPLv3+. + +1.4.0 + Add support to cygstart for filenames with UTF/wide chars. + (IWAMURO Motonori). + +^^ Begin cygwin-1.7-specific development ^^ + +1.3.4 + Fix installation bug, exposed by new libtool's modified + behavior (reported by Jerry Hedden and David Rothenberger) + +1.3.3 + cygstart: Add new -w/--wait option (Barry Kelly) + Propagate exit status of child process when -w (Alex Smith) + +1.3.2 + cygicons: a new DLL that provides cygwin-related icons + original images were obtained from various (free + as in speech) sources. + Now installs documentation into $(prefix)/share/doc/cygutils + Also installs per-component documentation in $(docdir)/component/ + No longer link apps to libpopt if they don't need it. + Needs libtool for building cygicons, but side effect is to use + libtool throughout. cygicons requires libtool to be configured + with RC support (e.g. windres). This may break building on + non-w32 platforms. + +1.3.1 + cygstart: compatibility fixes for recent cygwin snapshots + build machinery updated to latest autotools -- now passes distcheck + +1.3.0 + cal - remove + col - remove + colcrt - remove + colrm - remove + column - remove + ddate - remove + getopt - remove + mcookie - remove + namei - remove + rename - remove + rev - remove + +1.2.10 + cygstart: properly convert environment variables to Win32 (Michael Schaap) + cygstart: don't parse options listed after the command (Eric Blake) + +1.2.9 + Fix memory leak/crash in readshortcut (cgf) + + +1.2.8 + more updates to cygstart (Michael Schaap) + bugfix for dump under mingw (Kees Zeelenberg) + +1.2.7 + Updates to cygstart (Anthony Derosa, Michael Schaap) + New 'rename' program (Christopher Faylor) + +1.2.6 + Remove readlink (now provided by coreutils-5.3.0+) + conv/d2u/u2d: add --force/--safe options (defaults to safe). + Identify binary files by presence of '\0' and bail if --safe. + Do not short circuit if first line ends in target style; keep + going. Collapse sequences of '\r' without '\n' to a single + EOL of target style. '--force' propagates '\0' from input to + output. + +1.2.5: + Add new -s (startup norm|max|min mode) option for + mkshortcut + Add new -d|--desc option for mkshortcut (to control + the 'description' field == tooltip text) + +1.2.4: + Remove ipcs, ipcrm which are now provided by cygwin itself + Remove support for building ipc tools against cygipc; build + only against cygserver. CygIPC versions are now (again) + provided by the cygipc package itself. + +1.2.3 (unreleased): + Bugfix for lpr + Bugfix for ipck + Adapt ipck for cygserver compatibility + Fix docs for mkshortcut to reflect new -w/--workingdir option + 1.2.2: Add readshortcut (Rob Siklos) + Actually implement the --dos/--unix options to putclip + and getclip (Rob Siklos) + Add the --no-conv option to putclip and getclip 1.2.1: Fix some configury errors, update documenation