aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2018-09-14 15:54:15 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2018-09-14 15:54:15 +0200
commit35edffe6ee726fe4084aca1e0b2725fcfc82131a (patch)
tree8f85380c1c67762478345e06c07b261e468dd807
parentffd6d10ee61b986340939c364c4a44a64882610d (diff)
downloadperl-URPM-35edffe6ee726fe4084aca1e0b2725fcfc82131a.tar
perl-URPM-35edffe6ee726fe4084aca1e0b2725fcfc82131a.tar.gz
perl-URPM-35edffe6ee726fe4084aca1e0b2725fcfc82131a.tar.bz2
perl-URPM-35edffe6ee726fe4084aca1e0b2725fcfc82131a.tar.xz
perl-URPM-35edffe6ee726fe4084aca1e0b2725fcfc82131a.zip
5.195.19
-rw-r--r--NEWS2
-rw-r--r--URPM.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bee94cd..73788b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 5.19 - 14 September 2018
+
- add support for verify callback when installing (mga#15350)
Version 5.18 - 25 June 2018
diff --git a/URPM.pm b/URPM.pm
index 4e78d94..cb09885 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -11,7 +11,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '5.18';
+our $VERSION = '5.19';
URPM->bootstrap($VERSION);