Release preparation

This commit is contained in:
Guy Brand 2017-02-19 14:07:03 +01:00
parent ce8bf5461c
commit 2f7c97b3eb
2 changed files with 16 additions and 1 deletions

View File

@ -2,6 +2,20 @@
# but were removed later. An up to date DokuWiki should not have any of
# the files installed
# remove in 2017-02-19
inc/SimplePie.php
inc/Tar.class.php
inc/ZipLib.class.php
inc/phpseclib/Crypt_AES.php
inc/phpseclib/Crypt_Rijndael.php
inc/phpseclib/update.sh
lib/scripts/jquery/jquery-migrate.js
lib/scripts/jquery/jquery-ui-theme/images/ui-bg_flat_0_aaaaaa_40x100.png
lib/scripts/jquery/jquery-ui-theme/images/ui-bg_flat_75_ffffff_40x100.png
lib/scripts/jquery/jquery-ui.js
lib/scripts/jquery/jquery.js
lib/tpl/dokuwiki/css/_admin.css
# removed in 2016-06-26
inc/cliopts.php
lib/tpl/dokuwiki/css/mixins.less

View File

@ -59,7 +59,8 @@ $dokuwiki_hash = array(
'2013-12-08' => '263c76af309fbf083867c18a34ff5214',
'2014-05-05' => '263c76af309fbf083867c18a34ff5214',
'2015-08-10' => '263c76af309fbf083867c18a34ff5214',
'2016-06-26' => 'fd3abb6d89853dacb032907e619fbd73'
'2016-06-26' => 'fd3abb6d89853dacb032907e619fbd73',
'2017-02-19' => 'e4f2f5a34c9dbcd96a5ecc8f2df25bd9'
);