From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:subject:message-id:mime-version:content-disposition; bh=SaVG4Mmyt0MVHewTzMqS5TLO1/mFbZeyQKmchye8rJU=; b=i1uoANsEm843ZLU+qiPBfTOPmTTZJmGZn7vxJSFxYc1g7FgNKPAuCkkWw2g2//drHB b6k4ptIaa8or1TIX0x1qNnVGzv2+2QUg4yLHLhlbwDPjpXXcd4X8QYldT5rK/UVtjAmy agOIltoZFzjeWbKuYtaY0BnqSiqaY8sUZVAecNxlCfwzQgFnSun5K2M5DLM9wX/Uz9Jv y9Ee689l8iAlZhp0moQCBChMW07LbxKpEoVNoACcqwTeKT6nQL3cl4TKb83hE1kJ1yzK +Tt5Le6DfwgGwpI/JNVHS2rmKNA5x+fs6krpyHv29OLID3HM3eXD+dr6zjMHdJTSCIRR 7I8Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition; bh=SaVG4Mmyt0MVHewTzMqS5TLO1/mFbZeyQKmchye8rJU=; b=A1fOG8uTp7GFH5PQCx2beE0wmmcNyw3VAuB8DABNkEE0BG1HyuSrZKSzwKRmI/NL/l SAkKeDAAYVwbyttt2GzACnNIuOo7GJBWcLsOOQUzUw4zx0rG0ZkVL6E2EMn7Orj2VmOg ZJTnZIAsU5dUTKROuYZfacJdngsF2LlF8Mb76w2XoLIS7Ig93m497WsiHmS2z/zowUwe YC+xIQpmX36SV6Rm89TCsVWwrDNWiJyqdF1/J6C2Daz04KrUJg6g4bevwsfLKOJ/0tPn jFjEt9vmU+nzRmIL6pstdg0DxFbXONJIS4YQTaaeqcjQIwPwPI0gLAanvI5yj5oaeYFj eCHQ== X-Gm-Message-State: AOAM533g0kfd1LjQ+fUP3oB23hGeOE6egEkm+UYAXLVRmwNj03ya4HTr bmqouw9kW/teOeQvP9MjlUixiERh9MQ= X-Google-Smtp-Source: ABdhPJzSDuig2ZqbZqRZ6ctlgIrmzfc4dRxdOFl6VcnNCR8nefoPb73kkVPiVjFUfqsRbtLVn4D8Lw== X-Received: by 2002:a5d:53cd:: with SMTP id a13mr10878411wrw.712.1644846699121; Mon, 14 Feb 2022 05:51:39 -0800 (PST) Date: Mon, 14 Feb 2022 14:51:34 +0100 From: Alexey Gladkov To: make-initrd@lists.altlinux.org Message-ID: <20220214135134.ajzykyh32kf3k2fv@example.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [make-initrd] Release make-initrd 2.25.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, 14 Feb 2022 13:51:42 -0000 Archived-At: List-Archive: New release 2.25.0 is available. Important changes ================= - New fearure: + sbc adds modules required for bootloading on single-board computers. - Misc: + Tests improvements. 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.24.0...2.25.0 -- Rgrds, legion