summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/Makefile.config2
-rw-r--r--perl-install/NEWS2
-rw-r--r--perl-install/install/NEWS2
3 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config
index 2060cb48a..4d3eef82e 100644
--- a/perl-install/Makefile.config
+++ b/perl-install/Makefile.config
@@ -1,5 +1,5 @@
# -*- Makefile -*-
-VERSION:=18.48
+VERSION:=18.49
SUDO = sudo
TMPDIR = /tmp
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 1333bc125..7a052e559 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,5 @@
+Version 18.49 - 8 June 2022
+
- Recognize new kernel 5.17 drivers
- Recognize new kernel 5.18 drivers
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 82ea8a765..41d76b8a5 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+Version 18.49 - 8 June 2022
+
- Adapt to perl 5.28
- package installation:
o retry downloading packages in case of error (mga#28539)