From: Maciej Piechotka Date: Mon, 24 Sep 2012 20:11:05 +0000 (+0200) Subject: Release 0.8.0 X-Git-Tag: 0.8.0^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2d0ce0cee44e9563454a24d45079a01c342a9b2;p=platform%2Fupstream%2Flibgee.git Release 0.8.0 --- diff --git a/NEWS b/NEWS index 3fe6548..56b96a7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +libgee 0.8.0 +============ + * Fix Traversable.chop (bug #684348) + * Remove unnecessary method + * Update README + * Move everything to GenericAccessor + libgee 0.7.90 ============= * Don't notify when constructor property is set diff --git a/configure.ac b/configure.ac index 8040101..6dc5c6c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libgee], [0.7.90], [ptitjes@free.fr], [libgee]) +AC_INIT([libgee], [0.8.0], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_MACRO_DIR([m4])