summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-03-23 11:18:54 +0100
committerMurray Cumming <murrayc@murrayc.com>2011-03-23 11:18:54 +0100
commit18d3a5f25ac75f92ff20189821c1762a87d33a70 (patch)
tree885c885b0b339285c3929617315d2a321dd83f18
parent572f96865e23092a7d405760d1033e4b48c44fff (diff)
downloadglibmm-2.27.98.tar.gz
2.27.982.27.98
-rw-r--r--ChangeLog2
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
3 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 36363e0d..5745d738 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 7e009aed..6dd5fff7 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 7847c68e..99789f89 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])