diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2025-04-25 23:09:39 +0200 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2025-04-25 23:12:18 +0200 |
| commit | 3e6de9c26e0e32e417629d8d5b90343e94b85ab6 (patch) | |
| tree | 9c8ff4a1aad684fd98693e989c6aa39ff36ab54e | |
| parent | fd4ebe70225d6e2f9993514553bac7aa9eb1df7e (diff) | |
Release 3.0.13.0.1
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | debian/changelog | 18 | ||||
| -rw-r--r-- | doc/apt-verbatim.ent | 2 | ||||
| -rw-r--r-- | doc/po/apt-doc.pot | 4 | ||||
| -rw-r--r-- | po/apt-all.pot | 4 |
5 files changed, 24 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 19e61cd14..b07678b67 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -204,7 +204,7 @@ endif() # Configure some variables like package, version and architecture. set(PACKAGE ${PROJECT_NAME}) set(PACKAGE_MAIL "APT Development Team <deity@lists.debian.org>") -set(PACKAGE_VERSION "3.0.0") +set(PACKAGE_VERSION "3.0.1") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) diff --git a/debian/changelog b/debian/changelog index 87fb14b5c..e0de44b90 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +apt (3.0.1) unstable; urgency=medium + + [ Laurent Bigonville ] + * Remove boggus option in French manpage translation + + [ Julian Andres Klode ] + * Update Sequoia crypto policy. + Move our cut-offs to February to align with Sequoia, and cut-off more: + - 2024-02: DSA keys retroactively (align with GnuPG config) + - 2026-02: SHA224 hashes + - 2028-02: Brainpool keys (align closer with GnuPG backend) + - 2030-02: RSA2048 keys + These algorithms will not be valid starting on those cut-off dates. + * sqv: Refactor execution of sqv into separate method + * sqv: Warn about signatures that will be rejected by policy within a year + + -- Julian Andres Klode <jak@debian.org> Fri, 25 Apr 2025 23:08:27 +0200 + apt (3.0.0) unstable; urgency=medium [ Julian Andres Klode ] diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 06dd8e297..3d31f9270 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -268,7 +268,7 @@ "> <!-- this will be updated by 'prepare-release' --> -<!ENTITY apt-product-version "3.0.0"> +<!ENTITY apt-product-version "3.0.1"> <!-- (Code)names for various things used all over the place --> <!ENTITY debian-oldstable-codename "bookworm"> diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index 41d1636e4..992fd9663 100644 --- a/doc/po/apt-doc.pot +++ b/doc/po/apt-doc.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt-doc 3.0.0\n" +"Project-Id-Version: apt-doc 3.0.1\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-04-04 20:33+0000\n" +"POT-Creation-Date: 2025-04-25 21:10+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/po/apt-all.pot b/po/apt-all.pot index bd8829752..f520ed66b 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 3.0.0\n" +"Project-Id-Version: apt 3.0.1\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-04-04 20:33+0000\n" +"POT-Creation-Date: 2025-04-25 21:10+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" |
