summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@csail.mit.edu>2017-01-05 14:34:52 -0500
committerGravatar Adam Chlipala <adamc@csail.mit.edu>2017-01-05 14:34:52 -0500
commit4bbdbbc72d96567f8c5a1d435beef32d447dec30 (patch)
tree30b232895a10a48b95b0c8d6ad924fa7cd23111a
parent4e1f94952d1f8b861e52decddcadbbdc4f83d32f (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 20d79590..89fee4f2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,13 @@
========
+20170105
+========
+
+- Allow qualified variable references in record literals
+- Add 'placeholder' attribute for textareas
+- Add more explicit build instructions to main demo
+- Bug fixes
+
+========
20161022
========
diff --git a/configure.ac b/configure.ac
index 0dda6d3b..c87b37ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT([urweb], [20161022])
-WORKING_VERSION=1
+AC_INIT([urweb], [20170105])
+WORKING_VERSION=0
AC_USE_SYSTEM_EXTENSIONS
# automake 1.12 requires this, but automake 1.11 doesn't recognize it