[folks/wip/nielsdg/release-folks-0-12] Release version 0.12.0
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks/wip/nielsdg/release-folks-0-12] Release version 0.12.0
- Date: Tue, 23 Apr 2019 23:17:12 +0000 (UTC)
commit 5cb0d99b0bf50cb39df6e0cd6fbf035e00ceb9cd
Author: Niels De Graef <nielsdegraef gmail com>
Date: Wed Apr 24 01:16:40 2019 +0200
Release version 0.12.0
NEWS | 15 ++++++++++++++-
meson.build | 14 +++++++-------
2 files changed, 21 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index 55a1f9c7..b7b0bc0a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,24 @@
-Overview of changes from libfolks 0.11.4 to libfolks 0.11.5
+Overview of changes from libfolks 0.11.4 to libfolks 0.12.0
===========================================================
Dependencies:
+ * Dropped depedency on libvaladoc (we now use the binary directly)
+ * Bumped minimal GLib version to 2.44
Major changes:
+ * Folks is now being built using meson
+ * Dropped support for buliding without vala
+ * The autotools build definition was dropped
+ * Migrated to the GNOME GitLab and now use a CI-backed workflow
+ * Moved from intltool to gettext
+ * Various fixes for warnings
+ * Lots of translation updates
Bugs fixed:
+ * Bug 784544 - Fatal error building git master
+ * Bug 739997 - Crash when selecting contact
+ * Bug 792238 - PotentialMatch: don't rely on null-terminated string
+ * Bug 792567 - Individual.display_name: don't fallback on persona's display_id if it equals the IID
API changes:
diff --git a/meson.build b/meson.build
index 79b09c06..9bf7f70d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('folks', [ 'vala', 'c' ],
- version: '0.11.5.0',
+ version: '0.12.0',
license: 'LGPL2.1+',
meson_version: '>= 0.49',
)
@@ -21,18 +21,18 @@ folks_api_version = '0.6'
# number: a given libfolks.so will only load modules which were compiled
# against a core with the same major version as itself. This allows the API
# which is exposed to the modules to be changed.
-folks_lib_version = '25.18.4'
+folks_lib_version = '25.19.4'
# Each of the backend libraries (e.g. libfolks-eds.so; *not* the loadable
# modules, eds.so) has its own version. These should be incremented when the
# core folks_lib_version is incremented (as all the backend libraries are
# binary-dependent on libfolks.so), but should also be incremented when
# incompatible changes are made in the backend library APIs themselves.
-folks_eds_lib_version = '25.18.4'
-folks_libsocialweb_lib_version = '25.18.4'
-folks_telepathy_lib_version = '25.18.4'
-folks_tracker_lib_version = '25.18.4'
-folks_dummy_lib_version = '25.18.4'
+folks_eds_lib_version = '25.19.4'
+folks_libsocialweb_lib_version = '25.19.4'
+folks_telepathy_lib_version = '25.19.4'
+folks_tracker_lib_version = '25.19.4'
+folks_dummy_lib_version = '25.19.4'
# The module version is used to set the shared object versions
_version_split = folks_lib_version.split('.')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]