summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Lang <mail@adrianlang.de>2011-11-10 15:43:08 +0100
committerAdrian Lang <mail@adrianlang.de>2011-11-10 15:43:08 +0100
commita5a71ecfcc1ed6bfca1995b39cd0abe4b8dd9eeb (patch)
treeca48f948e54220e3ca56371680f6719aa70b9c5a
parent8d3d75690639f442359661cdbbd91ebcd9e0371a (diff)
downloadrpg-a5a71ecfcc1ed6bfca1995b39cd0abe4b8dd9eeb.tar.gz
rpg-a5a71ecfcc1ed6bfca1995b39cd0abe4b8dd9eeb.tar.bz2
Release preparations
-rw-r--r--data/deleted.files12
-rw-r--r--doku.php2
-rw-r--r--install.php1
3 files changed, 14 insertions, 1 deletions
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',
);