summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2018-12-18 15:03:59 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2018-12-18 15:03:59 +0100
commit68362f7996f4e72d73b40d61dc821610a1a4a148 (patch)
tree2e1cea593545d2ff5ba2de1a0cd5873bd2ade67f /debian
parentd57834a36e6adebbad28819360a984819995b376 (diff)
Release 1.8.0~alpha31.8.0_alpha3
Diffstat (limited to 'debian')
-rw-r--r--debian/NEWS6
-rw-r--r--debian/changelog32
2 files changed, 36 insertions, 2 deletions
diff --git a/debian/NEWS b/debian/NEWS
index 95725b261..e68470198 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,10 +1,12 @@
-apt (1.8.0~alpha3) UNRELEASED; urgency=medium
+apt (1.8.0~alpha3) unstable; urgency=medium
The PATH for running dpkg is now configured by the option DPkg::Path,
and defaults to "/usr/sbin:/usr/bin:/sbin/:bin". Previous behavior of
not changing PATH may be restored by setting the option to an empty string.
- -- Julian Andres Klode <jak@debian.org> Mon, 10 Dec 2018 16:51:36 +0100
+ Support for /etc/apt/auth.conf.d/ has been added, see apt_auth.conf(5).
+
+ -- Julian Andres Klode <jak@debian.org> Tue, 18 Dec 2018 15:02:11 +0100
apt (1.6~rc1) unstable; urgency=medium
diff --git a/debian/changelog b/debian/changelog
index 5347cb129..eaacec077 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,35 @@
+apt (1.8.0~alpha3) unstable; urgency=medium
+
+ [ Manuel A. Fernandez Montecelo ]
+ * Remove "Ultimedia" config for Acquire::Changelogs
+ * Remove "Tanglu" config for Acquire::Changelogs and as vendor
+
+ [ Julian Andres Klode ]
+ * Adjust libapt-pkg Breaks aptitude to << 0.8.9
+ * Print useful error on "apt changelog" without arguments
+ * test-pdiff-usage: make transaction failure test case more robust
+ * Provide a "autopurge" shortcut.
+ Thanks to Michael Vogt for the initial work
+ * Override FileFd copy constructor to prevent copying
+ * Add support for /etc/apt/auth.conf.d/*.conf (netrcparts)
+ * Set PATH=/usr/sbin:/usr/bin:/sbin:/bin when running dpkg
+
+ [ David Kalnischkies ]
+ * Allow setting Referer header for http method
+ * Use quoted tagnames in config dumps
+
+ [ Алексей Шилин ]
+ * Russian program translation update (Closes: #914096)
+
+ [ Balint Reczey ]
+ * Set LC_ALL=C.UTF-8 for unattended-upgrades environment when parsing its --help
+ (LP: #1806076)
+
+ [ Milo Casagrande ]
+ * [l10n] Update Italian translation
+
+ -- Julian Andres Klode <jak@debian.org> Tue, 18 Dec 2018 15:02:11 +0100
+
apt (1.8.0~alpha2) unstable; urgency=medium
* Revert "http: Fix handling of server connection closure"