Changeset 1280
- Timestamp:
- 08/27/07 01:51:49 (6 years ago)
- Location:
- trunk/wifidog-auth
- Files:
-
- 2 modified
-
CHANGELOG (modified) (1 diff)
-
wifidog/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/CHANGELOG
r1279 r1280 1 1 # $Id$ 2 2007-08-27 Benoit Grégoire <bock@step.polymtl.ca> 3 * install.php: Fix #368: Correct the svn source for SimplePie 1.0, the 1.0b2 branch was unexpectedly renamed. 4 Note that this forces a rather disruptive change. To update an existing install, you'll need to run the following commands: 5 cd lib/simplepie 6 svn switch http://svn.simplepie.org/simplepie/branches/1.0/ 7 But this also requires a recent feedpressreview (revision 13), so you'll also need to run: 8 cd lib/feedpressreview 9 svn update 10 2 11 2007-08-06 Benoit Grégoire <bock@step.polymtl.ca> 3 12 * Allow users with NETWORK_PERM_EDIT_ANY_NODE_CONFIG to edit gateway id's -
trunk/wifidog-auth/wifidog/install.php
r1266 r1280 183 183 'message' => '', 184 184 'file' => 'lib/simplepie/simplepie.inc', 185 'svn_source' => 'http://svn.simplepie.org/simplepie/branches/1.0 _b3/'185 'svn_source' => 'http://svn.simplepie.org/simplepie/branches/1.0/' 186 186 ), 187 187 'feedpressreview' => array (
