2001-04-04 11:13  miner

    * configure.in (1.5), rhupdate.pl (1.52): 
        Reworded the note about Net::FTP and Pod::Usage because some people had
        problems understanding it.
    
2001-04-03 10:01  miner

    * rhupdate.pl (1.51): 
        Added --version option
        Fixed-up the error exit status and the --help processing.
    
2001-04-01 14:07  miner

    * rhupdate.pl (1.50): 
        Added a comment about Pod::Usage depending on File::Spec.
    
2001-04-01 13:36  miner

    * rhupdate.pl (1.49): 
        Checking to make sure that we're looking at a valid architecture.
    
2001-04-01 03:08  miner

    * configure.in (1.4), rhupdate.pl (1.48): 
        Set the location of "locale" via configure.
        Deal with locale not returning anything interesting.
    
2001-03-29 19:10  miner

    * rhupdate.pl (1.47): 
        Added yet another TODO.
    
2001-03-29 13:51  miner

    * rhupdate.pl (1.46): 
        Updated to change in to the correct locale/etc (redhat changed their updates
        layout.)
    
2001-03-28 23:31  miner

    * configure.in (1.3), Makefile.in (1.1), INSTALL (1.1), rhupdate.pl (1.45): 
        Changed the installed program name to just rhupdate, not rhupdate.pl
        Added Makefile.in, manpage, install-sh, and INSTALL to the distribution.
        Set up configure to create the Makefile.
        The Makefile now correctly installs the application.
        Updated documentation to reflect the new installation method.
    
2001-03-28 21:38  miner

    * rhupdate.pl (1.44): 
        Added some rudimentary install instructions and a TODO about an actual
        install make target.
    
2001-03-28 21:28  miner

    * rhupdate.pl (1.43): 
        Implementing/documenting --all, to download all available updates, not just
        those installed and different.
    
2001-03-28 21:02  miner

    * rhupdate.pl (1.42):
        Added documentation for the download directory option.
    
2001-03-28 20:48  miner

    * rhupdate.pl (1.41): 
        Added powertools to the TODOs.
    
2001-03-28 20:39  miner

    * rhupdate.pl (1.40): 
        Add a note to the docs about the include/exclude precedence.
    
2001-03-28 20:35  miner

    * rhupdate.pl (1.39): 
        BUGFIX (from 1.38): No need to check for existance of the download
        directory if we're not downloading.
    
2001-03-28 20:30  miner

    * rhupdate.pl (1.38): 
        Added the ability to specify a download directory with the --download
        option.
    
2001-03-26 07:46  miner

    * rhupdate.pl (1.37): 
        Add a note to the docs about version numbers.
        More TODOs.
    
2001-03-25 12:36  miner

    * rhupdate.pl (1.36): 
        More TODOs.
    
2001-03-25 11:36  miner

    * rhupdate.pl (1.35): 
        Added another TODO.
    
2001-03-25 11:33  miner

    * rhupdate.pl (1.34): 
        Added TODOs to the POD so people know what I'm thinking about.
    
2001-03-25 11:01  miner

    * rhupdate.pl (1.33): 
        BUGFIX: Errors is the retry code caused things not to work when --retry
        wasn't specified.
        BUGFIX: Handling bad hostnames properly.
    
2001-03-22 20:12  miner

    * rhupdate.pl (1.32): 
        Add --passive option to FTP is passive mode.
    
2001-03-22 15:22  miner

    * rhupdate.pl (1.31): 
        Added --retries and --hash options.
        --retries specifies the number of retries to the FTP server (or infinite.)
        --hash prints hashes as files are downloaded.
        Changed to set the modification times on the local files correctly.
    
2001-03-22 08:33  miner

    * rhupdate.pl (1.30): 
        Getting rid of the 'a' in the display of the version as well.
    
2001-03-22 08:30  miner

    * rhupdate.pl (1.29): 
        Getting rid of the 'a' in the beta version number (for the file name, that
        is.)
    
2001-03-22 08:06  miner

    * rhupdate.pl (1.28, VERSION_1_4): 
        One last note about Kernel upgrades in the documentation.
        Stable release 1.4.
    
2001-03-21 19:35  miner

    * rhupdate.pl (1.27), configure.in (1.2): 
        Added README
        Added configure checks for Net::FTP and Pod::Parser
        Added documentation of Net::FTP/Pod::Parser requirement and the Kernel
        update.
    
2001-03-21 15:44  miner

    * rhupdate.pl (1.26): 
        Bump to version 1.4a now that 1.3 is released.
    
2001-03-21 13:20  miner

    * rhupdate.pl (1.25, VERSION_1_3): 
        Fix the POD
    
2001-03-21 13:10  miner

    * rhupdate.pl (1.24): 
        Added configure script.
        Setting up the makefile to create the distributions.
        Added --rpm and --uname options to specify the rpm program and uname program
        on the command line.
    
2001-03-21 11:55  miner

    * rhupdate.pl (1.23): 
        Bumping version to 1.3a
    
2001-03-21 11:50  miner

    * rhupdate.pl (1.22, VERSION_1_2): 
        BUGFIX: Add the RedHat version directory to the update directory.
    
2001-03-20 15:35  miner

    * rhupdate.pl (1.21): 
        Hacking up the debug code, checking for some error conditions, fixing broken
        NLST implementations.
    
2001-03-20 14:55  miner

    * rhupdate.pl (1.20): 
        Added a debug option and some debug output.
        Cleaning up the --dir option (trimming trailing '/')
    
2001-03-20 14:01  miner

    * rhupdate.pl (1.19): 
        Bump version to 1.2a
    
2001-03-20 14:00  miner

    * rhupdate.pl (1.18): 
        Added a message about how many updates are available.
    
2001-03-20 13:48  miner

    * rhupdate.pl (1.17, VERSION_1_1): 
        Bump to version 1.1
    
2001-03-20 12:54  miner

    * rhupdate.pl (1.14): 
        Alphabetizing the options makes them easier to find.
    
2001-03-20 12:46  miner

    * rhupdate.pl (1.13): 
        Documentation for --include and --exclude.
    
2001-03-20 12:43  miner

    * rhupdate.pl (1.12): 
        Added --include and --exclude options to specify include/exclude patterns.
    
2001-03-20 12:01  miner

    * rhupdate.pl (1.10): 
        Code to read the RedHat version from /etc/redhat-release instead of assuming
        7.0
    
2001-03-20 06:26  miner

    * rhupdate.pl (1.9, VERSION_1_0): 
        Creating a real "version", set to 1.0
    
2001-03-19 23:08  miner

    * rhupdate.pl (1.7): 
        Fix things so that it'll work with non ix86 architectures.
    
2001-03-19 23:00  miner

    * rhupdate.pl (1.6): 
        Allow server, user, password, directory, and arch to be specified on the
        command line.
    
2001-03-19 22:17  miner

    * rhupdate.pl (1.5): 
        Allow a pattern to be passed in.
        Cache the whole local RPM database instead of querying each
        individually.
        Cache for comparison the server versions, check for the correct
        architecture when listing/downloading.

    * rhupdate.pl (1.4): 
        Add the download link to POD.
    
2001-03-19 17:31  miner

    * rhupdate.pl (1.3): 
        Added docs.
    
2001-03-19 17:19  miner

    * rhupdate.pl (1.1): Initial Revision
    
