From 2f7c97b3eb50c5e0e5e28eeae6b4a7159da9dce3 Mon Sep 17 00:00:00 2001 From: Guy Brand <gb@unistra.fr> Date: Sun, 19 Feb 2017 14:07:03 +0100 Subject: [PATCH] Release preparation --- data/deleted.files | 14 ++++++++++++++ install.php | 3 ++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/data/deleted.files b/data/deleted.files index 8bb288702..280b693c1 100644 --- a/data/deleted.files +++ b/data/deleted.files @@ -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 diff --git a/install.php b/install.php index ad4384c09..ac8705a59 100644 --- a/install.php +++ b/install.php @@ -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' ); -- GitLab