[gcalctool] Releasing 5.27.2



commit 78aac370929ae53bd9c21d7012429a236122104c
Author: Robert Ancell <robert ancell gmail com>
Date:   Mon May 25 09:25:36 2009 +0200

    Releasing 5.27.2
---
 ChangeLog    |    7 +++++++
 NEWS         |   31 +++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.in |    2 +-
 4 files changed, 40 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 99aa872..1c4cb9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,13 @@
 gcalctool change history.
 =========================
 
+2009-05-25 Robert Ancell <robert ancell gmail com>
+
+    * README:
+      NEWS:
+      configure.in:
+      Released a gcalctool v5.27.2 tarball.
+
 2009-05-15 Robert Ancell <robert ancell gmail com>
 
     * Made parser reentrant and part of MP code (Robert Ancell)
diff --git a/NEWS b/NEWS
index 5a6f84b..9178004 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,37 @@
  *  All Rights Reserved.
  */
  
+Overview of changes in gcalctool 5.27.2
+
+    * Add 1's and 2's complement to programming mode (Robin Sonefors, Bug #581253)
+
+    * Add variable word size for bitwise functions (Robin Sonefors, Bug #581253)
+
+    * Remove negative sign from numbers rounded to zero.  This is only a partial
+      fix as the error value is still visible in scientific notation
+      (Robert Ancell, Bug #560802)
+
+    * Support odd roots of negative numbers (Robert Ancell, Bug #576973)
+
+    * Keep settings (show zeroes, thousands separator etc) when changing modes
+      (Robert Ancell, Bug #580398)
+
+    * Add a --solve command-line argument (Robert Ancell)
+
+    * Really fix the license text in the about dialog (Robert Ancell, Bug #579174)
+
+    * Made parser reentrant and part of MP code (Robert Ancell)
+    
+    * Remove references to arithmetic/left-to-right precedence from the manual
+      (Robert Ancell, Bug #559734)
+
+    * Fix grammatical errors in manual (Bruce Cowan, Bug #569275)
+
+    * Remove untranslated figures in documentation - they are automatically
+      copied from the C documentation (Robert Ancell, Bug #566680)
+
+    * Updated translations: si (K.P.Gayan Tharaka)
+ 
 Overview of changes in gcalctool 5.27.1
 
     * Convert Glade UI to GtkBuilder UI (Robert Ancell, David King, Bug #556807)
diff --git a/README b/README
index bf929b5..4099fe5 100644
--- a/README
+++ b/README
@@ -17,7 +17,7 @@ CONTENTS:
 1. Introduction.
 ----------------
 
-This is v5.27.1 of gcalctool, the calculator application that was previously
+This is v5.27.2 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.
 
diff --git a/configure.in b/configure.in
index ba9e738..16b93fd 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(gcalctool, 5.27.1)
+AM_INIT_AUTOMAKE(gcalctool, 5.27.2)
 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]