From 45e9722458598c5920ae100cade1340ca7ac72b6 Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Wed, 24 Feb 2016 15:58:04 -0500 Subject: [PATCH 1/4] Ensuring that the db/ folder sticks when packaging. Fixes #466 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ef1959a..21f3dfc 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ dist: vendor/autoload.php # Building Baikal $(VERSION) rm -r $(BUILD_DIR); true mkdir -p $(BUILD_DIR) $(BUILD_DIR)/Specific $(BUILD_DIR)/Specific/db + touch $(BUILD_DIR)/Specific/db/.empty cp -R $(BUILD_FILES) $(BUILD_DIR) touch $(BUILD_DIR)/Specific/ENABLE_INSTALL composer install -d $(BUILD_DIR) From 8db10876427843232ce91b66f096022d106e702e Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Wed, 24 Feb 2016 16:40:45 -0500 Subject: [PATCH 2/4] Updated changelog. Rolling a new release --- CHANGELOG.md | 7 +++++++ Core/Distrib.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31df215..f0006dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ ChangeLog ========= +0.3.5 (2016-02-24) +------------------ + +* #466: Fixed a small issue that can effect new installions. Existing working + installations do not need to upgrade. + + 0.3.4 (2016-02-20) ------------------ diff --git a/Core/Distrib.php b/Core/Distrib.php index 7656973..0c45bef 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.4"); +define("BAIKAL_VERSION", "0.3.5"); define("BAIKAL_HOMEPAGE", "http://baikal-server.com"); From f0a3e20b38a321a655926f0e70d114a89330ba4a Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Wed, 24 Feb 2016 16:40:45 -0500 Subject: [PATCH 3/4] Updated changelog. Rolling a new release --- CHANGELOG.md | 7 +++++++ Core/Distrib.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31df215..f0006dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ ChangeLog ========= +0.3.5 (2016-02-24) +------------------ + +* #466: Fixed a small issue that can effect new installions. Existing working + installations do not need to upgrade. + + 0.3.4 (2016-02-20) ------------------ diff --git a/Core/Distrib.php b/Core/Distrib.php index 7656973..0c45bef 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.4"); +define("BAIKAL_VERSION", "0.3.5"); define("BAIKAL_HOMEPAGE", "http://baikal-server.com"); From f3a636824ac08dcf8aa398ca9320a19d9853f108 Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Wed, 24 Feb 2016 16:42:43 -0500 Subject: [PATCH 4/4] Updated changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0006dd..2a8a862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ ChangeLog * #466: Fixed a small issue that can effect new installions. Existing working installations do not need to upgrade. +* Ships with sabre/dav 3.1.1 0.3.4 (2016-02-20) @@ -13,6 +14,7 @@ ChangeLog * Last build was broken, contained data in the `Specific/` directory. This affected new installs but not upgrades. +* Ships with sabre/dav 3.1.1 0.3.3 (2016-02-18) @@ -22,6 +24,7 @@ ChangeLog * Reduced memory usage in upgrade script. Should help with upgrading large databases. * Removed `BAIKAL_PATH_SABREDAV` setting. It was no longer used. +* Ships with sabre/dav 3.1.1 0.3.2 (2016-02-16)