summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2020-04-28 18:24:37 +0100
committerBen Hutchings <ben@decadent.org.uk>2020-04-28 18:24:37 +0100
commitb0987d4bce1f37b38e1be8510790046a3307fd1d (patch)
tree0084819434ced78b45329f14b5ae476c0e72fae9
parent857042c99134cc2aa5d2959def37d0ae28cd555e (diff)
Releasing version 0.137.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-rw-r--r--debian/changelog20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 3bed4ce..db0d5f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+initramfs-tools (0.137) unstable; urgency=medium
+
+ [ Ben Hutchings ]
+ * [1b28d25] Document copy_exec as usable for shared libraries
+ * [f2ac13e] hook-functions: copy_exec: Copy libgcc_s.so.1 along with
+ libpthread.so.* (Closes: #950254)
+ * [d96228a] hook-functions: copy_exec: Correct verbose log message for
+ symlinks
+ * [dd5fb36] hook-functions: Factor out device class walking into a function
+ * [14a00af] hook-functions: Don't add backlight modules if we have generic
+ fb device (Closes: #955347)
+ * [f6133e1] Fix new shellcheck warnings around unquoted parameter expansion
+ (Closes: #958851)
+
+ [ AP ]
+ * [857042c] hook-functions: Search for firmware under /lib/firmware/updates
+ (Closes: #956663)
+
+ -- Ben Hutchings <benh@debian.org> Tue, 28 Apr 2020 04:56:17 +0100
+
initramfs-tools (0.136) unstable; urgency=medium
[ Mathieu Malaterre ]