[gnome-contacts] Release version 3.26



commit cb26862e7e70b77e0ec88fe7bd0f8a6a2e3eff3d
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Mon Sep 11 10:21:57 2017 +0200

    Release version 3.26

 configure.ac                           |    2 +-
 data/org.gnome.Contacts.appdata.xml.in |   15 +++++++++++++++
 meson.build                            |    2 +-
 3 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 97cf863..768f845 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.67])
-AC_INIT([gnome-contacts],[3.25.92.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-contacts])
+AC_INIT([gnome-contacts],[3.26],[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 527ed3c..f10023a 100644
--- a/data/org.gnome.Contacts.appdata.xml.in
+++ b/data/org.gnome.Contacts.appdata.xml.in
@@ -26,6 +26,21 @@
   </screenshots>
 
   <releases>
+    <release date="2017-09-11" version="3.26.0">
+      <description>
+        <p>
+          Version 3.26 is a stable release, with the following improvements:
+        </p>
+        <ul>
+          <li>Support for Flatpak</li>
+          <li>Support for faster builds using Meson</li>
+          <li>Saving notes in a contact now works again</li>
+          <li>Some contact properties are now selectable</li>
+          <li>Use our own app icon, rather than a predefined one</li>
+        </ul>
+        <p>This release also updates translations in several languages.</p>
+      </description>
+    </release>
     <release date="2017-09-05" version="3.25.92.1">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index d498df6..3e87eef 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gnome-contacts', [ 'vala', 'c' ],
-  version: '3.25.92.1',
+  version: '3.26',
   license: 'GPL2+',
   meson_version: '>= 0.37',
 )


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