summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2018-06-16 12:40:36 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2018-06-16 12:40:36 -0400
commit34eb9eba9a724433f9c37c39cf43e9e10cf55220 (patch)
tree5b58318a3fcb36aa4e988c17f8a89eb57d3c2092
parent3ec6cf1b77e37e72ef4a145945fc01aabea59225 (diff)
New release20180616
-rw-r--r--CHANGELOG15
-rw-r--r--configure.ac4
2 files changed, 17 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 94d3b0a4..4e1c1c9e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,19 @@
========
+20180616
+========
+
+- New feature to cache files stored in the database as blobs, via the
+ 'filecache' .urp directive
+- New .urp directives: 'mimeTypes' and 'file' (new long form)
+- New HTML pseudo-tag: <cradio>
+- New HTML tag attributes: 'oninput', 'onscroll', 'title', 'size'
+- New standard-library functions: 'List.findM' and 'List.existsM'
+- New '-help' command-line option for compiler
+- Remove insecure function 'Basis.crypt' (which didn't seem to have any users)
+- Selenium-based automatic testing
+- Bug fixes and improvements to documentation and error messages
+
+========
20170720
========
diff --git a/configure.ac b/configure.ac
index fc7bbe79..44c6873f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT([urweb], [20170720])
-WORKING_VERSION=1
+AC_INIT([urweb], [20180616])
+WORKING_VERSION=0
AC_USE_SYSTEM_EXTENSIONS
# automake 1.12 requires this, but automake 1.11 doesn't recognize it