]> git.proxmox.com Git - grub2.git/commitdiff
Add regexp module to signed UEFI images
authorColin Watson <cjwatson@debian.org>
Mon, 4 Mar 2019 17:25:45 +0000 (17:25 +0000)
committerColin Watson <cjwatson@debian.org>
Mon, 4 Mar 2019 17:25:45 +0000 (17:25 +0000)
debian/build-efi-images
debian/changelog

index c8c663d61d2edb1ee5b9ac4242c3f60743701e3b..af0a6a64f5ab3f7e260201fddc0e3c06dfcd3f08 100755 (executable)
@@ -121,6 +121,7 @@ CD_MODULES="
        password_pbkdf2
        png
        reboot
+       regexp
        search
        search_fs_uuid
        search_fs_file
index 2dc7291739fa329e473da094d6e69ab81ec30b4d..e9369444d621bd063b29c082a8ae899b98420602 100644 (file)
@@ -1,3 +1,9 @@
+grub2 (2.02+dfsg1-13) UNRELEASED; urgency=medium
+
+  * Add regexp module to signed UEFI images.
+
+ -- Colin Watson <cjwatson@debian.org>  Mon, 04 Mar 2019 17:25:27 +0000
+
 grub2 (2.02+dfsg1-12) unstable; urgency=medium
 
   [ Colin Watson ]