X-Git-Url: https://cygwin.com/git/?a=blobdiff_plain;f=ChangeLog;h=8d4954d4f98f7fe963d2e03315ab7bb2d0921637;hb=65b579cb0291cafebc8b61145156e657ac6a9fd1;hp=a151b55bba30ec7e76b5ec11eed78dd852efb96d;hpb=76e235a178891569ed5fb76ff2e6b6491575089c;p=cygwin-apps%2Fcygutils.git diff --git a/ChangeLog b/ChangeLog index a151b55..8d4954d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,80 @@ +2007-08-24 Charles Wilson + + Bump version number to 1.3.2 + + * bootstrap: copy libtool.m4 to m4/. + * configure.ac: Bumped version number. Created + VERSION_* AC_SUBSTS for use by cygicons.rc.in. + Created AC_SUBST value for cygicon dll vernum. + Added libtool. Don't force -lpopt into LIBS. + Added cygicons.rc to list of generated files. + * Makefile.am: Added rules for building cygicons + DLL (but only on win32). Added doc_DATA target for + installing documentation. Added licenses_DATA + target for installing component licenses into + subdir of $(docdir). Added include_HEADERS target + for installing cygicons header (but only on win32). + Added lpr_doc_DATA and cygicons_doc_DATA targets + for installing component documentation into separate + subdirs of $(docdir). Added -lpopt to the *_LDADD + rules for the targets that need it, now that -lpopt + is not added to LIBS (created *_LDADD if not exist). + Added install-hook/uninstall-hook commands to force + the cygicons import and libtool libraries to have + the desired name. Added necessary variables, targets, + flags, and custom rules for building cygicons (special + care needed to deal with .rc files). + * src/cygicons/README: new file. + * src/cygicons/cygicons.h: new file. + * src/cygicons/cygicons.rc.in: new file. + * src/cygicons/cygwin-kde.ico: new file. + * src/cygicons/cygwin.ico: new file. + * src/cygicons/cygwinblue.ico: new file. + * src/cygicons/cygwincyan.ico: new file. + * src/cygicons/cygwing.ico: new file. + * src/cygicons/cygwings.ico: new file. + * src/cygicons/cygwinpurple.ico: new file. + * src/cygicons/cygwinred.ico: new file. + * src/cygicons/cygwinshiny.ico: new file. + * src/cygicons/cygwinyellow.ico: new file. + * config.h.in: regenerated. + * AUTHORS: updated documentation. + * NEWS: updated documentation. + * PROGLIST: updated documentation. + * README: updated documentation. + * HOW-TO-INSTALL: updated documentation. + * BRANCHES: updated documentation. + +2006-12-12 Charles Wilson + + Release 1.3.1 + Update build machinery to ac-2.61, am-1.10, gt-0.15 + + * configure.ac: bump version number + Move auxilliary files to build-aux dir. + Move .m4 files to m4/ dir. + * Makefile.am: Make sure aclocal can find m4 files. + * BRANCHES: update documentation + * NEWS: update documentation + * config.rpath: remove from CVS control + * acinclude.m4: moved to... + * m4/check_stdcall_func.m4: here. + * INSTALL: update to latest automake + * bootstrap: use autoreconf + * config.h.in: regenerate with latest autoconf + * ABOUT-NLS: update to latest gettext + * po/Makefile.in.in: update to latest gettext + * po/Rules-quot: update to latest gettext + * po/Makevars.template: new file due to gettext update + +2006-12-12 Michael Schaap + + * src/cygstart/cygstart.c (winstart): use + cygwin_internal(CW_SYNC_WINENV) instead of own + code to sync environment + (main): add --verbose option to show actual + ShellExecute call made + 2006-03-20 Charles Wilson bump version number to 1.3.0