From ceb107e88f1a2de741d214d1743c4744242aac03 Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Sat, 28 May 2016 21:19:59 -0400 Subject: [PATCH] Bumped version --- CHANGELOG.md | 5 ++++- Core/Distrib.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aada256..7c4beba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ ChangeLog ========= -0.4.5 (????-??-??) +0.4.5 (2016-05-28) ------------------ * #552: PHP 7.0.7 introduced a sublte BC break that caused Baikal to error. +* Upgraded sabre/dav, which fixes CardDAV performance problems. +* Ships with sabre/dav 3.1.4 + 0.4.4 (2016-03-30) ------------------ diff --git a/Core/Distrib.php b/Core/Distrib.php index e05f21a..e368445 100644 --- a/Core/Distrib.php +++ b/Core/Distrib.php @@ -24,5 +24,5 @@ # This copyright notice MUST APPEAR in all copies of the script! ################################################################# -define("BAIKAL_VERSION", "0.4.4"); +define("BAIKAL_VERSION", "0.4.5"); define("BAIKAL_HOMEPAGE", "http://baikal-server.com");