[gcalctool/gnome-2-28] Released 5.28.2



commit a0a8cefd901ec9c8f0ab38b45df221b0dfe8e61e
Author: Robert Ancell <robert ancell gmail com>
Date:   Wed Dec 16 11:25:56 2009 +1100

    Released 5.28.2

 ChangeLog    |    4 ++++
 NEWS         |    9 +++++++++
 README       |    2 +-
 configure.in |    2 +-
 4 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0efbf1a..42a950c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,10 @@ gcalctool change history.
 
     * Disable ambiguous multiplication with Eulers number, e.g. "2e" as this
       makes exponential numbers confusing
+    * README:
+      NEWS:
+      configure.in:
+      Released a gcalctool v5.28.2 tarball.
 
 2009-11-17 Robert Ancell <robert ancell gmail com>
 
diff --git a/NEWS b/NEWS
index b33df12..02c0d25 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,15 @@
  *  All Rights Reserved.
  */
 
+Overview of changes in gcalctool 5.28.2
+
+    * Fix negative exponential detection e.g. "2eâ??3" = 0.002
+
+    * Only disable trailing zeroes option in basic mode (Bug #600700)
+
+    * Disable ambiguous multiplication with Eulers number, e.g. "2e" as this
+      makes exponential numbers confusing
+
 Overview of changes in gcalctool 5.28.1
 
     * Fix numeric exponent parsing (Robin Sonefors, Bug #596892)
diff --git a/README b/README
index e756717..f0a0ead 100644
--- a/README
+++ b/README
@@ -17,7 +17,7 @@ CONTENTS:
 1. Introduction.
 ----------------
 
-This is v5.28.1 of gcalctool, the calculator application that was previously
+This is v5.28.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 a39504f..72e6dc4 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.28.1)
+AM_INIT_AUTOMAKE(gcalctool, 5.28.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]