From 2babe2ad5da7324de9ccf29adf949eb4f02d900b Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 22 Nov 2015 10:09:16 -0500 Subject: New release --- CHANGELOG | 9 +++++++++ configure.ac | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1e87b778..e3e69f57 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +======== +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 -- cgit v1.2.3