[gnome-calculator] Prepared release 43.rc



commit 17b46a004104f3b7b75c9066774c101bd23c28b5
Author: Robert Roth <robert roth off gmail com>
Date:   Fri Sep 2 23:14:40 2022 +0300

    Prepared release 43.rc

 NEWS                                     |  8 ++++++++
 data/org.gnome.Calculator.appdata.xml.in | 13 +++++++++++++
 meson.build                              |  2 +-
 3 files changed, 22 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index b4b2e9c1..75f5cd89 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Overview of changes in gnome-calculator 43.rc
+    * Updated translations
+    * Fix crash when entering new function name !124 (Nathaniel Russel)
+    * Fix source view border !121 (Alexander Mikhaylenko)
+    * Flatpak build update !122 (Bartłomiej Piotrowski)
+    * Port about window to libadwaita !119 (Christopher Davis)
+    * Port to libsoup3 !120 (AppleME)
+    
 Overview of changes in gnome-calculator 43.alpha
     * Updated translations
     * Fixed broken undo/redo #266 (Robert Roth)
diff --git a/data/org.gnome.Calculator.appdata.xml.in b/data/org.gnome.Calculator.appdata.xml.in
index 378d4230..fe1d4307 100644
--- a/data/org.gnome.Calculator.appdata.xml.in
+++ b/data/org.gnome.Calculator.appdata.xml.in
@@ -71,6 +71,19 @@
   <translation type="gettext">gnome-calculator</translation>
   <content_rating type="oars-1.1" />
   <releases>
+    <release version="43.rc" date="2022-09-02" type="development">
+      <description>
+        <p>Overview of changes in gnome-calculator 43.rc</p>
+        <ul>
+          <li>Updated translations</li>
+          <li>Fix crash when entering new function name !124 (Nathaniel Russel)</li>
+          <li>Fix source view border !121 (Alexander Mikhaylenko)</li>
+          <li>Flatpak build update !122 (Bartłomiej Piotrowski)</li>
+          <li>Port about window to libadwaita !119 (Christopher Davis)</li>
+          <li>Port to libsoup3 !120 (AppleME)</li>
+        </ul>
+      </description>
+    </release>
     <release version="43.alpha" date="2022-07-08" type="development">
       <description>
         <p>Overview of changes in gnome-calculator 43.alpha</p>
diff --git a/meson.build b/meson.build
index e85570fc..a41946d7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-calculator', ['c', 'vala'],
-  version: '43.alpha',
+  version: '43.rc',
   meson_version: '>= 0.57.0',
   license: 'GPLv3+',
 )


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