Changeset 1280

Show
Ignore:
Timestamp:
08/27/07 01:51:49 (6 years ago)
Author:
benoitg
Message:
  • install.php: Fix #368: Correct the svn source for SimplePie? 1.0, the 1.0b2 branch was unexpectedly renamed. Note that this forces a rather disruptive change. To update an existing install, you'll need to run the following commands: cd lib/simplepie svn switch  http://svn.simplepie.org/simplepie/branches/1.0/ But this also requires a recent feedpressreview (revision 13), so you'll also need to run: cd lib/feedpressreview svn update
Location:
trunk/wifidog-auth
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/CHANGELOG

    r1279 r1280  
    11# $Id$ 
     22007-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         
    2112007-08-06 Benoit Grégoire  <bock@step.polymtl.ca> 
    312        * Allow users with NETWORK_PERM_EDIT_ANY_NODE_CONFIG to edit gateway id's 
  • trunk/wifidog-auth/wifidog/install.php

    r1266 r1280  
    183183'message' => '', 
    184184'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/' 
    186186        ), 
    187187'feedpressreview' => array (