summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2012-02-21 15:22:25 +0100
committerMurray Cumming <murrayc@murrayc.com>2012-02-21 15:22:25 +0100
commit80ebe9230d21ab3aabf4ba1de05ccb4efe09079f (patch)
tree4e5345142a7fe47ceaa65562603e76b480e511c4
parent30bcfaa246532938d9222f7046183e2c511c2443 (diff)
downloadglibmm-80ebe9230d21ab3aabf4ba1de05ccb4efe09079f.tar.gz
2.31.182.31.18
-rw-r--r--ChangeLog2
-rw-r--r--NEWS21
-rw-r--r--configure.ac2
3 files changed, 24 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d5e94e3e..8c3e8adc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.31.18:
+
2012-02-20 José Alburquerque <jaalburquerque@gmail.com>
Gio::DBus::Connection: Add the ActionGroup export/unexport methods.
diff --git a/NEWS b/NEWS
index d0167b97..26d2e155 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+2.31.18: (unstable):
+
+Gio:
+* Add the ActionMap interface.
+ (José Alburquerque)
+
+Gio::Dbus:
+* Add the ActionGroup classe.
+* Connection: Add the ActionGroup export/unexport methods.
+ (José Alburquerque)
+
+Glib:
+* Add the RemoteActionGroup classes.
+ (José Alburquerque)
+
+gmmproc:
+* h2def.py: Handle deprecated functions.
+* docs: Remove possible parens in gtk-doc signal references. Bug #668918.
+ (José Alburquerque)
+
+
2.31.16.1: (unstable):
* gmmproc (docs):
diff --git a/configure.ac b/configure.ac
index 46106b31..178cfd6d 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.31.16.1],
+AC_INIT([glibmm], [2.31.18],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])