summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2014-05-29 16:28:48 +0200
committerMurray Cumming <murrayc@murrayc.com>2014-05-29 16:28:48 +0200
commit1e43e1b09d63a5b03a6ff0ae4dfc15054558ff96 (patch)
tree37df76c041562b717fdd3e1fec8bd392a4518fa8
parentec3c5564637e476b49d731536445a922cd2560fe (diff)
downloadglibmm-1e43e1b09d63a5b03a6ff0ae4dfc15054558ff96.tar.gz
2.41.02.41.0
-rw-r--r--NEWS20
-rw-r--r--configure.ac4
2 files changed, 22 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 08e4a856..6f3e65cc 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 85806e1d..76f440ba 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"