From e17e39f02be8294f2fbb8f404b7af41138ab008d Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 7 Aug 2014 09:17:52 -0400 Subject: New release --- CHANGELOG | 10 ++++++++++ configure.ac | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e8bf5071..b80c8d9f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 --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 -- cgit v1.2.3