[gnome-calculator] Releasing 3.9.2



commit 7d0c5c9790a56ead0edd3189396e98114aae1a1a
Author: PioneerAxon <arth svnit gmail com>
Date:   Wed May 29 01:40:48 2013 +0530

    Releasing 3.9.2

 NEWS         |   17 +++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8c86b89..5435084 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Overview of changes in gnome-calculator 3.9.2
+    * Improve integer exponentiation & factorization
+    * Fix modular exponentiation calculation error
+    * Fix consecutive squaring crash
+    * Fix crash in nested power calculation
+    * Use .ui file for app menu
+    * Fix uninitialized variable
+    * Workaround for gtk_builder_add_objects_from_resource ()
+    * Fix .doap and .ui files (set buttons table as toplevel)
+    * Use gresource for .ui files
+    * Fix null pointer dereferrence
+    * Fix for subtract button inserting additional minus
+    * Fix error reporting on Malformed expression
+    * Fix compiler warnings
+    * Fix typo
+    * Update translation
+
 Overview of changes in gnome-calculator 3.8.0
     * Update translation
     * Fix Desktop file keyword translations
diff --git a/configure.ac b/configure.ac
index ef1bc69..0f1284f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(gnome-calculator, 3.8.0)
+AC_INIT(gnome-calculator, 3.9.2)
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
 AM_SILENT_RULES([yes])
 AM_MAINTAINER_MODE


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