diff --git a/Changes b/Changes index 812f646..0eb691b 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,10 @@ +0.4.2 - 11/06/2002 +------------------ + +Fixes error output caused by repetitive opts found by the recent Getopt::Long. +Rebuild db if you've updated to the newest DB_File. + + 0.4.1 - 10/24/2001 ------------------ @@ -127,4 +134,4 @@ Fixed file test in SWIM::Conf causing a failed startup. ----- Initial Release. - \ No newline at end of file + diff --git a/swim_pkg b/swim_pkg index 717bfea..794dbae 100755 --- a/swim_pkg +++ b/swim_pkg @@ -42,6 +42,8 @@ use File::Find; # User defined variables for directories and package # Makefile.pkg in $gbootroot_cvs in used as the packages Makefile. +# Edit Changes with your changes. + my $user_home = "/home/mttrader"; my $prog = "dswim"; my $prog_real_name = "swim";