summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2019-12-02 18:18:57 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2019-12-02 18:18:57 +0100
commit5a98b531f7afcd34367b46ac9e0c7bfe151d6999 (patch)
treeefe8c1c97a4e992b6df4f22ba33120ffc46d4aa8 /debian
parent878861d35c8a97823b7cecc7e47d6850a5394d8b (diff)
Release 1.9.5
Diffstat (limited to 'debian')
-rw-r--r--debian/NEWS2
-rw-r--r--debian/changelog35
2 files changed, 36 insertions, 1 deletions
diff --git a/debian/NEWS b/debian/NEWS
index 555791602..46c1fcb16 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,4 +1,4 @@
-apt (1.9.5) UNRELEASED; urgency=medium
+apt (1.9.5) unstable; urgency=medium
Credentials in apt_auth.conf(5) now only apply to https and tor+https
sources to avoid them being leaked over plaintext (Closes: #945911). To
diff --git a/debian/changelog b/debian/changelog
index 11066f1d7..a180c0009 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,38 @@
+apt (1.9.5) experimental; urgency=medium
+
+ [ Julian Andres Klode ]
+ * Parse 'show' arguments for the 'info' alias as well (LP: #1843812)
+ * patterns: Add base class for regular expression matching
+ * patterns: Add ?version
+ * patterns: Add ?source-name and ?source-version
+ * patterns: Add ?archive
+ * patterns: Add ?origin
+ * patterns: Add ?any-version
+ * patterns: Implement ?narrow(...), as ?any-version(?and(...))
+ * patterns: Add ?all-versions
+ * patterns: Add ?section
+ * netrc: Restrict auth.conf entries to https by default (Closes: #945911)
+
+ [ Anatoly Borodin ]
+ * README.md: fix dead anonscm link
+
+ [ Алексей Шилин ]
+ * Search in all available description translations (Closes: #490000)
+ * strutl: Add APT::String::DisplayLength() function
+ * Fix progress bar width for multibyte charsets
+
+ [ Chris Leick ]
+ * German manpage translation update
+
+ [ David Kalnischkies ]
+ * Use correct filename on IMS-hit reverify for indices
+ * Remove failed trusted signature instead of index on IMS hit
+
+ [ Anthony Papillon ]
+ * Fix a mistake in man french translation
+
+ -- Julian Andres Klode <jak@debian.org> Mon, 02 Dec 2019 18:17:56 +0100
+
apt (1.9.4) experimental; urgency=medium
* CMake: Pass -Werror=return-type to gcc