summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2014-10-13 14:36:44 -0400
committerAdrian Thurston <thurston@complang.org>2014-10-13 14:36:44 -0400
commitb76e61132c0990a8eae4c52c7c721bf314cad84f (patch)
tree11533dcf31f61484ef18fe7c8c8d93803e01a7d1
parentc741d5548f8d38d6dc75c7ec7604bc78338adf02 (diff)
downloadragel-b76e61132c0990a8eae4c52c7c721bf314cad84f.tar.gz
6.9 changelog and version bump
-rw-r--r--ChangeLog13
-rw-r--r--configure.in2
2 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index abd2f776..2d28e52c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Ragel 6.9 - Oct 13, 2014
+========================
+ -updated command-line synopsis
+ -ocaml: fix missing semicolon
+ -ocaml: support -G1
+ -ocaml: choose a unique name for type state
+ -ruby: reduce the amount of calls to GET_WIDE_KEY()
+ -union test case: warning fix
+ -omit line directives around expression-oriented write statements
+ -use AS_IF and test command to check if the DIST file is present
+ -added missing std:: using
+ -go: added '//line' directive support
+
Ragel 6.8 - Feb 11, 2013
========================
diff --git a/configure.in b/configure.in
index cb075f2b..629eaf6d 100644
--- a/configure.in
+++ b/configure.in
@@ -18,7 +18,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with Ragel; if not, write to the Free Software
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-AC_INIT(ragel, 6.8)
+AC_INIT(ragel, 6.9)
PUBDATE="Feb 2013"
AM_INIT_AUTOMAKE([foreign])