From 785b920b8c5b4e4a299c6bbfc919360529e0e6fc Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 14 Apr 2010 19:26:34 +0200 Subject: Remember hosts with general failures for https://wiki.ubuntu.com/NetworklessInstallationFixes (LP: #556831). --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 6a078c498..896f850b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,9 @@ apt (0.7.25.4) UNRELEASED; urgency=low + [ Evan Dandrea ] + * Remember hosts with general failures for + https://wiki.ubuntu.com/NetworklessInstallationFixes (LP: #556831). + [ Ivan Masár ] * Slovak translation update. Closes: #568294 -- cgit v1.2.3 From 77278c2b5249162036121c20d537ca53e5914f0d Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 28 Apr 2010 09:41:44 +0200 Subject: * [ Abi break ] apt-pkg/acquire-item.{cc,h}: - add "IsIndexFile" to constructor of pkgAcqFile so that it sends the right cache control headers --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 896f850b0..b23327be1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,6 +31,9 @@ apt (0.7.25.4) UNRELEASED; urgency=low error out (LP: #502641) * apt-pkg/indexfile.cc: - deal correctly with three letter langcodes (LP: #391409) + * [ Abi break ] apt-pkg/acquire-item.{cc,h}: + - add "IsIndexFile" to constructor of pkgAcqFile so that it sends + the right cache control headers [ Robert Collins ] * Change the package index Info methods to allow apt-cache policy to be -- cgit v1.2.3 From 0c01e682d29051d4e26ea60e378796d30569ba5f Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 28 Apr 2010 15:45:06 +0200 Subject: * apt-pkg/depcache.cc: - fix incorrect std::cout usage for debug output --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index b23327be1..5211fc649 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,6 +34,8 @@ apt (0.7.25.4) UNRELEASED; urgency=low * [ Abi break ] apt-pkg/acquire-item.{cc,h}: - add "IsIndexFile" to constructor of pkgAcqFile so that it sends the right cache control headers + * apt-pkg/depcache.cc: + - fix incorrect std::cout usage for debug output [ Robert Collins ] * Change the package index Info methods to allow apt-cache policy to be -- cgit v1.2.3 From 8f40076991ecc89ab1e3c486da2696a44c285f18 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 3 May 2010 10:07:13 +0200 Subject: * apt-pkg/indexfile.cc: - If no "_" is found in the language code, try to find a "." This is required for languages like Esperanto that have no county associated with them (LP: #560956) Thanks to "Aisano" for the fix --- debian/changelog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 5211fc649..7c0024160 100644 --- a/debian/changelog +++ b/debian/changelog @@ -36,6 +36,11 @@ apt (0.7.25.4) UNRELEASED; urgency=low the right cache control headers * apt-pkg/depcache.cc: - fix incorrect std::cout usage for debug output + * apt-pkg/indexfile.cc: + - If no "_" is found in the language code, try to find a "." + This is required for languages like Esperanto that have no + county associated with them (LP: #560956) + Thanks to "Aisano" for the fix [ Robert Collins ] * Change the package index Info methods to allow apt-cache policy to be -- cgit v1.2.3