[glibmm] 2.27.98



commit 18d3a5f25ac75f92ff20189821c1762a87d33a70
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Mar 23 11:18:54 2011 +0100

    2.27.98

 ChangeLog    |    2 ++
 NEWS         |   11 +++++++++++
 configure.ac |    2 +-
 3 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 36363e0..5745d73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.27.98:
+
 2011-03-23  Murray Cumming  <murrayc murrayc com>
 
 	Gio::DBus::InterfaceVTable: Make the tuple clearer.
diff --git a/NEWS b/NEWS
index 7e009ae..6dd5fff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+2.27.98 (unstable):
+
+Gio:
+* DBus::InterfaceVTable: Make the tuple type clearer in SlotInterfaceMethodCall.
+
+Glib:
+* Correct some range checks to use >= instead of just >.
+  (MUrray Cumming) Thanks to Michael Edwards.
+* Vectorutils, ArrayHandle: Check for NULL pointers.
+  (Krzesimir Nowak)
+
 2.27.97 (unstable):
 
 Gio:
diff --git a/configure.ac b/configure.ac
index 7847c68..99789f8 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.97],
+AC_INIT([glibmm], [2.27.98],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])



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