diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-08-26 21:03:09 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-08-26 21:03:09 +0200 |
| commit | 23af056d0dd21acaeae14d02e416a8696ebd69af (patch) | |
| tree | 8a0fd91663d3837337bc3962383bb31c06a971d9 | |
| parent | 8b67bde9a04fce5fbf155f8918de44264cc37086 (diff) | |
Release 3.1.53.1.5
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | debian/changelog | 27 | ||||
| -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, 33 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 156f3238b..80b26e340 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.1.4") +set(PACKAGE_VERSION "3.1.5") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) diff --git a/debian/changelog b/debian/changelog index f9b62a9cf..cf094bb7a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,30 @@ +apt (3.1.5) unstable; urgency=medium + + [ Christopher Bock ] + * completion: apt why/why-not + + [ Julian Andres Klode ] + * doc: Remove <filename> inside <arg> + * solver3: Sort dependency targets against current alternative + * solver3: Allow any downloadable version to mark a package as not obsolete + * debListParser: Cache `essential` and `myArch` more + * edsp: Clear architecture cache + * edsp: Do not skip lines (fixes Architecture reading) + + [ Américo Monteiro ] + * Portuguese manpages translation update (Closes: #1111124) + + [ Helge Kreutzmann ] + * German program translation update (Closes: #1111875) + + [ Tianyu Chen ] + * Update Simplified Chinese translation + + [ Biswapriyo Nath ] + * Fix indentation compiler warning with clang + + -- Julian Andres Klode <jak@debian.org> Tue, 26 Aug 2025 21:02:54 +0200 + apt (3.1.4) unstable; urgency=medium * Upload to unstable diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 073075050..3a7c6410c 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.1.4"> +<!ENTITY apt-product-version "3.1.5"> <!-- (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 54d0eaa1f..8f43ffc31 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.1.4\n" +"Project-Id-Version: apt-doc 3.1.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-08-11 15:28+0000\n" +"POT-Creation-Date: 2025-08-26 19:03+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 008fc8e96..dcffe49bc 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 3.1.4\n" +"Project-Id-Version: apt 3.1.5\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-08-11 15:28+0000\n" +"POT-Creation-Date: 2025-08-26 19:03+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" |
