summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@csail.mit.edu>2016-06-21 10:38:51 -0400
committerGravatar Adam Chlipala <adamc@csail.mit.edu>2016-06-21 10:38:51 -0400
commitd91390e79969bc2eb4c36ea22919cb7b7a205e78 (patch)
treebe30c4ded76b3ab999d3184d43502c5bdbcbd1ab
parentf38ff008676993c9b690cccaad9ca25d56b90530 (diff)
New release
-rw-r--r--CHANGELOG9
-rw-r--r--configure.ac4
2 files changed, 11 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bec77354..e3c39d23 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,13 @@
========
+20160621
+========
+
+- Client-side: detect session timeout and ask the user to reload
+- New Basis math functions: abs, acos, asin, atan, atan2, cos, exp, floor, log, pow, sqrt, sin
+- Compatibility fixes for newer C and SML compilers
+- Bug fixes
+
+========
20160515
========
diff --git a/configure.ac b/configure.ac
index aa6d9e26..e8df036c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT([urweb], [20160515])
-WORKING_VERSION=1
+AC_INIT([urweb], [20160621])
+WORKING_VERSION=0
AC_USE_SYSTEM_EXTENSIONS
# automake 1.12 requires this, but automake 1.11 doesn't recognize it