summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2017-09-04 18:43:26 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2017-09-04 18:43:26 +0200
commit50ce572e337edf4f6ccece38edfd6f26497a5e7b (patch)
tree120e8609802dfe04e1504cb1f78ab7a9b65f18af
parentcaec84e47a12c2304257929db65e6a5d6f50bba5 (diff)
downloadgnome-contacts-50ce572e337edf4f6ccece38edfd6f26497a5e7b.tar.gz
Release version 3.25.923.25.92
-rw-r--r--configure.ac2
-rw-r--r--data/org.gnome.Contacts.appdata.xml.in22
-rw-r--r--meson.build2
3 files changed, 24 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7b3fc9a..0532d15 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.67])
-AC_INIT([gnome-contacts],[3.25.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-contacts])
+AC_INIT([gnome-contacts],[3.25.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-contacts])
AC_CONFIG_SRCDIR([src/main.vala])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/data/org.gnome.Contacts.appdata.xml.in b/data/org.gnome.Contacts.appdata.xml.in
index 00f033c..247b479 100644
--- a/data/org.gnome.Contacts.appdata.xml.in
+++ b/data/org.gnome.Contacts.appdata.xml.in
@@ -26,6 +26,28 @@
</screenshots>
<releases>
+ <release date="2017-09-04" version="3.25.92">
+ <description>
+ <p>
+ This is an unstable release in the 3.25 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Added experimental support for Flatpak</li>
+ <li>Contacts can now be built with Meson</li>
+ <li>Contacts now provides its own proper app icon</li>
+ <li>Some labels in the contact sheet are now selectable</li>
+ </ul>
+ <p>
+ The following bugs are also fixed:
+ </p>
+ <ul>
+ <li>Can't save notes in a contact</li>
+ <li>Bumped minimal version of telepathy-glib, GTK+ and GLib</li>
+ </ul>
+ <p>This release also updates translations in several languages.</p>
+ </description>
+ </release>
<release date="2017-07-17" version="3.25.4">
<description>
<p>
diff --git a/meson.build b/meson.build
index add3757..8ce272d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-contacts', [ 'vala', 'c' ],
- version: '3.25.4',
+ version: '3.25.92',
license: 'GPL2+',
meson_version: '>= 0.37',
)