diff options
author | Adam Chlipala <adam@chlipala.net> | 2015-11-22 10:09:16 -0500 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2015-11-22 10:09:16 -0500 |
commit | 638e838a81e1ccc6594fda1920df441eb21577ae (patch) | |
tree | e0b31b17f7966624bda15076565b88bc4fdceeee | |
parent | deb89707754afa4caab231ca3b98764e6d695a3b (diff) |
New release
-rw-r--r-- | CHANGELOG | 9 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 11 insertions, 2 deletions
@@ -1,4 +1,13 @@ ======== +20151122 +======== + +- Daemon mode now supports shared caching of libraries across projects. +- Change behavior of SQL equality to do the intuitive thing for nullable types. +- Basis.fromMilliseconds +- Bug fixes and improvements to type inference and error messages + +======== 20151018 ======== diff --git a/configure.ac b/configure.ac index 451fee29..6a2b328e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([urweb], [20151018]) -WORKING_VERSION=1 +AC_INIT([urweb], [20151122]) +WORKING_VERSION=0 AC_USE_SYSTEM_EXTENSIONS # automake 1.12 requires this, but automake 1.11 doesn't recognize it |