diff options
author | Adam Chlipala <adam@chlipala.net> | 2015-12-20 14:25:46 -0500 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2015-12-20 14:25:46 -0500 |
commit | 4be7962adf740a35222bfd99608c04329a802a04 (patch) | |
tree | 560cbb8d98f53c62b35af2c79e55a9f0e23f5c60 | |
parent | 2fedca71aac28a8acea44b3c31e7198066461271 (diff) |
New release
-rw-r--r-- | CHANGELOG | 8 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 10 insertions, 2 deletions
@@ -1,4 +1,12 @@ ======== +20151220 +======== + +- New .urp directive: 'jsFile' +- Merged an experimental automatic caching optimization, triggered with '-sqlcache' +- Bug fixes + +======== 20151122 ======== diff --git a/configure.ac b/configure.ac index ac09ac7a..a8060104 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([urweb], [20151122]) -WORKING_VERSION=1 +AC_INIT([urweb], [20151220]) +WORKING_VERSION=0 AC_USE_SYSTEM_EXTENSIONS # automake 1.12 requires this, but automake 1.11 doesn't recognize it |