summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2014-08-07 09:17:52 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2014-08-07 09:17:52 -0400
commite17e39f02be8294f2fbb8f404b7af41138ab008d (patch)
treeb06ce3d5b29e889403e59b24cf62323d674da6fc
parentba4af1234ee438d5c5cb87ba624b03b69135ab93 (diff)
New release
-rw-r--r--CHANGELOG10
-rw-r--r--configure.ac4
2 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e8bf5071..b80c8d9f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,14 @@
========
+20140807
+========
+
+- New .urp directive: 'file'
+- Support for 'aria-*' attributes in HTML
+- Default value of 'jsFunc' for less-safe FFI
+- Client-side implementation of Basis function 'strsindex'
+- Bug fixes and improvements to type inference and documentation
+
+========
20140704
========
diff --git a/configure.ac b/configure.ac
index 8132bac4..ceb7005a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT([urweb], [20140704])
-WORKING_VERSION=1
+AC_INIT([urweb], [20140807])
+WORKING_VERSION=0
AC_USE_SYSTEM_EXTENSIONS
# automake 1.12 requires this, but automake 1.11 doesn't recognize it