[gcalctool] Releasing 5.27.5



commit 3c1b8998b7998b382081314afa95b5bb2e83a4a2
Author: Robert Ancell <robert ancell gmail com>
Date:   Tue Jul 28 09:02:07 2009 +1000

    Releasing 5.27.5

 ChangeLog    |    7 +++++++
 NEWS         |   18 ++++++++++++++++++
 README       |    2 +-
 configure.in |    2 +-
 4 files changed, 27 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index b788f52..d92f4ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,13 @@
 gcalctool change history.
 =========================
 
+2009-07-28 Robert Ancell <robert ancell gmail com>
+
+    * README:
+      NEWS:
+      configure.in:
+      Released a gcalctool v5.27.5 tarball.
+
 2009-07-27 Robert Ancell <robert ancell gmail com>
 
     * Update gconf descriptions to match translation guidelines
diff --git a/NEWS b/NEWS
index ce93ee7..1e48f93 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,24 @@
  *  All Rights Reserved.
  */
  
+Overview of changes in gcalctool 5.27.5
+
+    * Perform power and factorials before negation so -1! and -1^0.5 are valid as in 5.26.x (Robert Ancell)
+
+    * Connect functions to solve the function text and replace the display with the result (Robert Ancell, Bug #548884)
+
+    * Change bison syntax to be compatible with version 2.3 (Robert Ancell, Bug #589350)
+
+    * Compile with -DGSEAL_ENABLE (Thomas Anderson, Bug #588591)
+
+    * Update gconf descriptions to match translation guidelines (Leonardo Fontenelle, Bug #589563)
+
+    * Updated documentation: fr (Laurent Coudeur, Claude Paroz)
+
+    * Updated translations: es (Jorge González), et (Ivar Smolin, Mattias Põldaru)
+                            fr (Claude Paroz), pt_BR (Daniel S. Koda)
+
+
 Overview of changes in gcalctool 5.27.4
 
     * Update bit editor after shifting (Robert Ancell, Bug #587545)
diff --git a/README b/README
index 069fbd5..1ffff2e 100644
--- a/README
+++ b/README
@@ -17,7 +17,7 @@ CONTENTS:
 1. Introduction.
 ----------------
 
-This is v5.27.4 of gcalctool, the calculator application that was previously
+This is v5.27.5 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 48d04d8..dfb262b 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.4)
+AM_INIT_AUTOMAKE(gcalctool, 5.27.5)
 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]