summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2018-03-05 06:51:59 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2018-03-05 06:51:59 +0100
commit90399e48e5fa1cf7036030fd785520799d6d6eef (patch)
treee7b88a6dcd59822d2206cf245f7b9d2e0d432277
parentfd575b1eb0b448d256d7ed1b997c5b8f5aed4ad1 (diff)
downloadgnome-contacts-90399e48e5fa1cf7036030fd785520799d6d6eef.tar.gz
Release unstable version 3.27.92.3.27.92
-rw-r--r--data/org.gnome.Contacts.appdata.xml.in14
-rw-r--r--meson.build2
2 files changed, 15 insertions, 1 deletions
diff --git a/data/org.gnome.Contacts.appdata.xml.in b/data/org.gnome.Contacts.appdata.xml.in
index c22fd66..59d2712 100644
--- a/data/org.gnome.Contacts.appdata.xml.in
+++ b/data/org.gnome.Contacts.appdata.xml.in
@@ -26,6 +26,20 @@
</screenshots>
<releases>
+ <release date="2018-03-05" version="3.27.92">
+ <description>
+ <p>
+ This is the fourth unstable (beta) release in the 3.27 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>The titlebar is now updated when a contact's name changes.</li>
+ <li>The window will now remember its size and restore it on the next start.</li>
+ <li>Postal addresses are now sorted before notes.</li>
+ </ul>
+ <p>This release also updates translations in several languages.</p>
+ </description>
+ </release>
<release date="2018-02-05" version="3.27.90">
<description>
<p>
diff --git a/meson.build b/meson.build
index 58074a5..e552d3d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-contacts', [ 'vala', 'c' ],
- version: '3.27.90',
+ version: '3.27.92',
license: 'GPL2+',
meson_version: '>= 0.37',
)