0.1.0: **NOTICE: The fixup_search and fixup_replace inf fields are now deprecated. They will go away in the next release.

        -Used File::Spec module on file and dir paths: a step toward becoming multi-platform
        -Updated ComicLib.pm to set a default $HOME of C:\ for Win32
        -Adjusted format of this_month value to be two characters wide.
        -improved logging in functions: get_webpage, get_named_comics, get_cksum_comics
        -fetch_inf_data: changed so a user's inf file takes precedence if named the same as a system inf file
        -Added comics: "6x9 College", "Broken Plot Device", "Buck Godot", "Camp Calomine", "Cafe Anime", "Cyantian Chronicles", "Shivae-Cler", "Shivae-Vas", "EGS-Sketch", "Fellowship Of Heroes"
        -Added comics: "Furthia High", "GPF", "Heroes Of Crash", "Paradigm Shift", "Peter Is The Wolf", "Quentin Quinn", "Tally Ho", "What's New", "RH Junior", "Air Patrol", "Deer Me"
        -Added comics: "Slightly Damned", "Cyantia:Shivae:Keol", "Cyantia:Genoworks"
        -Updated inf for: "Clan of the Cats", "Abby's Agency", "Akaelae", "Alien Dice", "Pure", "Sivine", "Dela", "EGS", "EGS-NPS", "Faux Pas", "Freefall", "Gene Catlow", "Girl Genius"
        -Updated inf for: "Goblin Hollow", "Kevin and Kell", "Nip and Tuck", "Ozy and Millie", "Schlock Mercenary", "Sluggy Freelance", "Tales Of The Questor", "Misty", "Cafe Anime", "GPF"
        -Removed: "Campus Safari", "Shivae", "Girl Genius Prev", "Dakota's Ridge", "Fur Will Fly", "EGS-Filler", "Coyoteville", "Barely Human"
        -cmInfEdit.pl: remember the current conf file name when doing a file-save operation.
        -updated comicman.pl with -testinf command line option that calls blindly_get_named_comics instead of get_named_comics for inf file testing.
        -Added new optional field, "Filename RegEx", which parses out the filename only if the regular RegEx is used to grab some of the path. This revs the inf file version to 0.0.2, but backward compatibility is maintained with 0.0.1 inf files. See kevin-kell.inf, freefall.inf and egs-*.inf for examples of this new feature in use.
        -Fixed bug where a missing subscribed inf file would cause comicman.pl to exit instead of continuing on to the next inf.
        -Fixed bug in cminfedit.pl that didn't clear out unused variables if you changed renaming schemes.
        -Fixed bug where -testinf didn't work for checksum comics.
        -cmconfig.pl: Added user-agent(default:"Browser") option to settings tab because, for reasons known only to them, the admins at a certain webcomic apparently decided to start blocking the "Comicman" name. I tested UA names with wget and they were clearly rejecting anything beginning with "comic" or "Comic".
        -Changed inf rev to "2" instead of "0.0.2" because having major.minor.patch versions of the data file is silly.
        -Adopting major.minor.patch versioning for Comicman.
0.0.3:  -updated sluggy-freelance.inf
        -comicman.pm: improved logging for failure of the get_webpage function
        -ComicLib.pm: added log, debug and timeout ranges to comicman_data hash
        -qcmsetup.pl: replaced by Tk based cmconfig.pl
        -qcminfedit.pl: replaced by Tk based cminfedit.pl
        -Comiclib.pm: commented out "struct widget_info" - Tk GUI doesn't use it
        -wyldfire.inf: comic appears to be defunct; removing
        -updated girl-genius.inf, girl-genius-prev.inf
0.0.2:  -qcmsetup.pl: added "Settings->Configure" menu to open a config dialog box
        -updated egs-nps.inf
        -consolidated duplicate code: user dir setup code used by both the CLI and GUI now in a common function in Comiclib.pm
        -added code for target_dir setting for future use by GUI wrapper of comicman.pl
        -added ComicmanGui.pm to hold GUI base classes
        -added function to update comicman_data hash to Comiclib.pm
        -removed /etc/comicman.sysconf - unneeded complexity
        -updated freefall.inf
        -install.pl: can now control where .pm files are installed and .pl files will be adjusted to find them. This allows for ComicMan to be installed fully self-contained in a user's HOME directory.
        -added "home-install.sh" to source the package for an easy install into the user's HOME directory
        -install.pl: added code to adjust Comiclib.pm to contain the path to the 'inf' files. Now install.pl must be run to have a functional Comiclib.pm or it must be edited by hand.
        -source package: Both genhtml.sh and genman.sh had very dangerous usage of the "rm" command in them. These have been rewritten to be much safer.

0.0.1: First release