2009-07-03 12:42  plunix

	* copher.pl: Updated to work with SourceForge's changed
	  web-interface.  Now allow whitespace in filename fields of
	  copherrc.

2009-07-03 12:25  plunix

	* README.rubyforge: Rubyforge-specific README file.

2009-07-03 12:23  plunix

	* Makefile: Added man page to 'make install'.

2009-07-03 12:20  plunix

	* THANKS: Thanks to copher contributors.

2009-07-03 12:19  plunix

	* copher.1: Changed --no-upload to --noupload (which still works
	  for backwards-compatibility).

2009-07-03 12:15  plunix

	* copher.1: Man page written by Jonathan Wiltshire.

2009-07-03 11:31  plunix

	* copher.pl: Removed tabs and fixed indentation.

2008-12-02 20:52  plunix

	* Makefile: Changed PREFIX definition to PREFIX?, so it can be
	  overridden with an environment variable.

2008-11-30 23:51  plunix

	* copher.pl: Modified the GPL/info comment at the top.

2008-11-30 23:23  plunix

	* Makefile: Changed PREFIX definition to /usr instead of /usr/bin.

2008-07-26 18:21  plunix

	* copher.pl: print_usage() now prints basename($0) instead of $0.

2008-07-14 04:32  plunix

	* copher.pl: Added working support for rubyforge.

2008-07-13 23:36  plunix

	* Makefile: Makefile with install target.

2008-07-13 23:32  plunix

	* copherrc.example: Example copherrc file.

2008-07-12 05:38  plunix

	* copher.pl: Added reading of 'notes' and 'changelog' entries from
	  copherrc (for filenames).

2008-07-12 05:37  plunix

	* copher.pl: Fixed finding form button for step 4.

2008-07-12 04:55  plunix

	* copher.pl: Implemented uploading files by rsync.  Framework code
	  for uploading files by other methods.  SFTP method is mostly
	  implemented but does not work.  FTP method is still implemented
	  but not supported by sourceforge.  Added some debugging code to
	  save each HTML page.	Moved uploading of files to before logging
	  in.

2008-07-10 04:11  plunix

	* copher.pl: o Some re-formatting (emacs indentation).	o Minor
	  typos fixed.

2008-07-10 03:59  plunix

	* copher.pl: o Added handling of step 4: Email Release Notice.	o
	  Added saving of every page in debug mode.  o Added --protocol
	  option to print_usage, not yet implemented: protocol for uploads.
	  o Added --hidden (-H), --active (-A), and --exists (-E) options.
	  + --exists forces NOT creating a new release.  o Fixed some
	  minor stylistic and typographic errors.

2007-12-15 10:01  plunix

	* copher.pl: Fixed reference to project web site.  Added
	  "Finished!" message after all steps are finished.

2006-09-08 16:17  plunix

	* copher.pl: Removed checking of 'stay_in_ssl' checkbox when
	  logging in, since sourceforge has removed this and logins now
	  always stays in SSL.

2006-09-08 16:13  plunix

	* copher.pl: Fixed bug which caused uploaded files to be corrupted.
	  This was due to binary mode not being used.

2005-05-01 01:48  plunix

	* copher.pl: Changed temporary $preformatted to 1 instead of 0.
	  This is the value for the 'Preserve my pre-formatted text' option
	  for notes/changelog.

2005-05-01 01:30  plunix

	* copher.pl: Fixed $form->action eq ... in add_release.  Was
	  checking for "http://sourceforge.net/"...  Replaced with
	  ${sfhome}, which includes the correct https:// URI.  Version 0.1.

2005-05-01 01:23  plunix

	* copher.pl: Really removed the &close_copher; (which had been put
	  in instead of &close) this time.

2005-05-01 01:15  plunix

	* copher.pl: Removed &close; from line 446 (release id not found
	  matching a name) because 1) the function was renamed to
	  close_copher 2) it doesn't belong there anyway Version 0.1

2005-05-01 01:08  plunix

	* copher.pl: Fixed print_usage malformatting (missing newlines).
	  Version 0.1.

2005-05-01 00:59  plunix

	* COPYING: GPL version 2.

2005-05-01 00:54  plunix

	* copher.pl: First commit.  Works all the way through creating a
	  release, including uploading and adding files.  Also can add to
	  an existing release, given a release_id.

