[gnome-calendar/gnome-3-28] Bump 3.28.2 release



commit c4d1f984758e77787ef97b71fe2dede8477809c2
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue May 1 21:24:50 2018 -0300

    Bump 3.28.2 release

 NEWS                                           | 9 +++++++++
 data/appdata/org.gnome.Calendar.appdata.xml.in | 9 +++++++++
 meson.build                                    | 2 +-
 3 files changed, 19 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 2446ae84..6a99f3ad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Major changes in 3.28.2:
+* Don't show time labels on full day events (Abdullahi Usman)
+* Fix Week grid collapsing non-overlapping events
+* Force timed events square box to be squared
+* Use the correct end date on tooltips
+* Minor improvements to the Month view paddings
+* Fix a crash when deleting tasks
+* Updates translations
+
 Major changes in 3.28.1:
 * Updated translations
 
diff --git a/data/appdata/org.gnome.Calendar.appdata.xml.in b/data/appdata/org.gnome.Calendar.appdata.xml.in
index 717e8766..fedcdac2 100644
--- a/data/appdata/org.gnome.Calendar.appdata.xml.in
+++ b/data/appdata/org.gnome.Calendar.appdata.xml.in
@@ -49,6 +49,15 @@
   <project_group>GNOME</project_group>
 
   <releases>
+    <release date="2018-05-01" version="3.28.2">
+      <description>
+        <p>
+          The 3.28.2 release brings polish to the Month and Week views, and fixes a crash
+          when removing tasks. It also updates many translations.
+        </p>
+      </description>
+    </release>
+
     <release date="2018-04-10" version="3.28.1">
       <description>
         <p>This release updates many translations.</p>
diff --git a/meson.build b/meson.build
index 71c0c288..a922a0a0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project(
   'gnome-calendar',
                'c',
-           version: '3.28.1',
+           version: '3.28.2',
            license: 'GPL3+',
      meson_version: '>= 0.42.0'
 )


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