Mercurial > urweb
diff CHANGELOG @ 1950:b3c8860508ea
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Tue, 31 Dec 2013 10:48:50 -0500 |
parents | 7d26b96370af |
children | 8e45bb2c9046 |
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 ========