[folks] Release version 0.3.3
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Release version 0.3.3
- Date: Mon, 13 Dec 2010 16:45:33 +0000 (UTC)
commit 36f984c444d87443d86d09f180de25ea8e9d85c1
Author: Philip Withnall <philip withnall collabora co uk>
Date: Mon Dec 13 16:45:07 2010 +0000
Release version 0.3.3
NEWS | 12 ++++++++++++
configure.ac | 4 ++--
2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 56c948d..c597181 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,17 @@
Overview of changes from libfolks 0.3.2 to libfolks 0.3.3
=========================================================
+Major changes:
+* Fix some minor leaks
+* Add support for building gtk-doc documentation for the C API
+* Fix some related documentation problems
+* Fix some Vala problems caused by differences between Vala 0.10 and 0.12
+* Finish off renaming interfaces (this is an API break; see below)
+* Don't trust personas from IRC
+* Handle invalid IM addresses more gracefully than with an assertion failure
+* Fix a linking problem with the user's individual when going offline which
+ could lead to infinite loops
+
API changes:
* Rename the Avatar interface to HasAvatar
* Rename the Presence interface to HasPresence
@@ -18,6 +29,7 @@ Bugs fixed:
* Bug 629526 â?? Generate gtk-doc documentation
* Bug 627397 â?? Use better interface names
* Bug 636714 â?? Assertion failure on invalid IM address
+* Bug 637136 â?? Infinite loop when disconnecting accounts
Overview of changes from libfolks 0.3.1 to libfolks 0.3.2
==========================================================
diff --git a/configure.ac b/configure.ac
index d4de264..335a90a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ m4_define([folks_released], [1])
m4_define([folks_major_version], [0])
m4_define([folks_minor_version], [3])
-m4_define([folks_micro_version], [2])
+m4_define([folks_micro_version], [3])
m4_define([folks_nano_version], [0])
# If library source has changed since last release, increment revision
@@ -11,7 +11,7 @@ m4_define([folks_nano_version], [0])
# increment current and set revision to 0
# If interfaces have been added since last release, increment age
# If interfaces have been removed since last release, set age to 0
-m4_define([folks_lt_current], [18])
+m4_define([folks_lt_current], [19])
m4_define([folks_lt_revision], [0])
m4_define([folks_lt_age], [0])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]