# HG changeset patch # User Adam Chlipala # Date 1407417472 14400 # Node ID fbfce6f373847502f656d415cc8eba3151d1ff6e # Parent 04d7d563a36f561d1859a138e6ce8c92f0647405 New release diff -r 04d7d563a36f -r fbfce6f37384 CHANGELOG --- 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 ======== diff -r 04d7d563a36f -r fbfce6f37384 configure.ac --- 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