[glibmm] 2.41.0
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] 2.41.0
- Date: Thu, 29 May 2014 14:29:04 +0000 (UTC)
commit 1e43e1b09d63a5b03a6ff0ae4dfc15054558ff96
Author: Murray Cumming <murrayc murrayc com>
Date: Thu May 29 16:28:48 2014 +0200
2.41.0
NEWS | 20 ++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 22 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 08e4a85..6f3e65c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+2.41:
+
+Gio:
+* Application:
+ - Add add_main_option_entry() and enum OptionType.
+ (Kjell Ahlsted) Bug #727822.
+ - Add add_main_option_entry() taking a slot parameter
+ (Kjell Ahlsted) Bug #727822.
+* Add SocketSource, SignalSocket and Socket::create_source().
+ (Kjell Ahlsted) Bug #725281.
+
+Documentation:
+* examples/network: Use SocketSource and SignalSocket.
+ (Kjell Ahlstedt)
+
+Build:
+* gmmproc: Don't interpret a comma as the end of a deprecation message.
+ (Kjell Ahlstedt)
+
+
2.40:
API additions since 2.38:
diff --git a/configure.ac b/configure.ac
index 85806e1..76f440b 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.40.0],
+AC_INIT([glibmm], [2.41.0],
[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.40.0'
+glibreq='2.0 >= 2.41.0'
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]