diff options
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | debian/changelog | 36 | ||||
| -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, 42 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0601ba40e..429330bac 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 "2.9.28") +set(PACKAGE_VERSION "2.9.29") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) diff --git a/debian/changelog b/debian/changelog index bdcad4310..9ad35bebb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,39 @@ +apt (2.9.29) unstable; urgency=medium + + [ Helge Kreutzmann ] + * German program translation update (Closes: #1052411) + * German program translation update (Closes: #1095681) + + [ Frans Spiesschaert ] + * Dutch program translation update (Closes: #1095409) + * Dutch manpages translation update (Closes: #1095411) + + [ Jean-Pierre Giraud ] + * French manpage translation update (Closes: #1088326, #1050876) + + [ Arnaud Rebillout ] + * test: Fix skipping test cases + + [ Peter Krefting ] + * Swedish program translation update (Closes: #1070029) + + [ Julian Andres Klode ] + * Add DepIterator::IsSatisfied(PkgIterator) + * test: Support comments in --skip/--only files + * Major 3.0 solver update, improving version selection, unit propagation, + and as a result significantly performance (2x for apt-tests). Also new: + - Phased updates are now supported + - The number of broken test cases is down from 31 to 9 + - dist-upgrade now installs Essential packages + - The order of alternatives in or groups is now better preserved + - Recommends for upgrades of installed dependencies are now upgraded + to Depends if they are new or previously satisfied; to avoid breaking + Recommends or introducing unsatisfied Recommends in an upgrade. + - A time out of 10s has been added that is checked whenever the solver + backtracks to prevent practically infinite runtime. + + -- Julian Andres Klode <jak@debian.org> Fri, 14 Feb 2025 19:42:43 +0100 + apt (2.9.28) unstable; urgency=medium [ Julian Andres Klode ] diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 5bc758453..d6a4a49c5 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 "2.9.28"> +<!ENTITY apt-product-version "2.9.29"> <!-- (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 d0a3c3bc7..62da6746c 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 2.9.28\n" +"Project-Id-Version: apt-doc 2.9.29\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-02-07 20:17+0000\n" +"POT-Creation-Date: 2025-02-14 18:39+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 b55299b49..931301706 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 2.9.28\n" +"Project-Id-Version: apt 2.9.29\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2025-02-07 20:17+0000\n" +"POT-Creation-Date: 2025-02-14 18:39+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" |
