[seed] Release 2.29.5.2



commit 17e5509b4c5c0abfec77a0eb880d4b9932311eae
Author: Tim Horton <hortont424 gmail com>
Date:   Thu Jan 7 19:08:51 2010 -0500

    Release 2.29.5.2

 NEWS         |   17 +++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index d2ed367..10f63d8 100644
--- 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)
diff --git a/configure.ac b/configure.ac
index 606cce0..573892e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]