[gnome-calculator/gnome-3-18] Prepare for 3.18.3



commit c59595afb3c1b3fc25ee48ea4cd5f79e218cd4a3
Author: Alberto Ruiz <aruiz gnome org>
Date:   Wed Jan 27 11:44:33 2016 +0000

    Prepare for 3.18.3

 NEWS         |    8 ++++++++
 configure.ac |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 19c7280..2d325e1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Overview of changes in gnome-calculator 3.18.3
+    * Fix: Chinese Yuan symbol, fixes #761075 (Alberto Ruiz)
+    * Fix: MathDisplay grabs focus after being shown, bug #748743 (Elita.A.A.Lobo)
+    * Fix: Missing mnemonic bond in Gross Profit Margin dialog (Martin Simon)
+    * Fix: Check if base exponent are complex for xpowy() method (Gerlof Fokkema)
+    * Fix: Prevent infinte loop on some operations with imaginary numbers, bug #757657 (Kyle Green)
+    * Fix: e^(-0.5) returned the wrong value, bug #756960  (Felix Pelletier)
+
 Overview of changes in gnome-calculator 3.18.2
     * Fix : Explicitly link required libraries to avoid build problems under certain setups (Andreas 
Henriksson)
 
diff --git a/configure.ac b/configure.ac
index 4aadcd8..dded1bf 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.18.2])
+AC_INIT([gnome-calculator], [3.18.3])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
 AM_SILENT_RULES([yes])


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