diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | URPM.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 1.72 - 10 August 2007, by Pascal "Pixel" Rigaux + - modify parse_hdlist so that partial hdlist reading can be used (needed when some stuff is already done in the callback) @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '1.71'; +our $VERSION = '1.72'; URPM->bootstrap($VERSION); |