From 3102b80ba32d4aed523f9b9db8eaf3ff49b8f95a Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Mon, 15 Feb 2016 17:10:27 -0500 Subject: [PATCH] Updated changelog, bumped version --- CHANGELOG.md | 11 ++++++++++- Core/Distrib.php | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a34fc1c..a4bfa39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ ChangeLog ========= +0.3.2 (2016-??-??) +------------------ + +* #453: Fixed a bug during a 0.2.7 to 0.3.1 upgrade if a users' me-card was + set. (@untitaker). + + 0.3.1 (2016-02-15) ------------------ -* #451: Fixed a fatal crasher. +* #451: Fixed a fatal crasher. (@paolomainardi) +* Ships with sabre/dav 3.1.1 0.3.0 (2016-02-14) @@ -27,6 +35,7 @@ ChangeLog * #381: SQLite database woes. The database is now created from scratch when installing. * #320: Allow underscores in calendar/addressbook uris. +* Ships with sabre/dav 3.1.1 0.2.7 (2014-02-02) diff --git a/Core/Distrib.php b/Core/Distrib.php index f0465cd..2f8d3ad 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.3.1"); +define("BAIKAL_VERSION", "0.3.2"); define("BAIKAL_HOMEPAGE", "http://baikal-server.com");