[gnome-calculator] Prepared release 3.27.90



commit f8f96b470c952a9f3a6e6fa6b55b9f45b72ec578
Author: Robert Roth <robert roth off gmail com>
Date:   Mon Feb 5 21:23:13 2018 +0200

    Prepared release 3.27.90

 NEWS         |   33 +++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 meson.build  |    2 +-
 3 files changed, 35 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index b0019dc..f62263d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+Overview of changes in gnome-calculator 3.27.90
+    * Add snap packaging (Ken VanDine)
+    * Updated Indonesian translation (Kukuh Syafaat)
+    * Updated Spanish translation (Daniel Mustieles)
+    * Updated Serbian translation (Марко Костић)
+    * Updated Swedish translation (Anders Jonsson)
+    * Updated Slovenian translation (Matej Urbančič)
+    * Updated German translation (Christian Kirbach)
+    * Updated Finnish translation (Jiri Grönroos)
+    * Updated Polish translation (Piotr Drąg)
+    * Updated Hungarian translation (Balázs Úr)
+    * Update Catalan translation (Gil Forcada)
+    * Changed clear symbolic icon with C. bgo#792844 (Robert Roth)
+    * Made the calculator window resizable. bgo#756920 (Robert Roth)
+    * Sane required width for history view. bgo#788395 (Robert Roth)
+    * Support for gcalccmd command-line arguments. bgo#788872 (Robert Roth)
+    * Ellipsize equation in search provider instead of result. bgo#759876 (Robert Roth)
+    * Avoid scrollbar overlapping equation. bgo#770246 (Robert Roth)
+    * Return with failure in case of precision error. bgo#749336 (Robert Roth)
+    * Added bried explanation of functions. bgo#748897 (David Faour)
+    * Changed overflow error message. bgo#745708 (Robert Roth)
+    * Added keyboard shortcut to clear history. bgo#792814 (Robert Roth)
+    * Added meson build files. bgo#783062 (Robert Roth)
+    * Deprecated calls replaced (Robert Roth)
+    * Rename icon directive in flatpak to have icon on flathub (Robert Roth)
+    * Updated Finnish translation (Jiri Grönroos)
+    * Check the locale before using it. bgo##793098 (Robert Roth)
+    * Updated Chinese (Taiwan) translation (byStarTW)
+    * Updated Indonesian translation (Kukuh Syafaat)
+    * Fixed black rectangle on equation entry scrolling. bgo#793157 (Robert Roth)
+    * Updated German translation (Mario Blättermann)
+    * Updated Friulian translation (Fabio Tomat)
+
 Overview of changes in gnome-calculator 3.27.2
     * Fix cosh and sinh buttons. bgo#788409 (Robert Roth)
     * Updated Catalan (Valencia) translation (Xavi Ivars)
diff --git a/configure.ac b/configure.ac
index fc3c2da..0a6bb52 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.27.2])
+AC_INIT([gnome-calculator], [3.27.90])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
 AM_SILENT_RULES([yes])
diff --git a/meson.build b/meson.build
index c3c6866..78b657c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-calculator', ['c', 'vala'],
-  version: '3.27.2',
+  version: '3.27.90',
   meson_version: '>= 0.37',
   license: 'GPLv3+',
 )


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