Revision 1090
Added by Matthias over 15 years ago
trunk/CHANGELOG | ||
---|---|---|
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
14 | 14 |
22-July 2009 Matthias Gallas |
15 |
! set Version to RC2 |
|
15 | 16 |
! small modification on german language file (ticket #746) |
16 | 17 |
# Fixed E_ALL&E_STRICT warning on PHP5 servers (Thanks to Aldus) |
17 | 18 |
# Fixed bug with home folders are viewable and writable from other users |
trunk/wb/admin/interface/version.php | ||
---|---|---|
37 | 37 |
} |
38 | 38 |
|
39 | 39 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
40 |
if(!defined('VERSION')) define('VERSION', '2.8RC1');
|
|
40 |
if(!defined('VERSION')) define('VERSION', '2.8RC2');
|
|
41 | 41 |
|
42 | 42 |
?> |
Also available in: Unified diff
set Version to RC2