summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-11-18 12:35:47 +0100
committerMurray Cumming <murrayc@murrayc.com>2011-11-18 12:41:20 +0100
commit3c0051e906f5caf1102a1e79eb9ece2e5b7dbaeb (patch)
tree723cce4eecc890e9285351d93d0fc826e026d8de
parent28f8fc9278b0a5a8ab7640b2854bbc99010a4bc9 (diff)
downloadglibmm-2-30.tar.gz
-rw-r--r--ChangeLog8
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
3 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e9cb52e..423ea163 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2.30.1:
+
+2011-11-18 Murray Cumming <murrayc@murrayc.com>
+
+ Require glibmm 2.2.10 so that make check works.
+
+ * configure.ac: Bug #663686 (Michael Biebl)
+
2011-10-13 Murray Cumming <murrayc@murrayc.com>
Do not include glib/gvarianttype.h.
diff --git a/NEWS b/NEWS
index 51ae2740..743c4260 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+2.30.1: (stable)
+
+* Require glibmm 2.2.10 so that make check works.
+ (Murray Cumming) Bug #663686 (Michael Biebl)
+* gmmproc: Fix h2def.py not parsing function starting with G_GNUC_* macros.
+ (Krzesimir Nowak)
+
2.30.0: (stable)
giomm:
diff --git a/configure.ac b/configure.ac
index 142edf62..d73e5d08 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.30.0],
+AC_INIT([glibmm], [2.30.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])