[gnome-calendar] Bump 3.27.2 release
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] Bump 3.27.2 release
- Date: Wed, 15 Nov 2017 23:32:22 +0000 (UTC)
commit 7af8dd3c40e62c75e7b1d535719c10bce529f77b
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Wed Nov 15 21:31:35 2017 -0200
Bump 3.27.2 release
NEWS | 11 +++++++++++
data/appdata/default.png | Bin 69138 -> 37299 bytes
data/appdata/org.gnome.Calendar.appdata.xml.in | 13 +++++++++++++
meson.build | 2 +-
4 files changed, 25 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8802b02..a053cd1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Major changes in 3.27.2:
+* Events now are rendered differently if they are all-day or timed
+* Rewrite of the Month view
+ * Month cells have more transitions and effects
+ * The day number is above the cells
+ * A new overflow popup window was introduced
+ * Right-to-left languages are fully working now
+* Plug some memory leaks (Florian Brosch)
+* Improve filename handling when adding new calendars (Florian Brosch)
+* Updates translations
+
Major changes in 3.25.90:
* Port to Meson build system (Iñigo Martínez)
* Improve string in the quick add popover (Carlo Lobrano)
diff --git a/data/appdata/default.png b/data/appdata/default.png
index 66ca243..5896c06 100644
Binary files a/data/appdata/default.png and b/data/appdata/default.png differ
diff --git a/data/appdata/org.gnome.Calendar.appdata.xml.in b/data/appdata/org.gnome.Calendar.appdata.xml.in
index aff1255..f703cfd 100644
--- a/data/appdata/org.gnome.Calendar.appdata.xml.in
+++ b/data/appdata/org.gnome.Calendar.appdata.xml.in
@@ -49,6 +49,19 @@
<project_group>GNOME</project_group>
<releases>
+ <release date="2017-11-15" version="3.27.2">
+ <description>
+ <p>This release brings the following new features and improvements:</p>
+ <ul>
+ <li>Month view was rewritten, and received a substantial redesign.</li>
+ <li>Events were also redesigned. All-day events look different than timed events.</li>
+ <li>Improvements when adding calendars from files.</li>
+ </ul>
+ <p>This release also updates many translations.</p>
+ <p>Thanks to all the contributors that worked on GNOME Calendar!</p>
+ </description>
+ </release>
+
<release date="2017-08-11" version="3.25.90">
<description>
<p>
diff --git a/meson.build b/meson.build
index e38a7ac..52bb0f1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'gnome-calendar',
'c',
- version: '3.27.0',
+ version: '3.27.2',
license: 'GPL3+',
default_options: [ 'buildtype=debugoptimized', 'warning_level=1' ],
meson_version: '>= 0.42.0'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]