From 545b23efc1d52191e81ff5f9a8def3c8525b52aa Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 12 Aug 2007 20:45:14 +0000 Subject: 1.75 --- NEWS | 2 ++ URPM.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9dcc0ac..816c080 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 1.75 - 12 August 2007, by Pascal "Pixel" Rigaux + - fix dropping tags from rpm header. it hasn't work since MDK8.1 and rpm 4.0. it may break urpmi!! but potentially allows a much smaller hdlist.cz :) diff --git a/URPM.pm b/URPM.pm index 7da59ec..41d51ac 100644 --- a/URPM.pm +++ b/URPM.pm @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '1.74'; +our $VERSION = '1.75'; URPM->bootstrap($VERSION); -- cgit v1.2.1