[glibmm] 2.25.4



commit faf9cb3c4f983a37b14f86ae41d5d1144d78d48e
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Sep 1 22:28:11 2010 +0200

    2.25.4

 ChangeLog    |    2 ++
 NEWS         |    9 +++++++++
 configure.ac |    4 ++--
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5b13a39..7379f5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.25.4:
+
 2010-08-31  José Alburquerque  <jaalburqu svn gnome org>
 
 	giomm: AsyncInitiable: Correct errors.
diff --git a/NEWS b/NEWS
index 023344d..c3ffd53 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+2.25.4: (unstable):
+
+Gio:
+* Added AsyncInitable.
+* DBusConnection: Added create() methods.
+* UnixConnection: Add receive/send_credentials() methods.
+* Added SocketControlMessage, UnixCredentialsMessage and UnixFDMessage.
+  (José Alburquerque)
+
 2.25.3: (unstable):
 
 Glib:
diff --git a/configure.ac b/configure.ac
index cea96a4..8ef7ec6 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.25.3],
+AC_INIT([glibmm], [2.25.4],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -57,7 +57,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.25.12'
+glibreq='2.0 >= 2.25.15'
 GLIBMM_MODULES="sigc++-2.0 >= 2.0 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
 GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"
 test "x$glibmm_host_windows" = xyes || GIOMM_MODULES="$GIOMM_MODULES gio-unix-$glibreq"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]