Merge branch 'master' of github.com:fruux/Baikal
This commit is contained in:
commit
608fcbcb69
3 changed files with 10 additions and 1 deletions
|
@ -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)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -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");
|
||||
|
|
1
Makefile
1
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue