From a4b849243713d4082228e2f7de6618bbf6c16849 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 10 Sep 2010 21:29:42 +0200 Subject: releasing version 0.8.4 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 2204b0082..1e98b4d83 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -apt (0.8.4) UNRELEASED; urgency=low +apt (0.8.4) unstable; urgency=low [ Michael vogt ] * ftparchive/writer.cc: @@ -20,7 +20,7 @@ apt (0.8.4) UNRELEASED; urgency=low * Fix missing space after dot in a message from apt-pkg Translations unfuzzied. Thanks to Holger Wansing. - -- Michael Vogt Thu, 09 Sep 2010 15:30:19 +0200 + -- Michael Vogt Fri, 10 Sep 2010 20:45:15 +0200 apt (0.8.3) unstable; urgency=low -- cgit v1.2.3 From 5ed56f934dd204cc3a1d757ccf5eac23f8374736 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Tue, 14 Sep 2010 18:57:46 +0200 Subject: * apt-pkg/policy.cc: - support 100-pinning in Release file with ButAutomaticUpgrades as requested by the backports crew (Closes: #596097) * apt-pkg/deb/deblistparser.cc: - overrule NotAutomatic in case of ButAutomaticUpgrades --- debian/changelog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 7b126b661..269113ad3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +apt (0.8.5) UNRELEASED; urgency=low + + [ David Kalnischkies ] + * apt-pkg/policy.cc: + - support 100-pinning in Release file with ButAutomaticUpgrades + as requested by the backports crew (Closes: #596097) + * apt-pkg/deb/deblistparser.cc: + - overrule NotAutomatic in case of ButAutomaticUpgrades + + -- David Kalnischkies Tue, 14 Sep 2010 18:56:23 +0200 + apt (0.8.4) UNRELEASED; urgency=low [ Michael vogt ] -- cgit v1.2.3 From c1cde32ed651337684f52f9aee6eead01b70d352 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Wed, 15 Sep 2010 13:24:51 +0200 Subject: * debian/apt.cron.daily: - handle absolut directory paths correctly by loading directories directly instead of building the paths on our own (Closes: #596421) --- debian/changelog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 174a263a9..bc862870b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,11 @@ apt (0.8.5) UNRELEASED; urgency=low as requested by the backports crew (Closes: #596097) * apt-pkg/deb/deblistparser.cc: - overrule NotAutomatic in case of ButAutomaticUpgrades + * debian/apt.cron.daily: + - handle absolut directory paths correctly by loading directories + directly instead of building the paths on our own (Closes: #596421) - -- David Kalnischkies Tue, 14 Sep 2010 18:56:23 +0200 + -- David Kalnischkies Wed, 15 Sep 2010 13:24:16 +0200 apt (0.8.4) unstable; urgency=low -- cgit v1.2.3 From 6422a70461fe89041d6112fed831b1c07cd45a3f Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Fri, 17 Sep 2010 09:55:12 +0200 Subject: * debian/control: - build-depend on docbook-xml to ensure that the xml DTDs are always available on the buildds (Closes: #597145) --- debian/changelog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index bc862870b..7e70d16db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,11 @@ apt (0.8.5) UNRELEASED; urgency=low * debian/apt.cron.daily: - handle absolut directory paths correctly by loading directories directly instead of building the paths on our own (Closes: #596421) + * debian/control: + - build-depend on docbook-xml to ensure that the xml DTDs are always + available on the buildds (Closes: #597145) - -- David Kalnischkies Wed, 15 Sep 2010 13:24:16 +0200 + -- David Kalnischkies Fri, 17 Sep 2010 09:53:04 +0200 apt (0.8.4) unstable; urgency=low -- cgit v1.2.3 From b6d189cab739eb23fc8d86c051b4081d52705ab0 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Fri, 17 Sep 2010 10:02:38 +0200 Subject: * buildlib/debiandoc.mak, buildlib/po4a_manpage.mak: - ensure that the build fails if documentation building fails --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 7e70d16db..75ac29a71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,8 +12,10 @@ apt (0.8.5) UNRELEASED; urgency=low * debian/control: - build-depend on docbook-xml to ensure that the xml DTDs are always available on the buildds (Closes: #597145) + * buildlib/debiandoc.mak, buildlib/po4a_manpage.mak: + - ensure that the build fails if documentation building fails - -- David Kalnischkies Fri, 17 Sep 2010 09:53:04 +0200 + -- David Kalnischkies Fri, 17 Sep 2010 10:01:45 +0200 apt (0.8.4) unstable; urgency=low -- cgit v1.2.3 From 481f7e8ce289e8563e4516e204fc582c17c3ce58 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Fri, 17 Sep 2010 10:07:24 +0200 Subject: * doc/po/fr.po: - correct two syntax issues to ensure we can build fine --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 75ac29a71..cc2c601e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,8 +14,10 @@ apt (0.8.5) UNRELEASED; urgency=low available on the buildds (Closes: #597145) * buildlib/debiandoc.mak, buildlib/po4a_manpage.mak: - ensure that the build fails if documentation building fails + * doc/po/fr.po: + - correct two syntax issues to ensure we can build fine - -- David Kalnischkies Fri, 17 Sep 2010 10:01:45 +0200 + -- David Kalnischkies Fri, 17 Sep 2010 10:04:35 +0200 apt (0.8.4) unstable; urgency=low -- cgit v1.2.3 From 9ef21af3d8325ef6889fdf9f015b497a71c9f845 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Fri, 17 Sep 2010 10:32:37 +0200 Subject: German manpage translation (Chris Leick). Closes: #597163 --- debian/changelog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index cc2c601e6..573cab419 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,8 @@ apt (0.8.5) UNRELEASED; urgency=low + [ Manpages translations ] + * German (Chris Leick). Closes: #597163 + [ David Kalnischkies ] * apt-pkg/policy.cc: - support 100-pinning in Release file with ButAutomaticUpgrades @@ -17,7 +20,7 @@ apt (0.8.5) UNRELEASED; urgency=low * doc/po/fr.po: - correct two syntax issues to ensure we can build fine - -- David Kalnischkies Fri, 17 Sep 2010 10:04:35 +0200 + -- David Kalnischkies Fri, 17 Sep 2010 10:26:17 +0200 apt (0.8.4) unstable; urgency=low -- cgit v1.2.3 From ffde0f7df221d65c698907066591ea425e0b1339 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 17 Sep 2010 22:22:50 +0200 Subject: releasing version 0.8.5 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 1d7aeba78..6a1e0389c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -apt (0.8.5) UNRELEASED; urgency=low +apt (0.8.5) unstable; urgency=low [ Manpages translations ] * German (Chris Leick). Closes: #597163 @@ -24,7 +24,7 @@ apt (0.8.5) UNRELEASED; urgency=low * doc/po/fr.po: - correct two syntax issues to ensure we can build fine - -- David Kalnischkies Fri, 17 Sep 2010 10:26:17 +0200 + -- Michael Vogt Fri, 17 Sep 2010 22:05:06 +0200 apt (0.8.4) unstable; urgency=low -- cgit v1.2.3 From dd21adb85a810125230cbc29d8bc413fe337f96c Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Fri, 24 Sep 2010 14:18:52 +0200 Subject: * cmdline/apt-cache.cc: - use the TranslatedDescription for searching and not the first available one as it is maybe not an expected language (Closes: #597925) --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 6a1e0389c..7f3ccb624 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +apt (0.8.6) UNRELEASED; urgency=low + + [ David Kalnischkies ] + * cmdline/apt-cache.cc: + - use the TranslatedDescription for searching and not the first + available one as it is maybe not an expected language (Closes: #597925) + + -- David Kalnischkies Fri, 24 Sep 2010 14:11:52 +0200 + apt (0.8.5) unstable; urgency=low [ Manpages translations ] -- cgit v1.2.3 From 4d8d8112bb2bdee0f0e3cb46a6677e9fa35d791a Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Tue, 28 Sep 2010 17:27:44 +0200 Subject: * apt-pkg/contrib/strutl.cc: - add a space between number and unit as required by SI (Closes: #598352) --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 7f3ccb624..5e1333309 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,10 @@ apt (0.8.6) UNRELEASED; urgency=low * cmdline/apt-cache.cc: - use the TranslatedDescription for searching and not the first available one as it is maybe not an expected language (Closes: #597925) + * apt-pkg/contrib/strutl.cc: + - add a space between number and unit as required by SI (Closes: #598352) - -- David Kalnischkies Fri, 24 Sep 2010 14:11:52 +0200 + -- David Kalnischkies Tue, 28 Sep 2010 17:25:22 +0200 apt (0.8.5) unstable; urgency=low -- cgit v1.2.3 From 01a6e24cd1b601df2f20190b6118c4616e7fedf2 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Wed, 29 Sep 2010 19:55:04 +0200 Subject: * apt-pkg/depcache.cc: - do not check endpointer packages instead of only those which prevented NeverAutoRemove settings from having an effect (Closes: #598452) --- debian/changelog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 5e1333309..bf68f84e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,11 @@ apt (0.8.6) UNRELEASED; urgency=low available one as it is maybe not an expected language (Closes: #597925) * apt-pkg/contrib/strutl.cc: - add a space between number and unit as required by SI (Closes: #598352) + * apt-pkg/depcache.cc: + - do not check endpointer packages instead of only those which prevented + NeverAutoRemove settings from having an effect (Closes: #598452) - -- David Kalnischkies Tue, 28 Sep 2010 17:25:22 +0200 + -- David Kalnischkies Wed, 29 Sep 2010 19:54:45 +0200 apt (0.8.5) unstable; urgency=low -- cgit v1.2.3 From ce97dbdabbdcdd8142dfb37aaddb0704589ded66 Mon Sep 17 00:00:00 2001 From: Clytie Siddall Date: Wed, 29 Sep 2010 20:31:29 +0200 Subject: Vietnamese programs translation update by Clytie Siddall (Closes: #598489) --- debian/changelog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index bf68f84e1..40a01eed4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,8 @@ apt (0.8.6) UNRELEASED; urgency=low + [ Programs translations ] + * Vietnamese update by Clytie Siddall (Closes: #598489) + [ David Kalnischkies ] * cmdline/apt-cache.cc: - use the TranslatedDescription for searching and not the first @@ -9,8 +12,9 @@ apt (0.8.6) UNRELEASED; urgency=low * apt-pkg/depcache.cc: - do not check endpointer packages instead of only those which prevented NeverAutoRemove settings from having an effect (Closes: #598452) + * - -- David Kalnischkies Wed, 29 Sep 2010 19:54:45 +0200 + -- David Kalnischkies Wed, 29 Sep 2010 20:26:56 +0200 apt (0.8.5) unstable; urgency=low -- cgit v1.2.3 From be2db981072866d9bb424c7f92dd0ec0fcdaaa66 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Wed, 29 Sep 2010 20:56:30 +0200 Subject: * apt-pkg/packagemanager.cc: - Add a space between period and 'Please' and unfuzzy all translations --- debian/changelog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 40a01eed4..49630b66d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,9 +12,10 @@ apt (0.8.6) UNRELEASED; urgency=low * apt-pkg/depcache.cc: - do not check endpointer packages instead of only those which prevented NeverAutoRemove settings from having an effect (Closes: #598452) - * + * apt-pkg/packagemanager.cc: + - Add a space between period and 'Please' and unfuzzy all translations - -- David Kalnischkies Wed, 29 Sep 2010 20:26:56 +0200 + -- David Kalnischkies Wed, 29 Sep 2010 20:52:40 +0200 apt (0.8.5) unstable; urgency=low -- cgit v1.2.3 From 63cb76531aa8daca9f1da02a1f3249f5badbc507 Mon Sep 17 00:00:00 2001 From: Chris Leick Date: Thu, 30 Sep 2010 12:28:35 +0200 Subject: * doc/po/de.po: - remove the duplicated "angefertigt" in translation-holder string --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 49630b66d..2e213283c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,8 +14,10 @@ apt (0.8.6) UNRELEASED; urgency=low NeverAutoRemove settings from having an effect (Closes: #598452) * apt-pkg/packagemanager.cc: - Add a space between period and 'Please' and unfuzzy all translations + * doc/po/de.po: + - remove the duplicated "angefertigt" in translation-holder string - -- David Kalnischkies Wed, 29 Sep 2010 20:52:40 +0200 + -- David Kalnischkies Thu, 30 Sep 2010 12:26:34 +0200 apt (0.8.5) unstable; urgency=low -- cgit v1.2.3 From 966a4c5320a8d7a76749c2ddbfc29708d71bda3c Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 1 Oct 2010 14:36:31 +0200 Subject: * debian/apt.cron.daily: - source /etc/default/locale (if available) so that the apt-get update cron job fetches the right translated package descriptions --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index f1976f516..feafede86 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,10 @@ apt (0.8.2) unstable; urgency=low not use the root directory to identify the medium (as all changes there change the ident id). Use the .disk directory instead + * debian/apt.cron.daily: + - source /etc/default/locale (if available) so that the + apt-get update cron job fetches the right translated package + descriptions -- Michael Vogt Fri, 03 Sep 2010 20:21:43 +0200 -- cgit v1.2.3 From 0c6aa02ecfbb1b1ecac519527467befae36b7c40 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sat, 2 Oct 2010 09:19:31 +0200 Subject: * apt-pkg/depcache.cc: - do not remove packages which the user requested for installation explicitly while satisfying other install requests (Closes: #598669) --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 2e213283c..2b08a7b4a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,12 +12,14 @@ apt (0.8.6) UNRELEASED; urgency=low * apt-pkg/depcache.cc: - do not check endpointer packages instead of only those which prevented NeverAutoRemove settings from having an effect (Closes: #598452) + - do not remove packages which the user requested for installation + explicitly while satisfying other install requests (Closes: #598669) * apt-pkg/packagemanager.cc: - Add a space between period and 'Please' and unfuzzy all translations * doc/po/de.po: - remove the duplicated "angefertigt" in translation-holder string - -- David Kalnischkies Thu, 30 Sep 2010 12:26:34 +0200 + -- David Kalnischkies Sat, 02 Oct 2010 09:07:30 +0200 apt (0.8.5) unstable; urgency=low -- cgit v1.2.3 From b69968adeab3e04a6e7d68ebf2920b5e608b6fb1 Mon Sep 17 00:00:00 2001 From: Maacub Date: Mon, 4 Oct 2010 11:03:24 +0200 Subject: [ Programs translations ] * Asturian update by Maacub (Closes: #599057) --- debian/changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 2b08a7b4a..6bcef4a0f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ apt (0.8.6) UNRELEASED; urgency=low [ Programs translations ] * Vietnamese update by Clytie Siddall (Closes: #598489) + * Asturian update by Maacub (Closes: #599057) [ David Kalnischkies ] * cmdline/apt-cache.cc: @@ -19,7 +20,7 @@ apt (0.8.6) UNRELEASED; urgency=low * doc/po/de.po: - remove the duplicated "angefertigt" in translation-holder string - -- David Kalnischkies Sat, 02 Oct 2010 09:07:30 +0200 + -- David Kalnischkies Mon, 04 Oct 2010 11:02:41 +0200 apt (0.8.5) unstable; urgency=low -- cgit v1.2.3 From aaab3de0c039c5da3b25d282b5b00e041bf0f857 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 4 Oct 2010 12:02:59 +0200 Subject: releasing version 0.8.6 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 6bcef4a0f..bd8f8644a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -apt (0.8.6) UNRELEASED; urgency=low +apt (0.8.6) unstable; urgency=low [ Programs translations ] * Vietnamese update by Clytie Siddall (Closes: #598489) @@ -20,7 +20,7 @@ apt (0.8.6) UNRELEASED; urgency=low * doc/po/de.po: - remove the duplicated "angefertigt" in translation-holder string - -- David Kalnischkies Mon, 04 Oct 2010 11:02:41 +0200 + -- Michael Vogt Mon, 04 Oct 2010 11:52:19 +0200 apt (0.8.5) unstable; urgency=low -- cgit v1.2.3 From c895cb45789486224913ecdda9fb48c9dab3a074 Mon Sep 17 00:00:00 2001 From: "bubulle@debian.org" <> Date: Tue, 5 Oct 2010 05:36:46 +0200 Subject: Typo fixed in French (extra "Z"). Thanks to Florentin Duneau. --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index bd8f8644a..8e6e7ae8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apt (0.8.7) UNRELEASED; urgency=low + + [ Manpages translations ] + * Typo fixed in French (extra "Z"). Thanks to Florentin Duneau. + + -- Christian Perrier Tue, 05 Oct 2010 05:35:58 +0200 + apt (0.8.6) unstable; urgency=low [ Programs translations ] -- cgit v1.2.3 From 3a97e9665d126a582c830376bfded145c0f9b2d1 Mon Sep 17 00:00:00 2001 From: "bubulle@debian.org" <> Date: Wed, 6 Oct 2010 22:35:27 +0200 Subject: =?UTF-8?q?*=20Another=20typo=20fixed=20in=20French=20("Anfin").?= =?UTF-8?q?=20Thanks=20to=20bubulle=20*=20Wrong=20translation=20for=20"sho?= =?UTF-8?q?wauto"=20fixed.=20Thanks=20to=20Rapha=C3=ABl=20Hertzog=20=20=20?= =?UTF-8?q?Closes:=20#599265?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 8e6e7ae8a..e7d784eb8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ apt (0.8.7) UNRELEASED; urgency=low [ Manpages translations ] * Typo fixed in French (extra "Z"). Thanks to Florentin Duneau. + * Another typo fixed in French ("Anfin"). Thanks to bubulle + * Wrong translation for "showauto" fixed. Thanks to Raphaël Hertzog + Closes: #599265 -- Christian Perrier Tue, 05 Oct 2010 05:35:58 +0200 -- cgit v1.2.3 From 5473df3fec08eaea6e84b98551cc247e87f4b6df Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 13 Oct 2010 12:45:47 +0200 Subject: * apt-pkg/deb/debindexfile.cc: - Use FileFd::Size() instead of stat()ing the sources/binary/translations indexes directly, so that we have transparent handling of gzipped indexes. --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index e7d784eb8..ad6d05cf0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,12 @@ apt (0.8.7) UNRELEASED; urgency=low * Wrong translation for "showauto" fixed. Thanks to Raphaël Hertzog Closes: #599265 + [ Martin Pitt ] + * apt-pkg/deb/debindexfile.cc: + - Use FileFd::Size() instead of stat()ing the sources/binary/translations + indexes directly, so that we have transparent handling of gzipped + indexes. + -- Christian Perrier Tue, 05 Oct 2010 05:35:58 +0200 apt (0.8.6) unstable; urgency=low -- cgit v1.2.3 From 9c182afa045dc889a5025d166328c6115924d706 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 13 Oct 2010 13:00:49 +0200 Subject: * apt-pkg/contrib/fileutl.cc: - Fix FileFd::Size() for gzipped files to give the size of the uncompressed data. This fixes cache progress building progress going way over 100%. --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index ad6d05cf0..f1737a5a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,10 @@ apt (0.8.7) UNRELEASED; urgency=low - Use FileFd::Size() instead of stat()ing the sources/binary/translations indexes directly, so that we have transparent handling of gzipped indexes. + * apt-pkg/contrib/fileutl.cc: + - Fix FileFd::Size() for gzipped files to give the size of the + uncompressed data. This fixes cache progress building progress going way + over 100%. -- Christian Perrier Tue, 05 Oct 2010 05:35:58 +0200 -- cgit v1.2.3 From e344c4a7a1569c77ef8f8921852fd9822ee64b90 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 13 Oct 2010 14:34:23 +0200 Subject: fix changelog typo --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 3a552d01e..739f1b425 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,7 +23,7 @@ apt (0.8.7) UNRELEASED; urgency=low indexes. * apt-pkg/contrib/fileutl.cc: - Fix FileFd::Size() for gzipped files to give the size of the - uncompressed data. This fixes cache progress building progress going way + uncompressed data. This fixes cache building progress going way over 100%. -- Christian Perrier Tue, 05 Oct 2010 05:35:58 +0200 -- cgit v1.2.3