summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2012-08-20 20:52:30 +0200
committerAlexander Larsson <alexl@redhat.com>2012-08-20 20:53:04 +0200
commit9ad990f3a06f67ef4da6779ba1efc82d09740f7e (patch)
treef9312494800b3dff95e82464e4290d407cf4e917
parent5545a93277db53e0988124dc66479f0d3199ce0c (diff)
downloadgnome-contacts-9ad990f3a06f67ef4da6779ba1efc82d09740f7e.tar.gz
Update for 3.5.90 release
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index be43b17..099b27a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 3.5.90 are:
+* Updated translations
+* EggListBox converted from vala to C
+* Fix icon for birthdays
+* Minor notification themeing fixes
+
Major changes in 3.5.4.1 are:
* Rebuilding due to 3.5.4 being built with a broken libtool
* Bump libfolks dependency to 0.7.3
diff --git a/configure.ac b/configure.ac
index 445a30e..dda160e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.67])
-AC_INIT([gnome-contacts],[3.5.4.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-contacts])
+AC_INIT([gnome-contacts],[3.5.90],[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])