changeset 2051:fbfce6f37384

New release
author Adam Chlipala <adam@chlipala.net>
date Thu, 07 Aug 2014 09:17:52 -0400
parents 04d7d563a36f
children 15ecf697542b
files CHANGELOG configure.ac
diffstat 2 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Wed Aug 06 09:50:02 2014 -0400
+++ b/CHANGELOG	Thu Aug 07 09:17:52 2014 -0400
@@ -1,3 +1,13 @@
+========
+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
 ========
--- a/configure.ac	Wed Aug 06 09:50:02 2014 -0400
+++ b/configure.ac	Thu Aug 07 09:17:52 2014 -0400
@@ -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