From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 16 Aug 2021 15:19:09 +0200 From: Alexey Gladkov To: make-initrd@lists.altlinux.org Message-ID: <20210816131909.eykyu763pkgf47tw@example.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [make-initrd] Release make-initrd 2.21.0 X-BeenThere: make-initrd@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: make-initrd@lists.altlinux.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Aug 2021 13:19:10 -0000 Archived-At: List-Archive: New release 2.21.0 is available. Important changes ================= - Runtime: + Ignore errors if we were unable to send udevd a signal to exit. + Mount /proc without writing in /etc/mtab. - Feature compress: + Pass --best instead of -9 to compressors. + Force xz to use crc32 polynomial for integrity check. + Add zstd and lz4 support. - Feature gpu-drm: + Filter enabled and/or connected drm devices. - Utilities: + initrd-put: Check shebang only in an executable file. + initrd-put: Fix false warnings from libelf. Git repository ============== https://github.com/osboot/make-initrd.git Feedback and bug reports, as always, are welcomed. Changelog ========= This time the changelog is big enough to fit here. You can see the complete log in git or by the link: https://github.com/osboot/make-initrd/compare/2.20.1...2.21.0 -- Rgrds, legion