[gnome-calculator/gnome-42] Prepared release 42.2
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calculator/gnome-42] Prepared release 42.2
- Date: Fri, 1 Jul 2022 20:16:32 +0000 (UTC)
commit f8f5ae670230d2d9ca61c7b0b1bf80e3e0b0f87b
Author: Robert Roth <robert roth off gmail com>
Date: Fri Jul 1 23:15:12 2022 +0300
Prepared release 42.2
NEWS | 6 ++++++
data/org.gnome.Calculator.appdata.xml.in | 11 +++++++++++
meson.build | 2 +-
3 files changed, 18 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 572f9765..6799f7a3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in gnome-calculator 42.2
+ * Updated translations
+ * Fixed incorrect history with bits toggling #281 (Robert Roth)
+ * Fixed crash when typing in variable popover #282 (Robert Roth)
+ * Fixed incorrect libxml usage #283 (Luca Bacci, Robert Roth)
+
Overview of changes in gnome-calculator 42.1
* 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 8573ef67..a1d4940e 100644
--- a/data/org.gnome.Calculator.appdata.xml.in
+++ b/data/org.gnome.Calculator.appdata.xml.in
@@ -71,6 +71,17 @@
<translation type="gettext">gnome-calculator</translation>
<content_rating type="oars-1.1" />
<releases>
+ <release version="42.2" date="2022-07-01" type="stable">
+ <description>
+ <p>Overview of changes in gnome-calculator 42.2</p>
+ <ul>
+ <li>Updated Translations</li>
+ <li>Fixed incorrect history with bits toggling #281 (Robert Roth)</li>
+ <li>Fixed crash when typing in variable popover #282 (Robert Roth)</li>
+ <li>Fixed incorrect libxml usage #283 (Luca Bacci, Robert Roth)</li>
+ </ul>
+ </description>
+ </release>
<release version="42.1" date="2022-05-27" type="stable">
<description>
<p>Overview of changes in gnome-calculator 42.1</p>
diff --git a/meson.build b/meson.build
index 3d8d25cf..28149ed2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-calculator', ['c', 'vala'],
- version: '42.1',
+ version: '42.2',
meson_version: '>= 0.57.0',
license: 'GPLv3+',
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]