[glibmm] 2.27.93



commit de5bdc0a8fb901330eff27aedd8950ca858e737c
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Feb 1 09:44:16 2011 +0100

    2.27.93

 ChangeLog    |    4 ++++
 NEWS         |   16 ++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 22 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ad3edeb..5eadbf7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.27.93:
+
 2011-01-21  Krzesimir Nowak  <qdlacz gmail com>
 
 	Vector utils: Corrected documentation and extended it bit.
@@ -68,6 +70,8 @@
 	make sure that glibmm and giomm are initialized when Gio::Application is 
 	instantiated, so it is then unnecssary to call them explicitly.
 
+2.27.91.1:
+
 2011-01-17  Murray Cumming  <murrayc murrayc com>
 
 	Fix the make check build.
diff --git a/NEWS b/NEWS
index 9a9627b..3dc1cca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+2.27.93 (unstable):
+
+* Added ArrayHandler, ListHandler and SListHandler, to help with conversions 
+  to/from std::vector.
+  These replace ArrayHandle, ListHandle, and SListHandle, which allowed the 
+  use of any standard container. New APIs will use only std::vector, because 
+  that is less confusing to developers, though less flexible.
+  (Krzesimir Nowak)
+* Application: Initialize glibmm and giomm in the constructor, for 
+  convenience.
+  (Murray Cumming)
+* Resolver: lookup_service(), lookup_by_address(): Fix the reference counting.
+  (Murray Cumming) Bug #639575 (Michael Edwards)
+* Fix the build (and of applications) with  GLIB_DISABLE_SINGLE_INCLUDES.
+  (Chris Kühl)
+
 2.27.91.1 (unstable):
 
 * gmmproc:
diff --git a/configure.ac b/configure.ac
index 830651b..5da218b 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.27.91.1],
+AC_INIT([glibmm], [2.27.93],
         [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.27.91'
+glibreq='2.0 >= 2.27.93'
 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]