[gnome-calendar/gnome-3-34] 3.34.1



commit ca58f2b4643e6477f4c25b49ed6678b83033cefc
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sat Oct 5 10:49:40 2019 -0300

    3.34.1

 NEWS                                           | 10 ++++++++++
 data/appdata/org.gnome.Calendar.appdata.xml.in |  7 +++++++
 meson.build                                    |  2 +-
 3 files changed, 18 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 6a24c137..5b7cb7f0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Major changes in 3.34.1:
+* Updated translations
+* Fix various crashers
+* Improve search results handling
+* Make command line argument -d stand for --date
+* Fix crashes when e_cal_util_get_system_timezone() returns NULL (Michael Catanzaro)
+* Fix first weekday calculation
+* Remove g_get_current_time
+* Readd <Ctrl>n shortcut
+
 Major changes in 3.34.0:
 * Updated translations
 
diff --git a/data/appdata/org.gnome.Calendar.appdata.xml.in b/data/appdata/org.gnome.Calendar.appdata.xml.in
index 579229d9..d4048e14 100644
--- a/data/appdata/org.gnome.Calendar.appdata.xml.in
+++ b/data/appdata/org.gnome.Calendar.appdata.xml.in
@@ -49,6 +49,13 @@
   <project_group>GNOME</project_group>
 
   <releases>
+    <release date="2019-10-05" version="3.34.1">
+      <description>
+        <p>GNOME Calendar 3.34.1 release is here! It contains various important bug fixes and new 
translations.</p>
+        <p>Thanks to all the contributors that worked on GNOME Calendar!</p>
+      </description>
+    </release>
+
     <release date="2019-09-09" version="3.34.0">
       <description>
         <p>GNOME Calendar 3.34 release is here!</p>
diff --git a/meson.build b/meson.build
index 9a352a06..bd270a15 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project(
   'gnome-calendar',
                'c',
-           version: '3.34.0',
+           version: '3.34.1',
            license: 'GPL3+',
      meson_version: '>= 0.50.0'
 )


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