From c37ac5301c78b812c85553f61aa3e26c16672f2c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 29 Sep 2008 13:19:35 +0000 Subject: 5.19.2 --- NEWS | 2 ++ urpm.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a57c25ca..9f8eee33 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 5.19.2 - 29 September 2008, by Pascal "Pixel" Rigaux + - library: o modify urpm::download::get_content() to work as non-superuser diff --git a/urpm.pm b/urpm.pm index a1d99808..3ef4578f 100644 --- a/urpm.pm +++ b/urpm.pm @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '5.19.1'; +our $VERSION = '5.19.2'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); -- cgit v1.2.1