# Changes for Module::Release

2.05 - Mon Jun 15 04:05:31 2009

2.04_03 - Wed Jun 10 01:50:35 2009

2.04_01 - Tue Mar 24 04:55:40 2009

2.04 - Tue Mar 24 04:07:54 2009

2.03 - Sun Mar 22 06:10:45 2009

2.02 - Sat Feb 7 17:30:30 2009

2.01 - Tue Nov 25 10:37:03 2008

A bump to a release version

2.00_07 - Thu Nov 6 23:11:04 2008

2.00_06 - Wed Nov 5 00:42:53 2008

2.00_05 - Tue Nov 4 04:00:40 2008

2.00_03 - Fri Aug 15 16:45:23 2008

2.00_02 - Sat Aug 9 03:41:07 2008

1.22 - Sun Apr 6 13:13:30 2008

1.21 - Sat Apr 5 14:54:20 2008

1.20 - Tue Nov 20 07:45:51 2007

1.19 - Sun Nov 11 04:10:22 2007

1.18 - Sat Oct 27 22:19:57 2007

1.17_01 - Wed Oct 3 21:52:02 2007

1.17 - Mon Aug 13 13:43:17 2007

1.16 - Thu May 3 10:08:14 2007

1.14 - Fri Mar 16 18:51:26 2007

1.13 - Thu Feb 22 10:16:18 2007

1.12 - Mon Sep 25 22:38:35 CDT 2006

1.10 - Thu Jun 8 06:51:25 2006

1.08 - Sat May 20 03:04:01 2006

1.07 - Wed May 17 21:06:39 2006

0.25 - Fri Dec 17 15:53:15 CST 2004

0.24 - Sat Nov 29 09:29:36 2003

0.23 - Sun Jun 22 23:40:00 2003 (Andy Lester)

0.23

0.22 - Wed Apr 9 16:05:08 2003 (Andy Lester)

0.21 - Sat Mar 29 16:19:00 2003 (Andy Lester)

        Many more patches, thanks to Ken Williams.  I fear it won't be
        long until Module::Release is sending & receiving mail.

        * release only checks for passwords if they're necessary.
          This means you don't have to have a password if you're running
          "release -t" to test.

        * A more complete dependency list in Makefile.PL

        * A new 'release_subclass' config file entry lets you subclass
          Module::Release.  There's an example in the docs.

        * After FTP upload, we check to see whether the two versions of
          the file have the same size.  This should catch my FTP-ing bug.

        * The cvs_tag() method now calls make_cvs_tag() to make the
          tag string.  This lets me override make_cvs_tag() in a subclass.

0.20 - Wed Mar 26 11:05:00 2003 (Andy Lester)

0.16 - Wed Mar 19 15:38:00 2003 (Andy Lester)

0.15 - Fri Mar 14 17:23:30 2003 (Andy Lester)

0.14 - Wed Mar 12 10:09:00 2003 (Andy Lester)

0.13 - Wed Mar 12 09:58:00 2003 (Andy Lester)

        Most of these changes are from Max Maischein.  Cross-platform
        compatibility should be a lot better.  Thanks, Max!

        * Prompts for passwords that are not set in the environment.

        * Fixed a bug in checking for required fields

        * Uses "$Config{make}" instead of "make".

        * Moved all backticks into a subroutine "run", that also echoes
          the command if "-d" is set.

        * Added a check whether the file-to-distribute actually exists,
          before making the ftp connection.

        * The regex to guess the distname from the tardist output
          needed some whitespace added to work with Win32.

        * Added support for passive FTP.

0.12 - Thu Mar 6 13:55:47 2003 (Andy Lester)

Most of the changes in this revision are from Chris Nandor:

0.11 - Mon Mar 3 11:58:42 2003 (Andy Lester)

0.10 - Wed Dec 11 16:40:53 2002 (brian d foy)