Merged in docs from 5.25 release
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Thu, 3 Jan 2008 22:22:23 +0000 (22:22 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Thu, 3 Jan 2008 22:22:23 +0000 (22:22 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@366 052ea7fc-9027-0410-9066-f65837a77df0

CREDITS
ChangeLog
version.mk

diff --git a/CREDITS b/CREDITS
index b71da69..86e89bc 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -32,4 +32,4 @@ missed.
     David Helder, Lexington Luthor, Jason Jobe, Colin Fleming, Carlos Antunes,
     Steve Horne, Matt Mower, Josef Goettgens, Zed Shaw, Marcus Rueckert, Jeremy
     Hinegardner, Aaron Campbell, Josh Purinton, Judson Lester, Barry Arthur,
-    Tim Potter
+    Tim Potter, Ryan Phelps
index 53638fe..30c90c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Ragel 5.25 - Dec 24, 2007
+=========================
+ -Fixed segfault reported by Ryan Phelps. Affected Java and Ruby code
+  generation. The dataExpr variable was not initialized.
+ -Fixed incorrect case label in test/runtests. Caused Objective-C tests to be
+  ignored.
+ -Added missing include to common.cpp.
+
 Ragel 5.24 - Sep 16, 2007
 =========================
  -Applied patch from Victor Hugo Borja <vic@rubyforge.org>. This patch
index c21091f..60f134d 100644 (file)
@@ -1,2 +1,2 @@
-VERSION = 5.24
-PUBDATE = September 2007
+VERSION = 5.25
+PUBDATE = December 2007