From: <car...@us...> - 2012-03-13 01:53:13
|
Revision: 9842 http://octave.svn.sourceforge.net/octave/?rev=9842&view=rev Author: carandraug Date: 2012-03-13 01:53:05 +0000 (Tue, 13 Mar 2012) Log Message: ----------- ga: move NEWS to package root Modified Paths: -------------- trunk/octave-forge/admin/list_inactive_users.pl Added Paths: ----------- trunk/octave-forge/main/ga/NEWS Removed Paths: ------------- trunk/octave-forge/main/ga/doc/NEWS Modified: trunk/octave-forge/admin/list_inactive_users.pl =================================================================== --- trunk/octave-forge/admin/list_inactive_users.pl 2012-03-13 00:59:55 UTC (rev 9841) +++ trunk/octave-forge/admin/list_inactive_users.pl 2012-03-13 01:53:05 UTC (rev 9842) @@ -37,8 +37,8 @@ ################################################################################ ## Configuration variables ################################################################################ -my $repo_path = '~/development/octave-forge/main/'; # path for the repository -my $date_limit = '2011-01-01'; # give date in format YYYY-MM-DD +my $repo_path = '~/development/octave-forge/'; # path for the repository +my $date_limit = '2010-08-07'; # give date in format YYYY-MM-DD my $sf_dev_list = 'http://sourceforge.net/project/memberlist.php?group_id=2888'; # URL for sourceforge project member list ################################################################################ Copied: trunk/octave-forge/main/ga/NEWS (from rev 9841, trunk/octave-forge/main/ga/doc/NEWS) =================================================================== --- trunk/octave-forge/main/ga/NEWS (rev 0) +++ trunk/octave-forge/main/ga/NEWS 2012-03-13 01:53:05 UTC (rev 9842) @@ -0,0 +1,10 @@ +Summary of important user-visible changes for releases of the ga package + +=============================================================================== +ga-0.9.9 Release Date: 2012-xx-yy Release Manager: Luca Favatella +=============================================================================== + +** Remove dependency on the "communications" package and require + Octave version 3.4.0 (or better). The "communications" package was + used only for its "randint" function; now the "randi" function, + introduced on Octave 3.4.0, is used instead. Deleted: trunk/octave-forge/main/ga/doc/NEWS =================================================================== --- trunk/octave-forge/main/ga/doc/NEWS 2012-03-13 00:59:55 UTC (rev 9841) +++ trunk/octave-forge/main/ga/doc/NEWS 2012-03-13 01:53:05 UTC (rev 9842) @@ -1,10 +0,0 @@ -Summary of important user-visible changes for releases of the ga package - -=============================================================================== -ga-0.9.9 Release Date: 2012-xx-yy Release Manager: Luca Favatella -=============================================================================== - -** Remove dependency on the "communications" package and require - Octave version 3.4.0 (or better). The "communications" package was - used only for its "randint" function; now the "randi" function, - introduced on Octave 3.4.0, is used instead. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |