From a5a71ecfcc1ed6bfca1995b39cd0abe4b8dd9eeb Mon Sep 17 00:00:00 2001 From: Adrian Lang <mail@adrianlang.de> Date: Thu, 10 Nov 2011 15:43:08 +0100 Subject: [PATCH] Release preparations --- data/deleted.files | 12 ++++++++++++ doku.php | 2 +- install.php | 1 + 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/data/deleted.files b/data/deleted.files index ec5d3b65d..d034e1d5b 100644 --- a/data/deleted.files +++ b/data/deleted.files @@ -4,6 +4,18 @@ # A copy of this list is maintained at # http://www.dokuwiki.org/install:upgrade#files_to_remove +# removed in 2011-11-10 +lib/_fla/.htaccess +lib/_fla/MultipleUpload.as +lib/_fla/README +lib/_fla/index.html +lib/_fla/multipleUpload.fla +lib/exe/multipleUpload.swf +lib/images/multiupload.png +lib/scripts/ajax.js +lib/scripts/events.js +lib/scripts/subscriptions.js + # removed in 2011-05-25 conf/words.aspell.dist lib/styles/style.css diff --git a/doku.php b/doku.php index 4901750a8..e23757298 100644 --- a/doku.php +++ b/doku.php @@ -7,7 +7,7 @@ */ // update message version -$updateVersion = 34; +$updateVersion = 35; // xdebug_start_profiling(); diff --git a/install.php b/install.php index 5d71db515..2f600c925 100644 --- a/install.php +++ b/install.php @@ -48,6 +48,7 @@ $dokuwiki_hash = array( '2009-12-25' => '993c4b2b385643efe5abf8e7010e11f4', '2010-11-07' => '7921d48195f4db21b8ead6d9bea801b8', '2011-05-25' => '4241865472edb6fa14a1227721008072', + '2011-11-10' => 'b46ff19a7587966ac4df61cbab1b8b31', ); -- GitLab