[glibmm] 2.43.90
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] 2.43.90
- Date: Thu, 26 Feb 2015 13:47:10 +0000 (UTC)
commit f7c3a77ab3bc2edb95b9e1519f346421bf9e870a
Author: Murray Cumming <murrayc murrayc com>
Date: Thu Feb 26 14:29:08 2015 +0100
2.43.90
NEWS | 39 ++++++++++++++++++++++++++++++++++++++-
configure.ac | 4 ++--
2 files changed, 40 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index fe4ae23..095e3e8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,41 @@
-2.34.3 (unstable):
+2.43.90 (unstable):
+
+Glib:
+* Error::register_init(): Call Glib::wrap_register_init().
+ (Kjell Ahlstedt) Bug #743466 (Mike Fleetwood).
+* OptionGroup:
+ - Fix enable/disable bool option pairs.
+ (Kjell Ahlstedt) Bug #744854 (Tom Schoonjans)
+ - Fix memory leaks
+ (Kjell Ahlstedt) Bug #745173.
+ - Don't use deprecate g_option_group_free().
+ (Kjell Ahlstedt)
+* Value: Deprecate Value<char>, add Value<signed char>.
+ Because g_value_[get,set]_char() are deprecated in favour of
+ g_value_[get,set]_schar().
+ (Kjell Ahlstedt)
+
+Gio:
+* Application: Deprecate property_action_group().
+ (Kjell Ahlstedt)
+* Notification: Add set_priority() and enum NotificationPriority.
+ (Kjell Ahlstedt)
+* Add TcpWrapperConnection.
+ (Murray Cumming)
+* UnixSocketAddress: Deprecate property_abstract().
+ (Kjell Ahlstedt)
+
+gmmproc:
+* Fix error messages in glib and gio by removing unnecessary _IGNORES().
+ (Kjell Ahlstedt)
+* h2def.py: Remove *_DEPRECATED_IN_*_*_FOR(*) prefixes with white space.
+ (Kjell Ahlstedt)
+* Put DOXYGEN_SHOULD_SKIP_THIS around *_Class prototypes.
+ To workaround a doxygen bug, to fix the genereated DevHelp search index.
+ (Murray Cumming) Bug #743918
+
+
+2.43.3 (unstable):
Glib:
* Binding: Rename and change BindingTransformSlot to SlotTransform.
diff --git a/configure.ac b/configure.ac
index 90956f1..fbab534 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([glibmm], [2.43.3],
+AC_INIT([glibmm], [2.43.90],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -60,7 +60,7 @@ AS_IF([test "x$enable_static" = xyes],
AC_DEFINE([GIOMM_STATIC_LIB], [1], [Define if giomm is built as a static library])
])
-glibreq='2.0 >= 2.43.1'
+glibreq='2.0 >= 2.43.90'
GLIBMM_MODULES="sigc++-2.0 >= 2.2.10 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]