changeset 2088:4be82596b8e3

New release
author Adam Chlipala <adam@chlipala.net>
date Sat, 06 Dec 2014 15:26:56 -0500
parents 834b438d57f3
children 5f15f4ce8f3b
files CHANGELOG configure.ac
diffstat 2 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
 ========
--- 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