[gnome-calculator] Prepared release 3.33.3



commit 8678c0917496ddeb917aa55462b00ab27651d082
Author: Robert Roth <robert roth off gmail com>
Date:   Tue Jun 18 01:20:48 2019 +0300

    Prepared release 3.33.3

 NEWS                                     | 10 ++++++++++
 data/org.gnome.Calculator.appdata.xml.in | 15 +++++++++++++++
 meson.build                              |  2 +-
 3 files changed, 26 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 734359fe..21d8b381 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Overview of changes in gnome-calculator 3.33.3
+    * Updated Indonesian translation (Kukuh Syafaat)
+    * Updated Hungarian translation (Balázs Úr)
+    * Updated Spanish translation (Daniel Mustieles)
+    * Updated Greek translation (Efstathios Iosifidis)
+    * calculator library build fixes (Daniel Espinosa Ortiz)
+    * CI build fixes (Ken VanDine)
+    * Added mnemonics for primary menu items #113 (Robert Roth)
+    * Dropped leading zeros octal prefix #114, #109, #110 (Robert Roth)
+
 Overview of changes in gnome-calculator 3.33.2
     * Separated calculator library !19 (Daniel Espinosa Ortiz)
     * Ensure icon is available for shell (Ken VanDine)
diff --git a/data/org.gnome.Calculator.appdata.xml.in b/data/org.gnome.Calculator.appdata.xml.in
index d5396274..4f662508 100644
--- a/data/org.gnome.Calculator.appdata.xml.in
+++ b/data/org.gnome.Calculator.appdata.xml.in
@@ -65,6 +65,21 @@
   <translation type="gettext">gnome-calculator</translation>
   <content_rating type="oars-1.1" />
   <releases>
+    <release version="3.33.3" date="2019-06-17" type="development">
+      <description>
+        <p>Overview of changes in gnome-calculator 3.33.3</p>
+        <ul>
+          <li>Updated Indonesian translation (Kukuh Syafaat)</li>
+          <li>Updated Hungarian translation (Balázs Úr)</li>
+          <li>Updated Spanish translation (Daniel Mustieles)</li>
+          <li>Updated Greek translation (Efstathios Iosifidis)</li>
+          <li>calculator library build fixes (Daniel Espinosa Ortiz)</li>
+          <li>CI build fixes (Ken VanDine)</li>
+          <li>Added mnemonics for primary menu items #113 (Robert Roth)</li>
+          <li>Dropped leading zeros octal prefix #114, #109, #110 (Robert Roth)</li>
+        </ul>
+      </description>
+    </release>
     <release version="3.33.2" date="2019-05-21" type="development">
       <description>
         <p>Overview of changes in gnome-calculator 3.33.2</p>
diff --git a/meson.build b/meson.build
index a3793ebc..d1f364b9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-calculator', ['c', 'vala'],
-  version: '3.33.2',
+  version: '3.33.3',
   meson_version: '>= 0.42',
   license: 'GPLv3+',
 )


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