[gnome-calendar] 40.1



commit c3211a888d9315ffaa427bbc4c00c12d5dcc1774
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue May 11 16:58:41 2021 -0300

    40.1

 NEWS                                              |  7 +++++++
 data/appdata/org.gnome.Calendar.appdata.xml.in.in | 19 +++++++++++++++++++
 meson.build                                       |  2 +-
 3 files changed, 27 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 944804ce..860bbfa5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Major changes in 40.1:
+* Fix a memory leak in the timezone monitoring code
+* Fix a crash when fetching the system timezone
+* Fix keyboard shortcuts and add missing accelerator
+* Fix multiday detection of all day events
+* Updated translations
+
 Major changes in 40.0:
 * Updated translations
 
diff --git a/data/appdata/org.gnome.Calendar.appdata.xml.in.in 
b/data/appdata/org.gnome.Calendar.appdata.xml.in.in
index 6dd6f480..d4ef6384 100644
--- a/data/appdata/org.gnome.Calendar.appdata.xml.in.in
+++ b/data/appdata/org.gnome.Calendar.appdata.xml.in.in
@@ -45,6 +45,25 @@
   <project_group>GNOME</project_group>
 
   <releases>
+    <release date="2021-05-11" version="40.1">
+      <description>
+        <p>
+          GNOME Calendar 40.1 release brings stability improvements, updated translations.
+        </p>
+        <p>
+          With this release, the code to fetch the system timezone is more robust, and doesn't
+          crash if for some reason it fails to find the system timezone.
+        </p>
+        <p>
+          A couple of documented keyboard shortcuts weren't working, and with this release they
+          are functional again.
+        </p>
+        <p>
+          Thanks to the new contributors that helped with this release of GNOME Calendar!
+        </p>
+      </description>
+    </release>
+
     <release date="2021-03-22" version="40.0">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index 0fc030f2..1e732039 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project(
   'gnome-calendar',
                'c',
-           version: '40.0',
+           version: '40.1',
            license: 'GPL3+',
      meson_version: '>= 0.53.0'
 )


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