From 46e39c8e14dc98045107cfb38af8cecb8a4773b0 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 8 Jan 2010 22:28:49 +0100 Subject: * French manpage translation update * spot & fix various typos in all manpages * German manpage translation update * cmdline/apt-cache.cc: - remove translatable marker from the "%4i %s\n" string * buildlib/po4a_manpage.mak: - instruct debiandoc to build files with utf-8 encoding * buildlib/tools.m4: - fix some warning from the buildtools * apt-pkg/acquire-item.cc: - add configuration PDiffs::Limit-options to not download too many or too big patches (Closes: #554349) * debian/control: - let all packages depend on ${misc:Depends} * share/*-archive.gpg: - remove the horrible outdated files. We already depend on the keyring so we don't need to ship our own version * cmdline/apt-key: - errors out if wget is not installed (Closes: #545754) - add --keyring option as we have now possibly many * methods/gpgv.cc: - pass all keyrings (TrustedParts) to gpgv instead of using only one trusted.gpg keyring (Closes: #304846) * methods/https.cc: - finally merge the rest of the patchset from Arnaud Ebalard with the CRL and Issuers options, thanks! (Closes: #485963) --- debian/changelog | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 53dfcce12..56d3f79c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,39 @@ +apt (0.7.25.1) UNRELEASED; urgency=low + + [ Christian Perrier ] + * French manpage translation update + + [Chris Leick] + * spot & fix various typos in all manpages + * German manpage translation update + + [ David Kalnischkies ] + * cmdline/apt-cache.cc: + - remove translatable marker from the "%4i %s\n" string + * buildlib/po4a_manpage.mak: + - instruct debiandoc to build files with utf-8 encoding + * buildlib/tools.m4: + - fix some warning from the buildtools + * apt-pkg/acquire-item.cc: + - add configuration PDiffs::Limit-options to not download + too many or too big patches (Closes: #554349) + * debian/control: + - let all packages depend on ${misc:Depends} + * share/*-archive.gpg: + - remove the horrible outdated files. We already depend on + the keyring so we don't need to ship our own version + * cmdline/apt-key: + - errors out if wget is not installed (Closes: #545754) + - add --keyring option as we have now possibly many + * methods/gpgv.cc: + - pass all keyrings (TrustedParts) to gpgv instead of + using only one trusted.gpg keyring (Closes: #304846) + * methods/https.cc: + - finally merge the rest of the patchset from Arnaud Ebalard + with the CRL and Issuers options, thanks! (Closes: #485963) + + -- Michael Vogt Fri, 08 Jan 2010 20:17:28 +0100 + apt (0.7.25) unstable; urgency=low [ Christian Perrier ] -- cgit v1.2.3 From 61690a7ed8403091425e42c6959918fb62824248 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 8 Jan 2010 22:32:32 +0100 Subject: * cmdline/apt-get.cc: - fix apt-get source pkg=version regression (closes: #561971) --- debian/changelog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 56d3f79c0..ef46df5b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -32,7 +32,11 @@ apt (0.7.25.1) UNRELEASED; urgency=low - finally merge the rest of the patchset from Arnaud Ebalard with the CRL and Issuers options, thanks! (Closes: #485963) - -- Michael Vogt Fri, 08 Jan 2010 20:17:28 +0100 + [ Michael Vogt ] + * cmdline/apt-get.cc: + - fix apt-get source pkg=version regression (closes: #561971) + + -- Michael Vogt Fri, 08 Jan 2010 22:31:47 +0100 apt (0.7.25) unstable; urgency=low -- cgit v1.2.3 From 9ba25fb7d6ae555a6cdf8772ed49f00bde90af41 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 8 Jan 2010 22:40:46 +0100 Subject: * po/ru.po: - merged updated ru.po, thanks to Yuri Kozlov (closes: #564171) --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index ef46df5b0..ddb945425 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,6 +35,8 @@ apt (0.7.25.1) UNRELEASED; urgency=low [ Michael Vogt ] * cmdline/apt-get.cc: - fix apt-get source pkg=version regression (closes: #561971) + * po/ru.po: + - merged updated ru.po, thanks to Yuri Kozlov (closes: #564171) -- Michael Vogt Fri, 08 Jan 2010 22:31:47 +0100 -- cgit v1.2.3 From a2f1aa259f57d288dce5ed5217b7ba03f6371399 Mon Sep 17 00:00:00 2001 From: "bubulle@debian.org" <> Date: Sat, 9 Jan 2010 16:46:43 +0100 Subject: Russian translation update --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index ddb945425..adbcf815b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ apt (0.7.25.1) UNRELEASED; urgency=low [ Christian Perrier ] * French manpage translation update + * Russian translation update by Yuri Kozlov + Closes: #564171 [Chris Leick] * spot & fix various typos in all manpages -- cgit v1.2.3 From c8e572e3cf36209f3693ce83c47ebce02be9fb99 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Sat, 9 Jan 2010 21:19:03 +0100 Subject: * apt-pkg/deb/debindexfile.cc, apt-pkg/pkgcachegen.cc: - add debug option Debug::pkgCacheGen - merge fix for apt-get source pkg=version regression (closes: #561971) --- debian/changelog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index adbcf815b..172a50b5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,10 +33,13 @@ apt (0.7.25.1) UNRELEASED; urgency=low * methods/https.cc: - finally merge the rest of the patchset from Arnaud Ebalard with the CRL and Issuers options, thanks! (Closes: #485963) + * apt-pkg/deb/debindexfile.cc, apt-pkg/pkgcachegen.cc: + - add debug option Debug::pkgCacheGen [ Michael Vogt ] * cmdline/apt-get.cc: - - fix apt-get source pkg=version regression (closes: #561971) + - merge fix for apt-get source pkg=version regression + (closes: #561971) * po/ru.po: - merged updated ru.po, thanks to Yuri Kozlov (closes: #564171) -- cgit v1.2.3 From 72f6c6f8d9b1a92c7795ffcfbdc3b8858eb79a70 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 11 Jan 2010 19:44:47 +0100 Subject: releasing version 0.7.25.1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 172a50b5e..3e377b726 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -apt (0.7.25.1) UNRELEASED; urgency=low +apt (0.7.25.1) unstable; urgency=low [ Christian Perrier ] * French manpage translation update @@ -43,7 +43,7 @@ apt (0.7.25.1) UNRELEASED; urgency=low * po/ru.po: - merged updated ru.po, thanks to Yuri Kozlov (closes: #564171) - -- Michael Vogt Fri, 08 Jan 2010 22:31:47 +0100 + -- Michael Vogt Sat, 09 Jan 2010 21:52:36 +0100 apt (0.7.25) unstable; urgency=low -- cgit v1.2.3 From 31e5fa8de7be2eeb0225afa462f2786ad717e289 Mon Sep 17 00:00:00 2001 From: "bubulle@debian.org" <> Date: Thu, 14 Jan 2010 19:33:17 +0100 Subject: French translation update (17 left) --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 3e377b726..e8cf08be3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ apt (0.7.25.1) unstable; urgency=low [ Christian Perrier ] * French manpage translation update + * French translation update * Russian translation update by Yuri Kozlov Closes: #564171 -- cgit v1.2.3 From 0d2e73c7aadad2b84ef19f2a37914c829a465573 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 22 Jan 2010 20:06:37 +0100 Subject: * apt-pkg/contrib/cdromutl.cc: - fix UnmountCdrom() fails, give it a bit more time and try the umount again --- debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index e8cf08be3..598826032 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +apt (0.7.25.2) UNRELEASED; urgency=low + + * apt-pkg/contrib/cdromutl.cc: + - fix UnmountCdrom() fails, give it a bit more time and try + the umount again + + -- Michael Vogt Fri, 22 Jan 2010 20:06:12 +0100 + apt (0.7.25.1) unstable; urgency=low [ Christian Perrier ] -- cgit v1.2.3 From 391149ba7f664924a5d2f1cfc5756896ca4ef3a1 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 22 Jan 2010 21:34:29 +0100 Subject: * methods/cdrom.cc: - fixes in multi cdrom setup code --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 598826032..717d7c739 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ apt (0.7.25.2) UNRELEASED; urgency=low * apt-pkg/contrib/cdromutl.cc: - fix UnmountCdrom() fails, give it a bit more time and try the umount again + * methods/cdrom.cc: + - fixes in multi cdrom setup code -- Michael Vogt Fri, 22 Jan 2010 20:06:12 +0100 -- cgit v1.2.3 From b39c18596d05cea1b3c0f0445b17080e9a2e4c19 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Sat, 23 Jan 2010 00:37:21 +0100 Subject: * apt-pkg/contrib/fileutl.cc: - Fix the newly introduced method GetListOfFilesInDir to not accept every file if no extension is enforced (= restore old behaviour). (Closes: #565213) * apt-pkg/policy.cc: - accept also partfiles with "pref" file extension as valid * apt-pkg/contrib/configuration.cc: - accept also partfiles with "conf" file extension as valid * doc/apt.conf.5.xml: - reorder description and split out syntax - add partfile name convention (Closes: #558348) * doc/apt_preferences.conf.5.xml: - describe partfile name convention also here * apt-pkg/deb/dpkgpm.cc: - don't segfault if term.log file can't be opened. Thanks Sam Brightman for the patch! (Closes: #475770) * doc/*: - replace the per language addendum with a global addendum - add a explanation why translations include (maybe) english parts to the new global addendum (Closes: #561636) * apt-pkg/contrib/strutl.cc: - fix malloc asseration fail with ja_JP.eucJP locale in apt-cache search. Thanks Kusanagi Kouichi! (Closes: #548884) --- debian/changelog | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 717d7c739..edc3ab9b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,34 @@ apt (0.7.25.2) UNRELEASED; urgency=low -- Michael Vogt Fri, 22 Jan 2010 20:06:12 +0100 +apt (0.7.25.2) UNRELEASED; urgency=low + + * apt-pkg/contrib/fileutl.cc: + - Fix the newly introduced method GetListOfFilesInDir to not + accept every file if no extension is enforced + (= restore old behaviour). (Closes: #565213) + * apt-pkg/policy.cc: + - accept also partfiles with "pref" file extension as valid + * apt-pkg/contrib/configuration.cc: + - accept also partfiles with "conf" file extension as valid + * doc/apt.conf.5.xml: + - reorder description and split out syntax + - add partfile name convention (Closes: #558348) + * doc/apt_preferences.conf.5.xml: + - describe partfile name convention also here + * apt-pkg/deb/dpkgpm.cc: + - don't segfault if term.log file can't be opened. + Thanks Sam Brightman for the patch! (Closes: #475770) + * doc/*: + - replace the per language addendum with a global addendum + - add a explanation why translations include (maybe) english + parts to the new global addendum (Closes: #561636) + * apt-pkg/contrib/strutl.cc: + - fix malloc asseration fail with ja_JP.eucJP locale in + apt-cache search. Thanks Kusanagi Kouichi! (Closes: #548884) + + -- David Kalnischkies Sat, 16 Jan 2010 21:06:38 +0100 + apt (0.7.25.1) unstable; urgency=low [ Christian Perrier ] -- cgit v1.2.3 From 503a68c63ad9c71d38ab22aea475365213b0559c Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 25 Jan 2010 17:15:53 +0100 Subject: * cmdline/apt-mark: - merge fix from Gene Cash that supports markauto for packages that are not in the extended_states file yet (closes: #534920) --- debian/changelog | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index edc3ab9b0..b89a88b87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,15 +1,17 @@ apt (0.7.25.2) UNRELEASED; urgency=low + [ Michael Vogt ] * apt-pkg/contrib/cdromutl.cc: - fix UnmountCdrom() fails, give it a bit more time and try the umount again * methods/cdrom.cc: - fixes in multi cdrom setup code + * cmdline/apt-mark: + - merge fix from Gene Cash that supports markauto for + packages that are not in the extended_states file yet + (closes: #534920) - -- Michael Vogt Fri, 22 Jan 2010 20:06:12 +0100 - -apt (0.7.25.2) UNRELEASED; urgency=low - + [ David Kalnischkies ] * apt-pkg/contrib/fileutl.cc: - Fix the newly introduced method GetListOfFilesInDir to not accept every file if no extension is enforced -- cgit v1.2.3 From ab3846c01acfd223e7e4b8fbe1be5f325b205466 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 25 Jan 2010 17:34:02 +0100 Subject: * ftparchive/writer.{cc,h}: - merge crash fix for apt-ftparchive on hurd, thanks to Samuel Thibault for the patch (closes: #566664) --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index b89a88b87..39798f635 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,9 @@ apt (0.7.25.2) UNRELEASED; urgency=low - merge fix from Gene Cash that supports markauto for packages that are not in the extended_states file yet (closes: #534920) + * ftparchive/writer.{cc,h}: + - merge crash fix for apt-ftparchive on hurd, thanks to + Samuel Thibault for the patch (closes: #566664) [ David Kalnischkies ] * apt-pkg/contrib/fileutl.cc: -- cgit v1.2.3 From bca4c203ac8664f7cdbffd4ce8474b358f708658 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 26 Jan 2010 11:49:29 +0100 Subject: add new "Acquire::cdrom::AutoDetect" config that enables/disables the dlopen of libudev for automatic cdrom detection. Off by default currently, feedback/testing welcome --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 39798f635..388078f2b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,9 @@ apt (0.7.25.2) UNRELEASED; urgency=low the umount again * methods/cdrom.cc: - fixes in multi cdrom setup code + - add new "Acquire::cdrom::AutoDetect" config that enables/disables + the dlopen of libudev for automatic cdrom detection. Off by default + currently, feedback/testing welcome * cmdline/apt-mark: - merge fix from Gene Cash that supports markauto for packages that are not in the extended_states file yet -- cgit v1.2.3 From 93adae194b5db00e3afb8fe89b907eed9df28763 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 27 Jan 2010 12:11:07 +0100 Subject: merge 1695..1701 from the lp:~mvo/apt/mvo branch --- debian/changelog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 388078f2b..2b4f41c47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,11 +4,16 @@ apt (0.7.25.2) UNRELEASED; urgency=low * apt-pkg/contrib/cdromutl.cc: - fix UnmountCdrom() fails, give it a bit more time and try the umount again + * apt-pkg/cdrom.cc: + - fix crash in pkgUdevCdromDevices * methods/cdrom.cc: - fixes in multi cdrom setup code - add new "Acquire::cdrom::AutoDetect" config that enables/disables the dlopen of libudev for automatic cdrom detection. Off by default currently, feedback/testing welcome + * cmdline/apt-cdrom.cc: + - add new --auto-detect option that uses libudev to figure out + the cdrom/mount-point * cmdline/apt-mark: - merge fix from Gene Cash that supports markauto for packages that are not in the extended_states file yet -- cgit v1.2.3 From de71bef844d41e96159d3143d4da866a3a01b095 Mon Sep 17 00:00:00 2001 From: "bubulle@debian.org" <> Date: Fri, 29 Jan 2010 19:46:44 +0100 Subject: Italian translation update --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 2b4f41c47..4f1f5ac30 100644 --- a/debian/changelog +++ b/debian/changelog @@ -47,6 +47,9 @@ apt (0.7.25.2) UNRELEASED; urgency=low - fix malloc asseration fail with ja_JP.eucJP locale in apt-cache search. Thanks Kusanagi Kouichi! (Closes: #548884) + [ Christian Perrier ] + * Italian translation update. Closes: #567532 + -- David Kalnischkies Sat, 16 Jan 2010 21:06:38 +0100 apt (0.7.25.1) unstable; urgency=low -- cgit v1.2.3 From 21023278b5403ec530946e68dfbc4f451edfaa7c Mon Sep 17 00:00:00 2001 From: "bubulle@debian.org" <> Date: Fri, 29 Jan 2010 19:54:18 +0100 Subject: French translation update --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 4f1f5ac30..71f518e57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -49,6 +49,7 @@ apt (0.7.25.2) UNRELEASED; urgency=low [ Christian Perrier ] * Italian translation update. Closes: #567532 + * French translation update. -- David Kalnischkies Sat, 16 Jan 2010 21:06:38 +0100 -- cgit v1.2.3 From 4a3b5e9d609ad7c5437fa34c20f8404d07f8d11b Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Sun, 31 Jan 2010 16:21:48 +0100 Subject: commit debian/changelog for final 0.7.25.2 upload --- debian/changelog | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 71f518e57..07bd4d439 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,12 @@ -apt (0.7.25.2) UNRELEASED; urgency=low +apt (0.7.25.3) UNRELEASED; urgency=low + + [ Christian Perrier ] + * Italian translation update. Closes: #567532 + * French translation update. + + -- Michael Vogt Sun, 31 Jan 2010 16:20:50 +0100 + +apt (0.7.25.2) unstable; urgency=low [ Michael Vogt ] * apt-pkg/contrib/cdromutl.cc: @@ -7,7 +15,7 @@ apt (0.7.25.2) UNRELEASED; urgency=low * apt-pkg/cdrom.cc: - fix crash in pkgUdevCdromDevices * methods/cdrom.cc: - - fixes in multi cdrom setup code + - fixes in multi cdrom setup code (closes: #549312) - add new "Acquire::cdrom::AutoDetect" config that enables/disables the dlopen of libudev for automatic cdrom detection. Off by default currently, feedback/testing welcome @@ -48,16 +56,14 @@ apt (0.7.25.2) UNRELEASED; urgency=low apt-cache search. Thanks Kusanagi Kouichi! (Closes: #548884) [ Christian Perrier ] - * Italian translation update. Closes: #567532 - * French translation update. + * French translation update - -- David Kalnischkies Sat, 16 Jan 2010 21:06:38 +0100 + -- Michael Vogt Wed, 27 Jan 2010 16:16:10 +0100 apt (0.7.25.1) unstable; urgency=low [ Christian Perrier ] * French manpage translation update - * French translation update * Russian translation update by Yuri Kozlov Closes: #564171 -- cgit v1.2.3 From 2893f7b5ec6b2220ccfca6b9648482a6df926eca Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Sun, 31 Jan 2010 07:28:06 -0800 Subject: * cmdline/acqprogress.cc: - Set Mode to Medium so that the correct prefix is used. Thanks Stefan Haller for the patch! (Closes: #567304 LP: #275243) * ftparchive/writer.cc: - generate sha1 and sha256 checksums for dsc (Closes: #567343) * cmdline/apt-get.cc: - don't mark as manually if in download only (Closes: #468180) --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 07bd4d439..c7a733255 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,15 @@ apt (0.7.25.3) UNRELEASED; urgency=low * Italian translation update. Closes: #567532 * French translation update. + [ David Kalnischkies ] + * cmdline/acqprogress.cc: + - Set Mode to Medium so that the correct prefix is used. + Thanks Stefan Haller for the patch! (Closes: #567304 LP: #275243) + * ftparchive/writer.cc: + - generate sha1 and sha256 checksums for dsc (Closes: #567343) + * cmdline/apt-get.cc: + - don't mark as manually if in download only (Closes: #468180) + -- Michael Vogt Sun, 31 Jan 2010 16:20:50 +0100 apt (0.7.25.2) unstable; urgency=low -- cgit v1.2.3 From aea7f4c877f3091180ad5f418793f796bb82f255 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Sun, 31 Jan 2010 18:56:26 -0800 Subject: merge r1966..1967 from lp:~donkult/apt/sid --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index c7a733255..5e90bb96e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,9 @@ apt (0.7.25.3) UNRELEASED; urgency=low * French translation update. [ David Kalnischkies ] + * apt-pkg/contrib/macros.h: + - move the header system.h with a new name to the public domain, + to be able to use it in other headers (Closes: #567662) * cmdline/acqprogress.cc: - Set Mode to Medium so that the correct prefix is used. Thanks Stefan Haller for the patch! (Closes: #567304 LP: #275243) -- cgit v1.2.3 From 3259bbedbe66aeffe997b93787e3bb49ab492688 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 1 Feb 2010 21:03:52 +0100 Subject: releasing version 0.7.25.3 --- debian/changelog | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 5e90bb96e..3e0cdc7a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,12 @@ -apt (0.7.25.3) UNRELEASED; urgency=low +apt (0.7.25.3) unstable; urgency=low [ Christian Perrier ] * Italian translation update. Closes: #567532 - * French translation update. [ David Kalnischkies ] * apt-pkg/contrib/macros.h: - - move the header system.h with a new name to the public domain, - to be able to use it in other headers (Closes: #567662) + - install the header system.h with a new name to be able to use + it in other headers (Closes: #567662) * cmdline/acqprogress.cc: - Set Mode to Medium so that the correct prefix is used. Thanks Stefan Haller for the patch! (Closes: #567304 LP: #275243) @@ -16,7 +15,7 @@ apt (0.7.25.3) UNRELEASED; urgency=low * cmdline/apt-get.cc: - don't mark as manually if in download only (Closes: #468180) - -- Michael Vogt Sun, 31 Jan 2010 16:20:50 +0100 + -- Michael Vogt Mon, 01 Feb 2010 18:41:15 +0100 apt (0.7.25.2) unstable; urgency=low -- cgit v1.2.3 From 07f2526e45f9978201817237745727db6177c29a Mon Sep 17 00:00:00 2001 From: "bubulle@debian.org" <> Date: Wed, 3 Feb 2010 20:09:24 +0100 Subject: Slovak translation update --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 3e0cdc7a8..f14e3fe52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apt (0.7.25.4) UNRELEASED; urgency=low + + [ Ivan Masár ] + * Slovak translation update. Closes: #568294 + + -- Christian Perrier Wed, 03 Feb 2010 20:08:19 +0100 + apt (0.7.25.3) unstable; urgency=low [ Christian Perrier ] -- cgit v1.2.3 From bd49b02c03f09f9e7e76da8055f1364943b9dc57 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 5 Feb 2010 18:34:27 -0800 Subject: add Acquire::http::ProxyAutoDetect configuration that can be used to call a external helper to figure out the proxy configuration and return it to apt via stdout --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 03936a31b..329ea29b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,9 @@ apt (0.7.25.1) UNRELEASED; urgency=low * methods/http.cc: - add cache-control headers even if no cache is given to allow adding options for intercepting proxies + - add Acquire::http::ProxyAutoDetect configuration that + can be used to call a external helper to figure out the + proxy configuration and return it to apt via stdout -- Michael Vogt Fri, 18 Dec 2009 16:54:18 +0100 -- cgit v1.2.3 From ac83edae692c6c7dda7e41e3b27f5cbff0473629 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 8 Feb 2010 20:01:59 +0100 Subject: debian/changelog: updated --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 329ea29b5..75a5dfa8b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,7 @@ apt (0.7.25.1) UNRELEASED; urgency=low - add Acquire::http::ProxyAutoDetect configuration that can be used to call a external helper to figure out the proxy configuration and return it to apt via stdout + (this is a step towards WPAD and zeroconf/avahi support) -- Michael Vogt Fri, 18 Dec 2009 16:54:18 +0100 -- cgit v1.2.3