Release 2.29.5.2 SEED_2_29_5_2
authorTim Horton <hortont424@gmail.com>
Fri, 8 Jan 2010 00:08:51 +0000 (19:08 -0500)
committerTim Horton <hortont424@gmail.com>
Fri, 8 Jan 2010 00:08:51 +0000 (19:08 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index d2ed367..10f63d8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+== Seed 2.29.5.2, "Third Stage" (2009.01.07) ==
+
+* Move tests to automake-style 'make check', away from the previous,
+  Python-based 'make test' tool; all tests are now assertion-based, instead of
+  the previous output-based style
+
+* Fix various segfaults on Mac OS X (and possibly *BSD) related to 64-bit type
+  safety problems
+
+* Fix functionality of out arguments
+
+* Interpreter now returns non-zero status code if it exits with an exception
+
+== Seed 2.29.5.1, "Achtung Baby" (2009.01.01) ==
+
+* Fix "duplicate symbol" errors on non-Linux platforms
+
 == Seed 2.29.5, "Icky Thump" (2009.01.01) ==
 
 * Fix build on non-GNU platforms (primarily Mac OS X)
index 606cce0..573892e 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(seed, 2.29.6)
+AC_INIT(seed, 2.29.5.2)
 
 AM_INIT_AUTOMAKE([1.7 -Wno-portability])
 AM_MAINTAINER_MODE