[gcalctool] Releasing 5.27.1



commit aea40618aaab0d54b7c9db06ee619c02fce33125
Author: Robert Ancell <robert ancell gmail com>
Date:   Mon May 4 18:23:28 2009 +1000

    Releasing 5.27.1
---
 ChangeLog    |    4 ++++
 NEWS         |   23 ++++++++++++++++++++++-
 README       |    4 ++--
 configure.in |    2 +-
 4 files changed, 29 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d41d3b3..8869e6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,10 @@ gcalctool change history.
     * Make GConf schemas translatable (Robert Ancell, Bug #571948)
     * Tidied up error messages (Robert Ancell, Bug #521184)
     * Tidied up GConf schema, use native GConf types (Robert Ancell, Bug #493946)
+    * README:
+      NEWS:
+      configure.in:
+      Released a gcalctool v5.27.1 tarball.
 
 2009-04-20 Robert Ancell <robert ancell gmail com>
 
diff --git a/NEWS b/NEWS
index 6b22b10..5a6f84b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,30 @@
 /*  gcalctool NEWS.
  *
- *  Copyright (c) 1987-2008 Sun Microsystems, Inc.
+ *  Copyright (c) 1987-2009 Sun Microsystems, Inc.
  *  All Rights Reserved.
  */
  
+Overview of changes in gcalctool 5.27.1
+
+    * Convert Glade UI to GtkBuilder UI (Robert Ancell, David King, Bug #556807)
+
+    * Fix display on startup to be replaced on entry (Robert Ancell, Bug #576975)
+    
+    * Make GConf schemas translatable (Robert Ancell, Bug #571948)
+    
+    * Replace MP number arrays with an MPNumber structure (Robert Ancell)
+
+    * Tidied up error messages (Robert Ancell, Bug #521184)
+
+    * Tidied up GConf schema, use native GConf types (Robert Ancell, Bug #493946)
+      This will cause the gconf schema to be incompatible with gcalctool < 5.26.0.
+      Expect settings to reset to defaults when upgrading.  Switching between
+      versions will cause resets.
+
+    * Fix missing license text in about dialog (Robert Ancell, Bug #579174)
+    
+    * Updated translations: es (Jorge Gonzalez), et (Ivar Smolin)
+
 Overview of changes in gcalctool 5.26.0
 
     * Fix button expansion (nowak2000, Bug #575385)
diff --git a/README b/README
index cc1c413..bf929b5 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 
 /*  $Header: /cvs/gnome/gcalctool/README,v 1.6 2006/01/09 16:30:20 richb Exp $
  *
- *  Copyright (c) 1987-2008 Sun Microsystems, Inc.
+ *  Copyright (c) 1987-2009 Sun Microsystems, Inc.
  *  All Rights Reserved.
  */
 
@@ -17,7 +17,7 @@ CONTENTS:
 1. Introduction.
 ----------------
 
-This is v5.26.0 of gcalctool, the calculator application that was previously
+This is v5.27.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.
 
diff --git a/configure.in b/configure.in
index 05f6af4..db48dc7 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.26.0)
+AM_INIT_AUTOMAKE(gcalctool, 5.27.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]