[gnome-calendar/gnome-3-36] 3.36.2
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar/gnome-3-36] 3.36.2
- Date: Thu, 18 Jun 2020 00:38:24 +0000 (UTC)
commit d139216e41f3eb77fe8cc8742970cd20daf69967
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Wed Jun 17 21:34:43 2020 -0300
3.36.2
NEWS | 6 ++++++
data/appdata/org.gnome.Calendar.appdata.xml.in.in | 6 ++++++
meson.build | 2 +-
3 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 149db1a5..b1ab9a2f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 3.36.2:
+* Week view now properly translates the event to the local timezone (Douglas Fuller)
+* Properly commit sequence after event changes, and prevent data loss
+* Fix first weekday calculation (Evangelos Ribeiro Tzaras)
+* Updated translations
+
Major changes in 3.36.1:
* Introduce a new engine
* Fix a lot of bugs
diff --git a/data/appdata/org.gnome.Calendar.appdata.xml.in.in
b/data/appdata/org.gnome.Calendar.appdata.xml.in.in
index b876afae..aab1313f 100644
--- a/data/appdata/org.gnome.Calendar.appdata.xml.in.in
+++ b/data/appdata/org.gnome.Calendar.appdata.xml.in.in
@@ -49,6 +49,12 @@
<project_group>GNOME</project_group>
<releases>
+ <release date="2020-04-16" version="3.36.2">
+ <description>
+ <p> This is a stable release that fixes important bugs.</p>
+ </description>
+ </release>
+
<release date="2020-04-16" version="3.36.1">
<description>
<p> This is a stable release that fixes a lot of bugs, and introduces a new engine for Calendar.
This new engine should be more robust and stable.</p>
diff --git a/meson.build b/meson.build
index 0d869661..f5f385c0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'gnome-calendar',
'c',
- version: '3.36.1',
+ version: '3.36.2',
license: 'GPL3+',
meson_version: '>= 0.50.0'
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]