[gnome-calculator] Prepare for 3.19.4



commit abaeccd9ffa61a6e3ce2b0a406ab7eba92d8e4dc
Author: Alberto Ruiz <aruiz gnome org>
Date:   Sun Jan 17 23:50:14 2016 +0000

    Prepare for 3.19.4

 NEWS         |   15 +++++++++++++++
 configure.ac |    2 +-
 2 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 51f9247..4d35c27 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Overview of changes in gnome-calculator 3.19.4
+    * New: Migrate MathConverter, MathWindow, HistoryView and HistoryEntry to GtkBuilder template (Alberto 
Ruiz)
+    * Fix: Remove unused -D defines from Makefile.am and configure.vapi for both src/ and lib/ (Alberto Ruiz)
+    * 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)
+    * Fix: Missing mnemonic bond in Gross Profit Margin dialog (Martin Simon)
+    * Fix: Use load_from_resource in the Gtk.CssProvider instead of opening the file manually (Alberto Ruiz)
+    * Fix: Use builddir for gresource.xml to satisfy Vala/autotools behaviour, bug #760679 (Michael 
Catanzaro)
+    * Fix: Rename gnome-calculator.doap name tag to GNOME Calculator instead of gnome-calculator (Alberto 
Ruiz)
+    * Fix: Use AM_DISTCHECK_CONFIGURE_FLAGS (Michael Catanzaro)
+    * Fix: MathDisplay grabs focus after being shown, bug #748743 (Elita.A.A.Lobo)
+    * Fix: math-equation: "No history" message should disappear when appropriate, bug #759943 (Michael 
Catanzaro)
+    * Update : Translation (Translation team)
+
 Overview of changes in gnome-calculator 3.19.2
     * Update : Translation (Translation team)
 
diff --git a/configure.ac b/configure.ac
index 027ed56..eed25ec 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.19.2])
+AC_INIT([gnome-calculator], [3.19.4])
 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]