From 264ddea5b41d2a776a060ea67f8fff58a029efdf Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 6 Dec 2014 15:26:56 -0500 Subject: New release --- CHANGELOG | 9 +++++++++ configure.ac | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 979f4d87..4ac2df97 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +======== +20141206 +======== + +- New HTML5 form widget tags and attributes +- New command-line option for HTTP servers: '-T', to set recv() timeout +- New C function uw_remoteSock() for use in FFI code +- Bug fixes and improvements to type inference and optimization + ======== 20140830 ======== diff --git a/configure.ac b/configure.ac index 2ff25580..ca0d48af 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([urweb], [20140830]) -WORKING_VERSION=1 +AC_INIT([urweb], [20141206]) +WORKING_VERSION=0 AC_USE_SYSTEM_EXTENSIONS # automake 1.12 requires this, but automake 1.11 doesn't recognize it -- cgit v1.2.3