changeset 2036:16e4e50470b2

New release
author Adam Chlipala <adam@chlipala.net>
date Fri, 04 Jul 2014 09:30:30 -0400
parents a3435112b83e
children cf453f48d28b
files CHANGELOG configure.ac
diffstat 2 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Sun Jun 29 08:33:47 2014 -0400
+++ b/CHANGELOG	Fri Jul 04 09:30:30 2014 -0400
@@ -1,3 +1,12 @@
+========
+20140704
+========
+
+- New syntactic shorthand for antiquoting subqueries
+- New Top members: max and min
+- 'sql_injectable_prim' instance for 'url'
+- Bug fixes
+
 ========
 20140615
 ========
--- a/configure.ac	Sun Jun 29 08:33:47 2014 -0400
+++ b/configure.ac	Fri Jul 04 09:30:30 2014 -0400
@@ -1,5 +1,5 @@
-AC_INIT([urweb], [20140615])
-WORKING_VERSION=1
+AC_INIT([urweb], [20140704])
+WORKING_VERSION=0
 AC_USE_SYSTEM_EXTENSIONS
 
 # automake 1.12 requires this, but automake 1.11 doesn't recognize it