summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2015-05-25 22:29:37 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2015-05-25 22:29:37 +0100
commitc901c367c4791e5b9071e96a5a8b3bfd6de1a701 (patch)
tree4a20f5c27171bccaf193b88e27631e80e7b901fc
parentae039b6078ea0f3454ddfb1074730076da43d061 (diff)
downloadfolks-c901c367c4791e5b9071e96a5a8b3bfd6de1a701.tar.gz
Release version 0.11.10.11.1
-rw-r--r--NEWS9
-rw-r--r--configure.ac14
2 files changed, 12 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index 9044d8bd..a2f6c773 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,14 @@
Overview of changes from libfolks 0.11.0 to libfolks 0.11.1
===========================================================
-Dependencies:
-
Major changes:
+ • Lots of translation updates
+ • Usability fixes in folks-inspect
+ • Various EDS unit test fixes
+ • A few race condition fixes in the EDS backend
Bugs fixed:
-
-API changes:
+ • Bug 646808 — Add search-based retrieval
Overview of changes from libfolks 0.10.1 to libfolks 0.11.0
===========================================================
diff --git a/configure.ac b/configure.ac
index 293c2667..480b56cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# If not 1, append datestamp to the version number
-m4_define([folks_released], [0])
+m4_define([folks_released], [1])
m4_define([folks_major_version], [0])
m4_define([folks_minor_version], [11])
@@ -25,7 +25,7 @@ m4_define([folks_nano_version], [0])
# against a core with the same LT current number as itself. This allows the API
# which is exposed to the modules to be changed.
m4_define([folks_lt_current], [43])
-m4_define([folks_lt_revision], [0])
+m4_define([folks_lt_revision], [1])
m4_define([folks_lt_age], [18])
# Each of the backend libraries (e.g. libfolks-eds.so; *not* the loadable
@@ -34,23 +34,23 @@ m4_define([folks_lt_age], [18])
# binary-dependent on libfolks.so), but should also be incremented when
# incompatible changes are made in the backend library APIs themselves.
m4_define([folks_eds_lt_current], [43])
-m4_define([folks_eds_lt_revision], [0])
+m4_define([folks_eds_lt_revision], [1])
m4_define([folks_eds_lt_age], [18])
m4_define([folks_libsocialweb_lt_current], [43])
-m4_define([folks_libsocialweb_lt_revision], [0])
+m4_define([folks_libsocialweb_lt_revision], [1])
m4_define([folks_libsocialweb_lt_age], [18])
m4_define([folks_telepathy_lt_current], [43])
-m4_define([folks_telepathy_lt_revision], [0])
+m4_define([folks_telepathy_lt_revision], [1])
m4_define([folks_telepathy_lt_age], [18])
m4_define([folks_tracker_lt_current], [43])
-m4_define([folks_tracker_lt_revision], [0])
+m4_define([folks_tracker_lt_revision], [1])
m4_define([folks_tracker_lt_age], [18])
m4_define([folks_dummy_lt_current], [43])
-m4_define([folks_dummy_lt_revision], [0])
+m4_define([folks_dummy_lt_revision], [1])
m4_define([folks_dummy_lt_age], [18])
# Display the nano_version only if it's not '0'