aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-10-14 17:35:48 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-10-14 17:35:48 +0000
commite932863af3bad36ff555d2bff478366ef43073fd (patch)
treecb052887d2b47791004b645afbd6e8d987d100a3
parente6aa09ecdf02242c5e050f6df9e522a20632f2f2 (diff)
downloadperl-URPM-e932863af3bad36ff555d2bff478366ef43073fd.tar
perl-URPM-e932863af3bad36ff555d2bff478366ef43073fd.tar.gz
perl-URPM-e932863af3bad36ff555d2bff478366ef43073fd.tar.bz2
perl-URPM-e932863af3bad36ff555d2bff478366ef43073fd.tar.xz
perl-URPM-e932863af3bad36ff555d2bff478366ef43073fd.zip
3.203.20
-rw-r--r--NEWS2
-rw-r--r--URPM.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8839ee5..1c90295 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 3.20 - 14 October 2008, by Pascal "Pixel" Rigaux
+
- $trans->run can now return both the translated errors, and some parsable
errors (useful for example to detect diskspace issues)
diff --git a/URPM.pm b/URPM.pm
index 41b484b..e86a155 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -10,7 +10,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '3.19';
+our $VERSION = '3.20';
URPM->bootstrap($VERSION);