# HG changeset patch # User carandraug # Date 1331603585 0 # Node ID 467509a529161d4d715a4dd78c301267f37f321b # Parent 37411f30424ec02d741c544baf1ea0f9639df366 ga: move NEWS to package root diff -r 37411f30424e -r 467509a52916 admin/list_inactive_users.pl --- a/admin/list_inactive_users.pl Tue Mar 13 00:59:55 2012 +0000 +++ b/admin/list_inactive_users.pl Tue Mar 13 01:53:05 2012 +0000 @@ -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 ################################################################################ diff -r 37411f30424e -r 467509a52916 main/ga/NEWS --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main/ga/NEWS Tue Mar 13 01:53:05 2012 +0000 @@ -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. diff -r 37411f30424e -r 467509a52916 main/ga/doc/NEWS --- a/main/ga/doc/NEWS Tue Mar 13 00:59:55 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -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.