summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2018-05-24 00:22:25 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2018-05-24 00:22:25 +0200
commitcc833923f08acd961c5fa4610c8adc6b9e356d6d (patch)
tree8c2f28cc169a85441e3eef826d89b1a5d146b5a6
parent6ec2663ba068ffb4e7c4a592275a35d63dc41a0a (diff)
downloadgnome-contacts-cc833923f08acd961c5fa4610c8adc6b9e356d6d.tar.gz
Release unstable version 3.29.23.29.2
-rw-r--r--data/org.gnome.Contacts.appdata.xml.in19
-rw-r--r--meson.build2
2 files changed, 20 insertions, 1 deletions
diff --git a/data/org.gnome.Contacts.appdata.xml.in b/data/org.gnome.Contacts.appdata.xml.in
index 0d020c3..2b84fa1 100644
--- a/data/org.gnome.Contacts.appdata.xml.in
+++ b/data/org.gnome.Contacts.appdata.xml.in
@@ -26,6 +26,25 @@
</screenshots>
<releases>
+ <release date="2018-05-24" version="3.29.2">
+ <description>
+ <p>
+ This is the first unstable release in the 3.29 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>The avatar selection UI has been revamped</li>
+ <li>
+ Use GNOME's Meson conventions: compilation options can now no
+ longer have an auto value. Some have also been renamed to drop the
+ "with-" prefix.
+ </li>
+ <li>The Flatpak manifest was improved in several ways.</li>
+ <li>Extended the CI pipeline to use flatpak</li>
+ </ul>
+ <p>This release also updates translations in several languages.</p>
+ </description>
+ </release>
<release date="2018-03-12" version="3.28">
<description>
<p>
diff --git a/meson.build b/meson.build
index 9dd2509..18bffa6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-contacts', [ 'vala', 'c' ],
- version: '3.28.0',
+ version: '3.29.2',
license: 'GPL2+',
meson_version: '>= 0.37',
)