summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])