Mercurial > urweb
changeset 1950:b3c8860508ea
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Tue, 31 Dec 2013 10:48:50 -0500 |
parents | d7bec4e63415 |
children | ec8ee418df69 |
files | CHANGELOG configure.ac |
diffstat | 2 files changed, 14 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Tue Dec 31 09:34:41 2013 -0500 +++ b/CHANGELOG Tue Dec 31 10:48:50 2013 -0500 @@ -1,3 +1,15 @@ +======== +20131231 +======== + +- Performance optimizations for Ur/Web's standalone HTTP servers +- New command-line options for those servers: '-k' and '-q' +- New HTML pseudo-tag: <script> +- Trying to recv() from a different client's channel now triggers a run-time + error. +- New compiler command-line argument: -print-cinclude +- Bug fixes and improvements to optimizations, error messages, and documentation + ======== 20131124 ========
--- a/configure.ac Tue Dec 31 09:34:41 2013 -0500 +++ b/configure.ac Tue Dec 31 10:48:50 2013 -0500 @@ -1,5 +1,5 @@ -AC_INIT([urweb], [20131124]) -WORKING_VERSION=1 +AC_INIT([urweb], [20131231]) +WORKING_VERSION=0 AC_USE_SYSTEM_EXTENSIONS # automake 1.12 requires this, but automake 1.11 doesn't recognize it