diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2025-02-16 17:59:29 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2025-02-16 17:59:29 +0100 |
| commit | cf0ed0227fc9793d54494ec777a7e45bce5313c4 (patch) | |
| tree | 56197ed1d6d0733306d695f8b1ce3a9be876c219 /debian | |
| parent | 552b91f2e1d047e32568082366675d8f3c57a2fc (diff) | |
Release 2.9.302.9.30
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 38 |
1 files changed, 15 insertions, 23 deletions
diff --git a/debian/changelog b/debian/changelog index c453d29dd..9a8b116a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,26 +1,18 @@ -apt (2.9.29+exp2) experimental; urgency=medium - - * Run unifdef -DAPT_PKG_ABI=700 again - * Remove some more unused functions - * fileutl: Convert FileFd::d to std::unique_ptr - * cacheset: Drop APT_PUBLIC from templates - * cache: Introduce partial SourceVersion support - * Add missing #include <memory> - * Add missing #include <string_view> - * Add more excludes to the versionscript - - -- Julian Andres Klode <jak@debian.org> Sat, 15 Feb 2025 19:41:18 +0100 - -apt (2.9.29+exp1) experimental; urgency=medium - - * Rebuild with libapt-pkg7.0 soname; some minor ABI adjustments are - still on the way before this enters unstable, notable differences: - - The C++ standard library symbols are not re-exported anymore - (Closes: #1088398) - - We use smart pointers in a bunch more places - - std::string_view replaces APT::StringView (thanks to наб) - - -- Julian Andres Klode <jak@debian.org> Fri, 14 Feb 2025 19:45:28 +0100 +apt (2.9.30) unstable; urgency=medium + + * Upload libapt-pkg 7.0 ABI transition to unstable: + - Use smart pointers in a whole bunch of places (probably only an API break) + - Add a version script to hide any standard library symbols + - Remove the functions marked as deprecated, such as PrintStatus and _strtabexpand + - Introduce SourceVersion objects in the cache + - Migrate from APT::StringView to std::string view and change a bunch of + functions from std::string to std::string_view. + Thanks to наб for the merge requests, very appreciated, that was a lot + of busywork. + Several other changes were already queued in the previous releases in + #ifdef, please have a look at them. + + -- Julian Andres Klode <jak@debian.org> Sun, 16 Feb 2025 17:58:07 +0100 apt (2.9.29) unstable; urgency=medium |
