# HG changeset patch # User Adam Chlipala # Date 1417897616 18000 # Node ID 4be82596b8e3fe3308697a781f11ee941d22a92e # Parent 834b438d57f3a71ec2fa54949b3ca7055f1955a1 New release diff -r 834b438d57f3 -r 4be82596b8e3 CHANGELOG --- a/CHANGELOG Fri Dec 05 19:41:27 2014 -0500 +++ b/CHANGELOG Sat Dec 06 15:26:56 2014 -0500 @@ -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 -r 834b438d57f3 -r 4be82596b8e3 configure.ac --- a/configure.ac Fri Dec 05 19:41:27 2014 -0500 +++ b/configure.ac Sat Dec 06 15:26:56 2014 -0500 @@ -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