changeset 9656:467509a52916 octave-forge

ga: move NEWS to package root
author carandraug
date Tue, 13 Mar 2012 01:53:05 +0000
parents 37411f30424e
children 7a49ff4b2230
files admin/list_inactive_users.pl main/ga/NEWS main/ga/doc/NEWS
diffstat 3 files changed, 12 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- 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
 
 ################################################################################
--- /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.
--- 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.