aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes2
-rw-r--r--Makefile.PL2
-rw-r--r--URPM.pm2
3 files changed, 4 insertions, 2 deletions
diff --git a/Changes b/Changes
index 1bd6829..e53d21c 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+Version 5.226 - 19 Dec 2025
+
- fix segfault in parse_property() (mga#34833, mga34837)
Version 5.225 - 29 May 2022
diff --git a/Makefile.PL b/Makefile.PL
index 6b4c76f..bfb226b 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -91,7 +91,7 @@ WriteMakefile(
provides => {
'URPM' => {
file => 'URPM.pm',
- version => 'v5.225',
+ version => 'v5.226',
},
'URPM::Resolve' => {
file => 'URPM/Resolve.pm',
diff --git a/URPM.pm b/URPM.pm
index 8e85e7b..906519e 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -14,7 +14,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = 'v5.225';
+our $VERSION = 'v5.226';
URPM->bootstrap($VERSION);