summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@csail.mit.edu>2016-08-05 16:09:33 -0400
committerGravatar Adam Chlipala <adamc@csail.mit.edu>2016-08-05 16:09:33 -0400
commitbd6f549a527856db3878f1586c6666646a45d8ee (patch)
tree7f469b8134752c8063c16de15520e1ef0ee29928
parent35ec01ca26cddee7f3acc5db528800bbf327b170 (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 e3c39d23..f5c92708 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,13 @@
========
+20160805
+========
+
+- Compatibility fixes for C compilers and OpenSSL
+- Starting to change SQL functions to return results in most natural order
+ - Step 1: queryL
+- Bug fixes
+
+========
20160621
========
diff --git a/configure.ac b/configure.ac
index 5ddc8409..196d597c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT([urweb], [20160621])
-WORKING_VERSION=1
+AC_INIT([urweb], [20160805])
+WORKING_VERSION=0
AC_USE_SYSTEM_EXTENSIONS
# automake 1.12 requires this, but automake 1.11 doesn't recognize it