summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog135
1 files changed, 135 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index a9bab70..a08e535 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,138 @@
+apt (2.9.8-0.0~progress7.99u1) graograman-backports; urgency=medium
+
+ * Uploading to graograman-backports, remaining changes:
+ - Updating maintainer field.
+ - Updating uploaders field.
+ - Updating bugs field.
+ - Updating vcs fields.
+ - Updating source format.
+ - Using apt binary specific configuration for apt-get.
+ - Including apt configuration files for Progress Linux.
+ - Setting Apt::Cmd::Disable-Script-Warning to true.
+ - Setting Apt::Install-Recommends to false.
+ - Setting Apt::Acquire::PDiffs to false.
+ - Building with debhelper from backports to fix FTBFS.
+ - Reverting t64 migration for backports.
+ * Merging upstream version 2.9.8.
+ * Merging debian version 2.9.8.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Mon, 26 Aug 2024 10:04:57 +0200
+
+apt (2.9.8) unstable; urgency=medium
+
+ [ Aristo Chen ]
+ * Do not return error if `Signed-By` value in source list is empty
+
+ [ Carles Pina i Estany ]
+ * Update Catalan translation
+
+ [ Julian Andres Klode ]
+ * Fix obsoleted-by handling for experimental in 3.0 solver
+
+ -- Julian Andres Klode <jak@debian.org> Mon, 12 Aug 2024 16:12:43 +0200
+
+apt (2.9.7-0.0~progress7.99u1) graograman-backports; urgency=medium
+
+ * Uploading to graograman-backports, remaining changes:
+ - Updating maintainer field.
+ - Updating uploaders field.
+ - Updating bugs field.
+ - Updating vcs fields.
+ - Updating source format.
+ - Using apt binary specific configuration for apt-get.
+ - Including apt configuration files for Progress Linux.
+ - Setting Apt::Cmd::Disable-Script-Warning to true.
+ - Setting Apt::Install-Recommends to false.
+ - Setting Apt::Acquire::PDiffs to false.
+ - Building with debhelper from backports to fix FTBFS.
+ - Reverting t64 migration for backports.
+ * Merging upstream version 2.9.7.
+ * Merging debian version 2.9.7.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Wed, 07 Aug 2024 15:28:49 +0200
+
+apt (2.9.7) unstable; urgency=medium
+
+ [ sid ]
+ * Show installed version (not candidate version) while removing a package
+
+ [ David Kalnischkies ]
+ * Parse snapshot option for apt show/list (Closes: #1075819)
+
+ [ Frans Spiesschaert ]
+ * Dutch program translation update (Closes: #1075874)
+ * Dutch manpages translation update (Closes: #1075875)
+
+ [ Michał Kułach ]
+ * Polish program translation update (Closes: #1075975)
+
+ [ Julian Andres Klode ]
+ * worker: Add an audit level to log audit messages
+ * gpgv: Add a LaterWorthless level, a SoonWorthless but at 'audit' level
+ * gpgv: Add IsAssertedPubKeyAlgo() function
+ * Only revoke weak RSA keys for now, add 'next' and 'future' levels
+ (LP: #2073126)
+ * solver3: Refactor Reason.Pkg()/Reason.Ver() use with iterator
+ * Add note that redundant 'CLI interface' is intentional
+
+ -- Julian Andres Klode <jak@debian.org> Tue, 30 Jul 2024 13:19:24 +0900
+
+apt (2.9.6-0.0~progress7.99u1) graograman-backports; urgency=medium
+
+ * Uploading to graograman-backports, remaining changes:
+ - Updating maintainer field.
+ - Updating uploaders field.
+ - Updating bugs field.
+ - Updating vcs fields.
+ - Updating source format.
+ - Using apt binary specific configuration for apt-get.
+ - Including apt configuration files for Progress Linux.
+ - Setting Apt::Cmd::Disable-Script-Warning to true.
+ - Setting Apt::Install-Recommends to false.
+ - Setting Apt::Acquire::PDiffs to false.
+ - Building with debhelper from backports to fix FTBFS.
+ - Reverting t64 migration for backports.
+ * Merging upstream version 2.9.6.
+ * Merging debian version 2.9.6.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Wed, 07 Aug 2024 15:28:17 +0200
+
+apt (2.9.6) unstable; urgency=medium
+
+ * solver3: Do not accidentally promote Replaces and Enhances to
+ dependencies; this fixes a regression in 2.9.5 when we added
+ code to promote currently satisfied Suggests to Depends.
+ * solver3: Unmark packages before setting any in ToDepCache
+ * solver3: Refactor (rewrite) FromDepCache() (Closes: #1071519)
+ This was intended to not have any behavioural changes, but verifying
+ the things that changed actually showed that they fixed subtle bugs.
+ * solver3: Consider packages as obsolete and not versions; this makes things
+ a bit easier to reason about.
+ * solver3: Only demote obsolete packages in choices for upgrades; this
+ fixes packages being needlessly replaced in apt install.
+
+ -- Julian Andres Klode <jak@debian.org> Tue, 02 Jul 2024 22:20:36 +0200
+
+apt (2.9.5-0.0~progress7.99u1) graograman-backports; urgency=medium
+
+ * Uploading to graograman-updates, remaining changes:
+ - Updating maintainer field.
+ - Updating uploaders field.
+ - Updating bugs field.
+ - Updating vcs fields.
+ - Updating source format.
+ - Using apt binary specific configuration for apt-get.
+ - Including apt configuration files for Progress Linux.
+ - Setting Apt::Cmd::Disable-Script-Warning to true.
+ - Setting Apt::Install-Recommends to false.
+ - Setting Apt::Acquire::PDiffs to false.
+ - Building with debhelper from backports to fix FTBFS.
+ - Reverting t64 migration for backports.
+ * Merging upstream version 2.9.5.
+ * Merging debian version 2.9.5.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Thu, 13 Jun 2024 21:31:44 +0200
+
apt (2.9.5) unstable; urgency=medium
[ Julian Andres Klode ]