diff options
author | Adam Chlipala <adam@chlipala.net> | 2014-05-31 16:47:42 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2014-05-31 16:47:42 -0400 |
commit | 794c693709eae893456ac52e41be586412c4b6aa (patch) | |
tree | 61948dea7a43059119d96743ddd06add503c60e8 | |
parent | fc310baba1114b1c9d10c9055ded950bb8dc64cf (diff) |
New release
-rw-r--r-- | CHANGELOG | 12 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 14 insertions, 2 deletions
@@ -1,4 +1,16 @@ ======== +20140531 +======== + +- Parsing extension: monadic bind supports patterns, like "(x, y) <- a; b" +- New, optional less safe FFI +- New HTML tags: <tbody>, <tfoot>, <thead> +- HTML5 data-* attributes +- HTML5 semantic tags +- Syntactic sugar extension: allow parens grouping joins in FROM clauses +- Bug fixes and documentation improvements + +======== 20140426 ======== diff --git a/configure.ac b/configure.ac index 78b913ea..920aa637 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([urweb], [20140426]) -WORKING_VERSION=1 +AC_INIT([urweb], [20140531]) +WORKING_VERSION=0 AC_USE_SYSTEM_EXTENSIONS # automake 1.12 requires this, but automake 1.11 doesn't recognize it |