diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 16 insertions, 1 deletions
@@ -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. @@ -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]) |