Merge branch 'master' of github.com:fruux/Baikal

This commit is contained in:
Evert Pot 2016-02-26 20:47:24 -05:00
commit 608fcbcb69
3 changed files with 10 additions and 1 deletions

View file

@ -1,6 +1,14 @@
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.
* Ships with sabre/dav 3.1.1
0.3.4 (2016-02-20)
------------------

View file

@ -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");

View file

@ -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)