summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2013-12-31 10:48:50 -0500
committerGravatar Adam Chlipala <adam@chlipala.net>2013-12-31 10:48:50 -0500
commite0bc70d2a6b6c524889a820c6eeba20f616bcc44 (patch)
treedd51380503e766cd884b80e79066fde7d0455cd7
parentb6eff4f490ecaf4ba0b4dabb8aab50b6a2227504 (diff)
New release
-rw-r--r--CHANGELOG12
-rw-r--r--configure.ac4
2 files changed, 14 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 25e27738..7d5d1b6c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,16 @@
========
+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
========
diff --git a/configure.ac b/configure.ac
index fbf6b162..27e0f0b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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