From 5721a1547938df76003c6d91ea003dc1c70abd94 Mon Sep 17 00:00:00 2001 From: Guy Brand Date: Wed, 6 Mar 2013 14:02:31 +0100 Subject: Release preparations --- data/deleted.files | 9 +++++++++ doku.php | 2 +- install.php | 2 +- 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', ); -- cgit v1.2.3