]> cygwin.com Git - cygwin-apps/cygutils.git/blobdiff - ChangeLog
Update version number
[cygwin-apps/cygutils.git] / ChangeLog
index a14f618c3e8335d7e39c17cc0e8e2956e03d2f7f..87b2017e74f9b9b1b6922e4b0de7e460c1b1a2dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,174 @@
+2009-05-06  Charles Wilson  <cwilson@...>
+
+       Release 1.4.0
+       * BRANCHES: Document new branch information.
+       * TODO: Add new items.
+       * configure.ac: Check for cygwin_conv_path (which
+       exists only on cygwin-1.7); error if missing.
+       Bump version number.
+       * config.h.in: Regenerate.
+
+2009-05-06  Charles Wilson  <cwilson@...>
+
+       Make coding style consistent throughout.
+       * ascii/ascii.c: Format using 'indent -gnu
+       -nut -ppi 1'.
+       * banner/banner.c: Ditto.
+       * clip/getclip.c: Ditto.
+       * clip/putclip.c: Ditto.
+       * cygstart/cygstart.c: Ditto.
+       * dump/dump.c: Ditto.
+       * ipc/msgtool.c: Ditto.
+       * ipc/semstat.c: Ditto.
+       * ipc/semtool.c: Ditto.
+       * ipc/shmtool.c: Ditto.
+       * mkshortcut/mkshortcut.c: Ditto.
+       * readshortcut/readshortcut.c: Ditto.
+       * realpath/realpath.c: Ditto.
+       * Printer.hh: Format using 'astyle --style=gnu -c'.
+       Move 'using namespace' from hh to cc.
+       * Printer.cc: Ditto.
+       * Win32Utils.cc: Ditto.
+       * Win32Utils.hh: Ditto.
+       * PrinterException.hh: Format using 'astyle --style=gnu
+       -c'. Removed 'using namespace' statement.
+       * lpr.cc: Format  using 'astyle --style=gnu -c'
+
+2009-05-06  Charles Wilson  <cwilson@...>
+
+       Ensure uniformity for --version option.
+       * src/ascii/ascii.c: Ensure --version output
+       reports package version; harmonize formats.
+       * src/banner/banner.c: Ditto.
+       * src/clip/getclip.c: Ditto.
+       * src/clip/putclip.c: Ditto.
+       * src/conv/conv.c: Ditto.
+       * src/cygstart/cygstart.c: Ditto.
+       * src/dump/dump.c: Ditto.
+       * src/mkshortcut/mkshortcut.c: Ditto.
+       * src/realpath/realpath.c: Ditto.
+       * src/readshortcut/readshortcut.c: Ditto, and
+       fix line endings.
+       * src/readshortcut/readshortcut.c: Fix line
+       endings.
+
+2009-05-06  Charles Wilson  <cwilson@...>
+
+       * PROGLIST: Fix typo.
+
+2009-05-05  IWAMURO Motonori  <deenheart@gmail.com>
+           Corinna Vinschen  <corinna@vinschen.de>
+
+       Support UTF pathnames in cygstart
+       * src/cygstart/cygstart.c (mbstowcs_noerr): New.
+       (mbstowcs_dup): New.
+       (main): Changed *action and *args to wchar_t*.
+       Transcode and dup from argv, rather than strdup.
+       When constructing args, use appropriate wide
+       constants and transoding operations.
+       (skipLocalUNCPart): New.
+       (cygStart): Rewrite to handle wchar_t and new
+       cygwin-1.7 path conversion functions.
+       (winStart): Use ShellExecute[Ex]W, wprintf, and L""
+       throughout.
+
+2009-05-05  Charles Wilson  <cwilson@...>
+
+       Branch for 1.3.x (cygwin-1.5 only)
+       * BRANCHES: Update documentation
+
+2009-04-22  Charles Wilson  <cwilson@...>
+
+       Release 1.3.4
+       * configure.ac: Bump version number.
+       * Makefile.am: Fix post-install.
+       * BRANCHES: Update.
+       * NEWS: Update.
+
+2009-04-21  Charles Wilson  <cwilson@...>
+
+       * 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. Require
+       gettext-0.17. Modify dist to use lzma. 
+       * ABOUT-NLS: Regenerate.
+       * INSTALL: Regenerate.
+       * config.h.in: Regenerate.
+       * po/Makefile.in.in: Regenerate.
+
+2008-09-04  Alex Smith  <madalexonline@yahoo.co.uk>
+
+       If cygstart -w, then propagate child exit status.
+       * src/cygstart/cygstart.c (main): exit with
+       value returned by cygStart().
+       (cygStart): If -w/--wait, then get exit status
+       of child process and return it.
+
+2008-08-10  Barry Kelly  <bkelly.ie@gmail.com>
+
+       Add -w/--wait option to cygstart.
+       * src/cygstart/cygstart.c: New enum StartFlags.
+       (main): Add startup options category, containing
+       new -w/--wait option. Use it to set StartFlags.
+       Modify -v/--verbose to set StartFlags.
+       Pass StartFlags to cygStart().
+       (printLastError): New.
+       (cygStart): Change signature to accept StartFlags.
+       Propagate StartFlags to winStart().
+       (winStart): Change signature to accept StartFlags.
+       Wait for child process to finish if SF_WAIT flag
+       is set in StartFlags.
+
+2007-08-24  Charles Wilson  <cwilson@...>
+
+       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  <cwilson@...>
        
        Release 1.3.1
This page took 0.025395 seconds and 5 git commands to generate.