diff options
-rw-r--r-- | perl-install/Makefile.config | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 7dc081d10..9dcdc0bd9 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=18.50 +VERSION:=18.51 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/NEWS b/perl-install/NEWS index 41220654d..6216f8eac 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +Version 18.51 - 29 October 2022 + - drakboot: ensure efivars are mounted before installing a UEFI bootloader (mga#31008) Version 18.50 - 17 September 2022 diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 4e1b1b05a..499cdfe9d 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +Version 18.51 - 29 October 2022 + - Include rpm & rpmdb to allow database to be converted to sqlite (mga#31024) - Adapt to WebKit2 4.1 - bootloader: ensure efivars are mounted before installing a UEFI bootloader (mga#31008) |