[gnome-calculator] Prepare for 3.19.90



commit 57e44de2cc4d82913eeef58d94910f380a1556f1
Author: Alberto Ruiz <aruiz gnome org>
Date:   Mon Feb 15 17:26:52 2016 +0000

    Prepare for 3.19.90

 NEWS         |   16 ++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4d35c27..a5ce679 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Overview of changes in gnome-calculator 3.19.90
+    * New: Upgrade license for all source files to GPLv3+ (Michael Catanzaro)
+    * New: Use Soup instead of GVFS to download the IMF/ECB currency data (Alberto Ruiz)
+    * Fix: Silence a compiler warning (Michael Catanzaro)
+    * Fix: Remove Lithuanian litas from currency list (Michael Catanzaro)
+    * Fix: Fix use of GtkStyleContext for GTK+ 3.20 (Michael Catanzaro)
+    * Fix: Clarify license on number.vala (Michael Catanzaro)
+    * Fix: Clarify license on mpfr.vapi (Michael Catanzaro)
+    * Fix: Installed tests: Update expectations (Matthias Clasen)
+    * Fix: Set the accessible name on the mode chooser (Matthias Clasen)
+    * Fix: Do not reset second currency on first currency change, fixes #260166 (Robert Roth)
+    * Fix: Fix Chinese Yuan symbol, fixes #761075 (Alberto Ruiz)
+    * Fix: Add a missing tag to the AppData file (Richard Hughes)
+    * Update: Upgrade appdata (Michael Catanzaro)
+    * Update: Translation (Translation team)
+
 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)
diff --git a/configure.ac b/configure.ac
index 74bf123..4e4d059 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.4])
+AC_INIT([gnome-calculator], [3.19.90])
 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]