From 6492d64cd8f9f28f847651883f0ca6b5c79aa8c7 Mon Sep 17 00:00:00 2001 From: Charles Wilson Date: Wed, 22 Apr 2009 02:56:27 +0000 Subject: [PATCH] Bump version number; other configure.ac updates --- BRANCHES | 2 ++ ChangeLog | 10 ++++++++++ NEWS | 4 ++++ PROGLIST | 8 ++++---- configure.ac | 15 ++++++--------- src/cygicons/README | 12 ++++++------ 6 files changed, 32 insertions(+), 19 deletions(-) diff --git a/BRANCHES b/BRANCHES index 127a8dd..3a69322 100644 --- a/BRANCHES +++ b/BRANCHES @@ -67,3 +67,5 @@ v1_3_0 any future 1.2.x releases v1_3_1 | v1_3_2 + | +v1_3_3 diff --git a/ChangeLog b/ChangeLog index 434c427..6c20c59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2009-04-21 Charles Wilson + + * src/cygicons/README: Remove trailing spaces. + * NEWS: Update. + * PROGLIST: Fix typos. + * BRANCHES: Update. + * configure.ac: Bump version number. Update + to libtool-2.2 idioms. Require ac-2.63. Modify + dist to use lzma. + 2008-09-04 Alex Smith If cygstart -w, then propagate child exit status. diff --git a/NEWS b/NEWS index 019595e..0d2ae24 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +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 diff --git a/PROGLIST b/PROGLIST index 772bbfd..c52409c 100644 --- a/PROGLIST +++ b/PROGLIST @@ -9,13 +9,13 @@ dump.exe [file] putclip.exe copies stdin to the Windows clipboard does NOT use Cygwin's /dev/clipboard - Not build unless on a WIN32 platform + Not built unless on a WIN32 platform (GPL) getclip.exe copies the Windows clipboard to stdout does NOT use Cygwin's /dev/clipboard - Not build unless on a WIN32 platform + Not built unless on a WIN32 platform (GPL) conv.exe / d2u.exe / u2d.exe / dos2unix.exe / unix2dos.exe @@ -24,7 +24,7 @@ conv.exe / d2u.exe / u2d.exe / dos2unix.exe / unix2dos.exe (GPL) HEAVILY modified, but core routine is based on - the hd2d-0.5.12 distribution, available here: + the hd2u-0.5.12 distribution, available here: http://www.megaloman.com/~hany/_data/hd2u/ by Peter Hanecak. @@ -60,7 +60,7 @@ banner.exe (GPL) realpath.exe - Convert pathname argumen to absolute path, with all + Convert pathname argument to absolute path, with all references to `.', `..', and symlinks resolved. (GPL) diff --git a/configure.ac b/configure.ac index 88c71cd..e26e075 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ # Process this file with autoconf to produce a configure script. -AC_PREREQ(2.59) -AC_INIT(cygutils, 1.3.2, cygwin@cygwin.com) +AC_PREREQ(2.63) +AC_INIT(cygutils, 1.3.3, cygwin@cygwin.com) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_AUX_DIR([build-aux]) -AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2 no-dist-gzip]) +AM_INIT_AUTOMAKE([-Wall -Werror dist-lzma no-dist-gzip]) AM_CONFIG_HEADER([config.h]) AM_MAINTAINER_MODE @@ -22,11 +22,8 @@ AC_PROG_CXX AM_PROG_CC_C_O AC_PROG_INSTALL -AC_LIBTOOL_WIN32_DLL -AC_DISABLE_STATIC -AC_LIBTOOL_RC -AC_LIBTOOL_DLOPEN -AC_PROG_LIBTOOL +LT_INIT([win32-dll dlopen disable-static]) +LT_LANG([Windows Resource]) # Checks for libraries. AC_CHECK_LIB(popt, poptPrintHelp,[ @@ -75,7 +72,7 @@ AC_FUNC_LSTAT AC_FUNC_STAT AC_FUNC_VPRINTF dnl should only exist on windows, I hope -AC_CHECK_STDCALL_FUNC([OpenClipboard],[void *]) +AC_CHECK_STDCALL_FUNC([OpenClipboard],[void *]) dnl Set Conditionals for Makefile.am AM_CONDITIONAL(WITH_WINDOWS_PROGRAMS, test "$ac_cv_func_OpenClipboard" = yes) diff --git a/src/cygicons/README b/src/cygicons/README index 29f1f4d..8b0f403 100644 --- a/src/cygicons/README +++ b/src/cygicons/README @@ -1,6 +1,6 @@ Provenance, licensing, and resolution, Oh My! -Windows icons come in many flavors: size, number +Windows icons come in many flavors: size, number of colors, transparency mechanism, etc. The format of a single .ico image: @@ -43,10 +43,10 @@ pixel. The XOR mask allows a few fancy effects: transparency, but also "inverting" the background. For transparency to work, -you have to choose one of your 16 (or 256, or 16M) colors -as the "transparent" color, and then make sure the XOR mask +you have to choose one of your 16 (or 256, or 16M) colors +as the "transparent" color, and then make sure the XOR mask has 1's everywhere the transparent color is used in the AND -mask, and 0's everywhere else. +mask, and 0's everywhere else. For all the nitty-gritty, see http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/dnargdi/html/msdn_transblt.asp By setting up places in the image where the XOR mask has 1's, @@ -190,8 +190,8 @@ cygwing.ico Author : August Mayer Provenance: posted to cygwin mailing list http://cygwin.com/ml/cygwin/2001-07/msg01099.html - Comments : While I'm not a graphic designer or the like, - I have created a slightly improved version of + Comments : While I'm not a graphic designer or the like, + I have created a slightly improved version of the Cygwin icon. Enjoy! -- A. Mayer Contents : 32x32 16 color -- 2.43.5