Update NEWS for 2.31.1 SEED_2_31_1
authorTim Horton <hortont424@gmail.com>
Mon, 29 Mar 2010 04:04:27 +0000 (00:04 -0400)
committerTim Horton <hortont424@gmail.com>
Mon, 29 Mar 2010 04:04:27 +0000 (00:04 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 7f8ac15..c5be11b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+== Seed 2.31.1, "The Black Album" (2010.03.29) ==
+
+* Support for returning arrays of GTypes
+
+* Support for GError types in various places
+
+* Rework out arguments - old style still works, also returns
+  dictionary with keys named after parameters
+
+* Support initialization using an existing JSGlobalContext
+
 == Seed 2.30.0, "Piano Man" (2010.03.29) ==
 
 * Second stable release!
index d2f8bf9..20ff76b 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(seed, 2.29.92)
+AC_INIT(seed, 2.31.1)
 
 AM_INIT_AUTOMAKE([1.7 -Wno-portability])
 AM_MAINTAINER_MODE