Notes on version 6.3.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Fri, 29 Aug 2008 15:16:00 +0000 (15:16 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Fri, 29 Aug 2008 15:16:00 +0000 (15:16 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@460 052ea7fc-9027-0410-9066-f65837a77df0

ChangeLog
version.mk

index 4672921..2a03726 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Ragel 6.3 - Aug 29, 2008
+========================
+ -Fixed an assertion that is too strong. In the condition code we need to copy
+  transitions that have non-empty lmActionTable arrays so we don't assert
+  emptiness in the constructor. Lift out the assertion and copy the array in
+  the constructor.
+ -Fixed and improved multiple include prevention. We now track the entire
+  include history of a parser state to prevent duplicates.
+ -Fixed crash on failed lookup of goto/call/etc target.
+
 Ragel 6.2 - May 9, 2008
 =======================
  -Bug fix: The lm_switch actions needs to set p from tokend when there is no
index 4a4a017..12353fa 100644 (file)
@@ -1,2 +1,2 @@
-VERSION = 6.2
-PUBDATE = March 2008
+VERSION = 6.3
+PUBDATE = August 2008