summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2012-02-27 12:12:42 +0100
committerMurray Cumming <murrayc@murrayc.com>2012-02-27 12:12:42 +0100
commitd5f78575284cbef87a235c1b9e148bb3567d719f (patch)
treefa95723924397b8dbb1656638724de2ddbc0c7e6
parent033644e1a05aae97ac3fd161f73eac8097204ee2 (diff)
downloadglibmm-d5f78575284cbef87a235c1b9e148bb3567d719f.tar.gz
2.31.18.12.31.18.1
-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 eb05f8ef..52843318 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.31.18.1:
+
2012-02-26 José Alburquerque <jaalburquerque@gmail.com>
h2def.py: Handle types such as 'const gchar* const *' for functions.
diff --git a/NEWS b/NEWS
index 26d2e155..c36bc97a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+2.31.18.1:
+
+gmmproc:
+* h2def.py: Handle types such as 'const gchar* const *' for functions.
+ (José Alburquerque)
+* _WRAP_PROPERTY(): Allow properties to be deprecated.
+ (Murray Cumming)
+
+Gio:
+* Application: Derive from the ActionGroup interface.
+* Application: Add missing virtual functions and get/set_default() methods.
+* Add MenuModel, MenuAttribute, MenuLink and MenuIter.
+
+Gio::DBus:
+* ActionGroup, MenuModel: Have get() methods instead of create() methods.
+ (José Alburquerque) Bug #637445.
+* Add DBus::MenuModel.
+* Connection: Add the MenuModel export/unexport methods.
+* Add class documentation.
+
+
2.31.18: (unstable):
Gio:
diff --git a/configure.ac b/configure.ac
index 178cfd6d..0cf79b44 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.18],
+AC_INIT([glibmm], [2.31.18.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])