gcalctool r2351 - branches/gnome-2-24



Author: rancell
Date: Mon Jan 26 12:20:28 2009
New Revision: 2351
URL: http://svn.gnome.org/viewvc/gcalctool?rev=2351&view=rev

Log:
Releasing 5.24.3.1 to fix bit shift bug (Bug #569176)

Modified:
   branches/gnome-2-24/NEWS
   branches/gnome-2-24/README
   branches/gnome-2-24/configure.in

Modified: branches/gnome-2-24/NEWS
==============================================================================
--- branches/gnome-2-24/NEWS	(original)
+++ branches/gnome-2-24/NEWS	Mon Jan 26 12:20:28 2009
@@ -4,6 +4,10 @@
  *  All Rights Reserved.
  */
  
+Overview of changes in gcalctool 5.24.3.1
+
+    * Fixed incorrect logic for bit shifts by more than one place. This was introduced in 5.24.2 (Robert Ancell, Bug #569176)
+ 
 Overview of changes in gcalctool 5.24.3
 
     * Updated documentation: de (Christian Kirbach).

Modified: branches/gnome-2-24/README
==============================================================================
--- branches/gnome-2-24/README	(original)
+++ branches/gnome-2-24/README	Mon Jan 26 12:20:28 2009
@@ -17,7 +17,7 @@
 1. Introduction.
 ----------------
 
-This is v5.24.3 of gcalctool, the calculator application that was previously
+This is v5.24.3.1 of gcalctool, the calculator application that was previously
 in the OpenWindows Deskset of the Solaris 8 operating system. 
 Sun Microsystems Inc. have kindly given me permission to release it.
 

Modified: branches/gnome-2-24/configure.in
==============================================================================
--- branches/gnome-2-24/configure.in	(original)
+++ branches/gnome-2-24/configure.in	Mon Jan 26 12:20:28 2009
@@ -1,7 +1,7 @@
 Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(gcalctool, 5.24.3)
+AM_INIT_AUTOMAKE(gcalctool, 5.24.3.1)
 AC_CONFIG_MACRO_DIR([m4])
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]