From 7a7d697d07edb75057a6987158f2969bda96912b Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 25 May 2011 14:43:05 +0200 Subject: debian/changelog: next version will be 0.8.15 --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index b64594c2c..9f25c984b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -apt (0.8.14.2) UNRELEASED; urgency=low +apt (0.8.15) UNRELEASED; urgency=low [ Julian Andres Klode ] * apt-pkg/depcache.cc: -- cgit v1.2.3 From db95f57184f0e5a767aa07c1b629b987093f342e Mon Sep 17 00:00:00 2001 From: "bubulle@debian.org" <> Date: Wed, 25 May 2011 14:45:04 +0200 Subject: Italian translation update (Milo Casagrande). Closes: #627834 --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 9f25c984b..5f5e23eb1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ apt (0.8.15) UNRELEASED; urgency=low [ Christian Perrier ] * Galician translation update (Miguel Anxo Bouzada). Closes: #626505 + * Italian translation update (Milo Casagrande). Closes: #627834 [ David Kalnischkies ] * fix a bunch of cppcheck warnings/errors based on a patch by -- cgit v1.2.3 From 0901c5d08eadea5b5d91b09d4f532a029cb42574 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 30 May 2011 14:04:01 +0200 Subject: apt-pkg/acquire-item.cc: Reject files known to be invalid (LP: #346386) (Closes: #195301) This commit deals with the following cases: - First section of index file (Packages,Sources,Translation) without Package field - Signed release files without GPG data (NODATA) - i18n/Index files without hash sums Handling unsigned Release files is more complicated, and the example code using indexRecords is disabled as it can reject correct Release files without hashes. How we can reliably check unsigned Release files is another question, and not urgent anyway, as it should have no dramatic effect (we could check that it is a valid RFC-822 section, but that's a bit too long to write) --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 5f5e23eb1..b1d276d5d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ apt (0.8.15) UNRELEASED; urgency=low * apt-pkg/depcache.cc: - Really release action groups only once (Closes: #622744) - Make purge work again for config-files (LP: #244598) (Closes: #150831) + * apt-pkg/acquire-item.cc: + - Reject files known to be invalid (LP: #346386) (Closes: #195301) * debian/apt.cron.daily: - Check power after wait, patch by manuel-soto (LP: #705269) * debian/control: -- cgit v1.2.3 From 4fdb612374655361c8923a4611db6a0d10054317 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 30 May 2011 14:14:11 +0200 Subject: Reject files known to be invalid (LP: #346386) (Closes: #627642) --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index b1d276d5d..d02091f54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,7 +5,7 @@ apt (0.8.15) UNRELEASED; urgency=low - Really release action groups only once (Closes: #622744) - Make purge work again for config-files (LP: #244598) (Closes: #150831) * apt-pkg/acquire-item.cc: - - Reject files known to be invalid (LP: #346386) (Closes: #195301) + - Reject files known to be invalid (LP: #346386) (Closes: #627642) * debian/apt.cron.daily: - Check power after wait, patch by manuel-soto (LP: #705269) * debian/control: -- cgit v1.2.3 From 95f395cc774d522eda1b80b310bd75767aa11bd4 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 7 Jun 2011 08:48:09 +0200 Subject: * methods/mirror.cc: - ignore lines starting with "#" in the mirror file - ignore non http urls in the mirrors --- debian/changelog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index d02091f54..9fbcf0ad6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -73,6 +73,11 @@ apt (0.8.15) UNRELEASED; urgency=low * apt-pkg/packagemanager.cc: - ensure for Multi-Arch:same packages that they are unpacked in lock step even in immediate configuration (Closes: #618288) + + [ Michael Vogt ] + * methods/mirror.cc: + - ignore lines starting with "#" in the mirror file + - ignore non http urls in the mirrors -- Michael Vogt Mon, 16 May 2011 14:57:52 +0200 -- cgit v1.2.3 From 6885f3def825a5a0be6bb1715c800fada22f9b73 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 7 Jun 2011 13:21:47 +0200 Subject: append the dist (e.g. sid, wheezy) as a query string when asking for a suitable mirror --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 9fbcf0ad6..dc653a090 100644 --- a/debian/changelog +++ b/debian/changelog @@ -78,6 +78,8 @@ apt (0.8.15) UNRELEASED; urgency=low * methods/mirror.cc: - ignore lines starting with "#" in the mirror file - ignore non http urls in the mirrors + - append the dist (e.g. sid, wheezy) as a query string when + asking for a suitable mirror -- Michael Vogt Mon, 16 May 2011 14:57:52 +0200 -- cgit v1.2.3 From 85c26e8c9a04e98d1b5dc330d18429f628f230d4 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 9 Jun 2011 11:51:45 +0200 Subject: * apt-pkg/deb/deblistparser.cc: - include all known languages when building the apt cache (LP: #794907) --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index dc653a090..d75e2fb9d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -80,6 +80,9 @@ apt (0.8.15) UNRELEASED; urgency=low - ignore non http urls in the mirrors - append the dist (e.g. sid, wheezy) as a query string when asking for a suitable mirror + * apt-pkg/deb/deblistparser.cc: + - include all known languages when building the apt cache + (LP: #794907) -- Michael Vogt Mon, 16 May 2011 14:57:52 +0200 -- cgit v1.2.3 From 21c1da10a011a341b0bb14904999442e64bb7584 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 9 Jun 2011 14:02:03 +0200 Subject: update changelog for the previous two commits --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index d75e2fb9d..2c296b597 100644 --- a/debian/changelog +++ b/debian/changelog @@ -83,6 +83,8 @@ apt (0.8.15) UNRELEASED; urgency=low * apt-pkg/deb/deblistparser.cc: - include all known languages when building the apt cache (LP: #794907) + * apt-pkg/deb/debindexfile.cc: + - remove some no longer valid checks for "TranslationsAvailable()" -- Michael Vogt Mon, 16 May 2011 14:57:52 +0200 -- cgit v1.2.3 From f0b9c328358d16555cb1e94df71f5ee0da04a0ff Mon Sep 17 00:00:00 2001 From: "bubulle@debian.org" <> Date: Thu, 9 Jun 2011 22:48:35 +0200 Subject: German documentation translation update (Chris Leick). Closes: #629949 --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index d02091f54..bb072a15b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ apt (0.8.15) UNRELEASED; urgency=low [ Christian Perrier ] * Galician translation update (Miguel Anxo Bouzada). Closes: #626505 * Italian translation update (Milo Casagrande). Closes: #627834 + * German documentation translation update (Chris Leick). Closes: #629949 [ David Kalnischkies ] * fix a bunch of cppcheck warnings/errors based on a patch by -- cgit v1.2.3 From 0db864630c16afb3ed70370f2ccac3f59475699d Mon Sep 17 00:00:00 2001 From: "bubulle@debian.org" <> Date: Sat, 18 Jun 2011 13:56:21 +0200 Subject: Catalan translation update (Jordi Mallach). Closes: #630657 --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index bb072a15b..b6ce716b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ apt (0.8.15) UNRELEASED; urgency=low * Galician translation update (Miguel Anxo Bouzada). Closes: #626505 * Italian translation update (Milo Casagrande). Closes: #627834 * German documentation translation update (Chris Leick). Closes: #629949 + * Catalan translation update (Jordi Mallach). Closes: #630657 [ David Kalnischkies ] * fix a bunch of cppcheck warnings/errors based on a patch by -- cgit v1.2.3 From 9c76a88155c346666325339c5581a528d70b1f69 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 27 Jun 2011 10:46:41 +0200 Subject: * apt-pkg/deb/dpkgpm.cc: - set permissions of term.log to root.adm and 644 (LP: #404724) --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 2c296b597..16c0990d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -86,6 +86,10 @@ apt (0.8.15) UNRELEASED; urgency=low * apt-pkg/deb/debindexfile.cc: - remove some no longer valid checks for "TranslationsAvailable()" + [ Kenneth Solbø Andersen ] + * apt-pkg/deb/dpkgpm.cc: + - set permissions of term.log to root.adm and 644 (LP: #404724) + -- Michael Vogt Mon, 16 May 2011 14:57:52 +0200 apt (0.8.14.1) unstable; urgency=low -- cgit v1.2.3 From 15657fcc72462aed8e5b361fe52450484229ec5d Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 28 Jun 2011 15:45:59 +0100 Subject: cherry pick from donkult --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index b6ce716b6..bbfe9022e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -75,6 +75,9 @@ apt (0.8.15) UNRELEASED; urgency=low * apt-pkg/packagemanager.cc: - ensure for Multi-Arch:same packages that they are unpacked in lock step even in immediate configuration (Closes: #618288) + * apt-pkg/orderlist.cc: + - ensure that an old version of a package with a provides can + never satisfy a dependency of a newer version of this package -- Michael Vogt Mon, 16 May 2011 14:57:52 +0200 -- cgit v1.2.3 From 8293f00b642e77908dd1c8cedf1f21ec6e7e1653 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 28 Jun 2011 15:46:28 +0100 Subject: change to 0.8.14.2 --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index bbfe9022e..8c1688bd0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -apt (0.8.15) UNRELEASED; urgency=low +apt (0.8.14.2) UNRELEASED; urgency=low [ Julian Andres Klode ] * apt-pkg/depcache.cc: -- cgit v1.2.3 From f0feb360f41f03cff37e1adfbd9c38a4bf0ff84b Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 28 Jun 2011 16:27:48 +0100 Subject: update symbol file (thanks to david) --- debian/apt.symbols | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/apt.symbols b/debian/apt.symbols index bb60c22be..fb8403839 100644 --- a/debian/apt.symbols +++ b/debian/apt.symbols @@ -1318,3 +1318,6 @@ libapt-pkg.so.4.10 libapt-pkg4.10 (c++|optional=private)"debListParser::NewProvidesAllArch(pkgCache::VerIterator&, std::basic_string, std::allocator > const&, std::basic_string, std::allocator > const&)@Base" 0.8.13.2 1 (c++|optional=private)"PrintMode(char)@Base" 0.8.13.2 1 (c++)"pkgDepCache::IsModeChangeOk(pkgDepCache::ModeList, pkgCache::PkgIterator const&, unsigned long, bool)@Base" 0.8.13.2 1 + (c++)"pkgPackageManager::SmartUnPack(pkgCache::PkgIterator, bool)@Base" 0.8.15~exp1 1 + (c++)"pkgAcqMethod::PrintStatus(char const*, char const*, char*&) const@Base" 0.8.15~exp1 1 + (c++)"pkgCache::DepIterator::IsNegative() const@Base" 0.8.15~exp1 1 -- cgit v1.2.3 From 1fc8c9229ab6272ff7422af36ecfbc7a21376544 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 28 Jun 2011 17:00:07 +0100 Subject: various typo and syntax corrections in doc/*.xml --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 6ba17d067..6cb4ab261 100644 --- a/debian/changelog +++ b/debian/changelog @@ -101,6 +101,9 @@ apt (0.8.14.2) UNRELEASED; urgency=low [ Kenneth Solbø Andersen ] * apt-pkg/deb/dpkgpm.cc: - set permissions of term.log to root.adm and 644 (LP: #404724) + + [ Chris Leick ] + * various typo and syntax corrections in doc/*.xml -- David Kalnischkies Sat, 28 May 2011 10:54:23 +0200 -- cgit v1.2.3 From e449f717078978396b76a2fdae844196888d0211 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 28 Jun 2011 18:49:01 +0200 Subject: releasing version 0.8.15 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 6cb4ab261..7598a139d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -apt (0.8.14.2) UNRELEASED; urgency=low +apt (0.8.15) unstable; urgency=low [ Julian Andres Klode ] * apt-pkg/depcache.cc: @@ -105,7 +105,7 @@ apt (0.8.14.2) UNRELEASED; urgency=low [ Chris Leick ] * various typo and syntax corrections in doc/*.xml - -- David Kalnischkies Sat, 28 May 2011 10:54:23 +0200 + -- Michael Vogt Tue, 28 Jun 2011 18:00:48 +0200 apt (0.8.14.1) unstable; urgency=low -- cgit v1.2.3