From cc833923f08acd961c5fa4610c8adc6b9e356d6d Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Thu, 24 May 2018 00:22:25 +0200 Subject: Release unstable version 3.29.2 --- data/org.gnome.Contacts.appdata.xml.in | 19 +++++++++++++++++++ meson.build | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) 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 @@ + + +

+ This is the first unstable release in the 3.29 development series, + with the following improvements: +

+
    +
  • The avatar selection UI has been revamped
  • +
  • + 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. +
  • +
  • The Flatpak manifest was improved in several ways.
  • +
  • Extended the CI pipeline to use flatpak
  • +
+

This release also updates translations in several languages.

+
+

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', ) -- cgit v1.2.1