[Linuxcommand-announce] sf-tools 1.0.0 released
Brought to you by:
bshotts
From: <bs...@pa...> - 2002-03-09 16:50:57
|
sf-tools version 1.0.0 has been released. sf-tools - Tools for SourceForge users ====================================== The sf-tools package contains several scripts designed to assist SourceForge users perform routine project maintenance tasks. The package contains the following tools: * sft_run_webalizer - This program is intended for installation on the SourceForge shell server and can be used to automatically perform web server log analysis using webalizer. * sft_upload_website - This program uploads the contents of your web site to your project directory. By default, it only uploads files more recent than the previous upload. * sft_new_cvs_module - This program imports a new software product into your CVS repository. * sft_release_module - This program releases a software module. It updates your CVS, tags the CVS tree with the release version number, prompts you to update your CHANGELOG file, constructs and mails a release announcement to your project's announcement mailing list (if any), and uploads the module tarball to SourceForge. CHANGELOG for sf-tools ====================== Version 1.0.0 -- Sat, Mar 09, 2002 11:47:51 AM ---------------------------------------------- Removed sft_run_webalizer as it is no longer useful. Corrected problem in sft_upload_website where determination of updated files would fail on 2.4 Linux kernels. Various cosmetic updates to all files. Version 0.4.3 -- Thu, May 31, 2001 08:16:57 PM ---------------------------------------------- Corrected stupid bug in sft_upload_website that prevented it from installing uploaded tarball. Version 0.4.2 -- Sun, Apr 01, 2001 12:41:59 PM ---------------------------------------------- Modified sft_upload_website to comply with new project directory naming scheme on the shell server. Version 0.4.1 -- Sun, Mar 18, 2001 02:27:59 PM ---------------------------------------------- Changed name of ftp upload site in sft_release_module. Note that SourceForge has recently unmounted the /home/logs filesystem making it impossible to process your own web logs, thus sft_run_webalizer is no longer useful. If SF comes up with another log parsing scheme, I will try to support it. Version 0.4.0 -- Sun, Feb 11, 2001 02:31:31 PM ---------------------------------------------- Added sft_new_cvs_module script. This addition completes the initial set of tools for this package. Version 0.3.0 -- Sat, Feb 03, 2001 06:26:55 PM ---------------------------------------------- Added sft_release_module script. Other scripts have minor (mostly cosmetic) changes. 01/28/01 12:39:57 ver. 0.2.2 ---------------------------- Changed sft_upload_website to support automatic installation of web site tarball on shell server. 01/27/01 21:04:06 ver. 0.2.1 ---------------------------- Fixed a bug in sft_upload_website with the directory layout in the uploaded archive. 01/27/01 20:21:03 ver. 0.2.0 ---------------------------- Added sft_upload_website, a script to upload your SourceForge web site. 01/22/01 19:58:13 ver. 0.1.0 ---------------------------- Initial release. Contains the sft_run_webalizer script. More scripts to follow. $Id: CHANGELOG,v 1.10 2002/03/09 16:50:43 bshotts Exp $ |