OSDN Git Service

mingw-get-0.5-beta-20120426-1 released.
authorKeith Marshall <keithmarshall@users.sourceforge.net>
Wed, 25 Apr 2012 23:28:14 +0000 (23:28 +0000)
committerKeith Marshall <keithmarshall@users.sourceforge.net>
Wed, 25 Apr 2012 23:28:14 +0000 (23:28 +0000)
ChangeLog
configure.ac
srcdist-doc/NEWS.in

index 60094cf..0aaf243 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-04-26  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       mingw-get-0.5-beta-20120426-1 released.
+
+       * configure.ac (AC_INIT): Version number updated.
+       * srcdist-doc/NEWS.in: Updated; bug-fix notifications added.
+       * All files (r0-5-beta-20120426-1): Tag assigned.
+
 2012-04-25  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
        Interim work-around for MinGW-Bug #3520864.
index 4d8226a..030965d 100644 (file)
@@ -3,7 +3,7 @@
 # $Id$
 #
 # Written by Keith Marshall <keithmarshall@users.sourceforge.net>
-# Copyright (C) 2009, 2010, 2011, MinGW Project
+# Copyright (C) 2009, 2010, 2011, 2012, MinGW Project
 #
 #
 # Configuration script for mingw-get
@@ -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.5-beta-20120416-1],[http://mingw.org/Reporting_Bugs])
+  AC_INIT([mingw-get],[0.5-beta-20120426-1],[http://mingw.org/Reporting_Bugs])
 
   AC_SUBST([COPYRIGHT_HOLDER],["MinGW Project"])
   AC_SUBST([YEARS_OF_ISSUE],["2009, 2010, 2011, 2012"])
index babb4f2..30696bb 100644 (file)
@@ -9,6 +9,19 @@ historical record is restricted to recent releases; the full history is
 recorded in the NEWS file, which is included in the source code package.
 
 
+mingw-get-0.5-mingw32-beta-20120426-1
+-------------------------------------
+
+Release date: 2012-04-26
+
+This is an emergency bug-fix release; it provides an immediate interim
+work-around for bug #3520864, circumventing a critical regression which
+was introduced in mingw-get-0.5-mingw32-beta-20120416-1, and is thus a
+mandatory upgrade for users who had previously upgraded to that version.
+
+It also incorporates the correction for bug #3520488.
+
+
 mingw-get-0.5-mingw32-beta-20120416-1
 -------------------------------------