diff --git a/Changes b/Changes index 369fa8b..f4ee6b6 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +1.04 - 2024-10-03: + - address security issue due to use of a relative path in `use lib` (thanks Petr Pisar). + 1.03 - 2024-06-25: - added --both option, and include all options in --help output. - simplified implementation of display() using guard clauses diff --git a/lib/App/rdapper.pm b/lib/App/rdapper.pm index 06b8a54..da6982c 100644 --- a/lib/App/rdapper.pm +++ b/lib/App/rdapper.pm @@ -26,7 +26,7 @@ use constant { use vars qw($VERSION); use strict; -$VERSION = '1.03'; +$VERSION = '1.04'; # # global arg variables (note: nopager is now ignored)