summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Brand <gb@unistra.fr>2013-03-06 14:02:31 +0100
committerGuy Brand <gb@unistra.fr>2013-03-06 14:02:31 +0100
commit5721a1547938df76003c6d91ea003dc1c70abd94 (patch)
tree924eb18fe136f8ab1636c80496bff423fad7830b
parent7c5f8fd443813279d063599938a13b7c629d1eed (diff)
downloadrpg-5721a1547938df76003c6d91ea003dc1c70abd94.tar.gz
rpg-5721a1547938df76003c6d91ea003dc1c70abd94.tar.bz2
Release preparations
-rw-r--r--data/deleted.files9
-rw-r--r--doku.php2
-rw-r--r--install.php2
3 files changed, 11 insertions, 2 deletions
diff --git a/data/deleted.files b/data/deleted.files
index fada1f29e..4b9657da2 100644
--- a/data/deleted.files
+++ b/data/deleted.files
@@ -4,6 +4,15 @@
# A copy of this list is maintained at
# http://www.dokuwiki.org/install:upgrade#files_to_remove
+# removed in 2013-04-06
+inc/adLDAP.php
+inc/auth/ad.class.php
+inc/auth/basic.class.php
+inc/auth/ldap.class.php
+inc/auth/mysql.class.php
+inc/auth/pgsql.class.php
+inc/auth/plain.class.php
+
# removed in 2012-09-10
lib/images/icon-file.png
lib/images/icon-thumb.png
diff --git a/doku.php b/doku.php
index 68976ebb3..46c64c535 100644
--- a/doku.php
+++ b/doku.php
@@ -9,7 +9,7 @@
*/
// update message version
-$updateVersion = 38;
+$updateVersion = 39;
// xdebug_start_profiling();
diff --git a/install.php b/install.php
index 2db25bd2f..330a47d52 100644
--- a/install.php
+++ b/install.php
@@ -55,7 +55,7 @@ $dokuwiki_hash = array(
'2011-11-10' => 'b46ff19a7587966ac4df61cbab1b8b31',
'2012-01-25' => '72c083c73608fc43c586901fd5dabb74',
'2012-09-10' => 'eb0b3fc90056fbc12bac6f49f7764df3',
- 'devel' => '7b62b75245f57f122d3e0f8ed7989623',
+ '2013-04-06' => '7b62b75245f57f122d3e0f8ed7989623',
);