Release 0.8.0 0.8.0
authorMaciej Piechotka <uzytkownik2@gmail.com>
Mon, 24 Sep 2012 20:11:05 +0000 (22:11 +0200)
committerMaciej Piechotka <uzytkownik2@gmail.com>
Mon, 24 Sep 2012 20:11:05 +0000 (22:11 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 3fe6548..56b96a7 100644 (file)
--- 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
index 8040101..6dc5c6c 100644 (file)
@@ -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])