From 794771fc936c22bcbf4f0ebf8ffebe951a740a1b Mon Sep 17 00:00:00 2001 From: Keith Marshall Date: Fri, 17 Jun 2011 07:02:18 +0000 Subject: [PATCH] mingw-get-0.3-mingw32-alpha-2 released. --- ChangeLog | 8 ++++++++ configure.ac | 2 +- srcdist-doc/NEWS.in | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index de33b94..496e680 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-06-17 Keith Marshall + + mingw-get-0.3-mingw32-alpha-2 released. + + * configure.ac (AC_INIT): Adjust version number. + * srcdist-doc/NEWS.in: Updated; document new features and bugs fixed. + * All files (r0-3-alpha-2): Tag assigned. + 2011-06-15 Keith Marshall Add internal documentation for --reinstall option. diff --git a/configure.ac b/configure.ac index bdaf897..6f911ab 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ # MinGW Project, accept liability for any damages, however caused, # arising from the use of this software. # - AC_INIT([mingw-get],[0.3-alpha-1],[http://mingw.org/Reporting_Bugs]) + AC_INIT([mingw-get],[0.3-alpha-2],[http://mingw.org/Reporting_Bugs]) AC_SUBST([COPYRIGHT_HOLDER],["MinGW Project"]) AC_SUBST([YEARS_OF_ISSUE],["2009, 2010, 2011"]) diff --git a/srcdist-doc/NEWS.in b/srcdist-doc/NEWS.in index 02f4883..a7c7bb3 100644 --- a/srcdist-doc/NEWS.in +++ b/srcdist-doc/NEWS.in @@ -7,6 +7,41 @@ The information presented below describes the user visible changes introduced with each release of mingw-get. +mingw-get-0.3-mingw32-alpha-2 +----------------------------- + +Release date: 2011-06-17 + +This is primarily a bug fix release; it also provides some limited +additional functional capability. All users are recommended to upgrade +to this release. + +- Fixes MinGW-Bug #3309438; this release now supports dynamic selection + of all internally defined debugging trace options at run time, without + prejudice to normal operation. + +- Fixes MinGW-Bug #3313806; CMS_KEYWORDS are no longer matched within + the package name field of a canonical package tarname. Thus, packages + such as "msys-cvs" are now correctly identified again, while resolving + dependencies. + +- The "mingw-get update" operation now emits "Update catalogue ..." + messages for each catalogue processed, irrespective of the verbosity + option setting. This removes the requirement to specify the "-vv" + option to avoid protracted silent operation, which may have given + a false impression that the previous release had hung while + performing this operation. + +- The "--reinstall" option is now formally supported; this release will + no longer behave as if this option is unconditionally specified; thus, + the command syntax: + + $ mingw-get upgrade --reinstall + + is now required to force reinstallation of any package which has been + recorded as already installed. + + mingw-get-0.3-mingw32-alpha-1 ----------------------------- -- 2.11.0