From b29c37128c2c77490f5851158a7631ed107c79fc Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Thu, 2 Sep 2010 12:47:48 +0200 Subject: * apt-pkg/deb/dpkgpm.cc: - create Dir::Log if needed to support /var/log as tmpfs or similar, inspired by Thomas Bechtold, thanks! (Closes: #523919, LP: #220239) Easily done by moving a private method from pkgAcquire into the public area of fileutl.cc to be able to use it also in here --- debian/changelog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index e37a5504f..2a3a9d89c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -40,8 +40,11 @@ apt (0.8.1) UNRELEASED; urgency=low - let the pin origin actually work as advertised in the manpage which means "" are optional and pinning a local archive does work - even if it is a non-flat archive (Closes: #594435) + * apt-pkg/deb/dpkgpm.cc: + - create Dir::Log if needed to support /var/log as tmpfs or similar, + inspired by Thomas Bechtold, thanks! (Closes: #523919, LP: #220239) - -- Michael Vogt Mon, 30 Aug 2010 11:53:30 +0200 + -- David Kalnischkies Thu, 02 Sep 2010 12:41:32 +0200 apt (0.8.0) unstable; urgency=low -- cgit v1.2.3 From d035b4accdfbbb61f788594704cdfc04948514b2 Mon Sep 17 00:00:00 2001 From: "bubulle@debian.org" <> Date: Thu, 2 Sep 2010 20:14:12 +0200 Subject: =?UTF-8?q?*=20Norwegian=20Bokm=C3=A5l=20(Hans=20Nordhaug).=20Clos?= =?UTF-8?q?es:=20#595182=20*=20Danish=20(Joe=20Hansen).=20Closes:=20#59517?= =?UTF-8?q?6=20*=20Catalan=20(Agust=C3=AD=20Grau).=20Closes:=20#595234?= 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 e37a5504f..267daf99e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,9 @@ apt (0.8.1) UNRELEASED; urgency=low * Bulgarian (Damyan Ivanov). Closes: #594627 * Portuguese (Miguel Figueiredo). Closes: #594668 * Korean (Changwoo Ryu). Closes: #594809 + * Norwegian Bokmål (Hans Nordhaug). Closes: #595182 + * Danish (Joe Hansen). Closes: #595176 + * Catalan (Agustí Grau). Closes: #595234 [ Christian Perrier ] * Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aoki -- cgit v1.2.3 From 5274e64b6ce97f3bf51a8a129ae64a581aef3182 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 3 Sep 2010 19:04:22 +0200 Subject: releasing version 0.8.1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 267daf99e..229a85d72 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -apt (0.8.1) UNRELEASED; urgency=low +apt (0.8.1) unstable; urgency=low [ Programs translations ] * Thai (Theppitak Karoonboonyanan). Closes: #592695 @@ -44,7 +44,7 @@ apt (0.8.1) UNRELEASED; urgency=low which means "" are optional and pinning a local archive does work - even if it is a non-flat archive (Closes: #594435) - -- Michael Vogt Mon, 30 Aug 2010 11:53:30 +0200 + -- Michael Vogt Fri, 03 Sep 2010 18:36:11 +0200 apt (0.8.0) unstable; urgency=low -- cgit v1.2.3 From 1dc03a8614454023ab8ed265465c061980cb9ea9 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sat, 4 Sep 2010 10:46:36 +0200 Subject: * apt-pkg/indexcopy.cc: - support really still the APT::GPGV::TrustedKeyring setting, as it breaks d-i badly otherwise (Closes: #595428) --- debian/changelog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index bed6a55c7..205777a01 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,11 @@ apt (0.8.2) UNRELEASED; urgency=low * apt-pkg/deb/dpkgpm.cc: - create Dir::Log if needed to support /var/log as tmpfs or similar, inspired by Thomas Bechtold, thanks! (Closes: #523919, LP: #220239) + * apt-pkg/indexcopy.cc: + - support really still the APT::GPGV::TrustedKeyring setting, + as it breaks d-i badly otherwise (Closes: #595428) - -- David Kalnischkies Fri, 03 Sep 2010 19:29:01 +0200 + -- David Kalnischkies Sat, 04 Sep 2010 10:45:45 +0200 apt (0.8.1) unstable; urgency=low -- cgit v1.2.3 From 1f8b2599f6beb14e8855f5d43fc1a759a08690e9 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sat, 4 Sep 2010 15:28:47 +0200 Subject: * cmdline/apt-key: - support also Dir::Etc::Trusted so that apt-key works in the same way as the library part which works with the trusted files --- debian/changelog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 205777a01..4dca62603 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,8 +10,11 @@ apt (0.8.2) UNRELEASED; urgency=low * apt-pkg/indexcopy.cc: - support really still the APT::GPGV::TrustedKeyring setting, as it breaks d-i badly otherwise (Closes: #595428) + * cmdline/apt-key: + - support also Dir::Etc::Trusted so that apt-key works in the same + way as the library part which works with the trusted files - -- David Kalnischkies Sat, 04 Sep 2010 10:45:45 +0200 + -- David Kalnischkies Sat, 04 Sep 2010 15:25:10 +0200 apt (0.8.1) unstable; urgency=low -- cgit v1.2.3 From eb1115ef4e84b90189a50c15af4002e4e7306c01 Mon Sep 17 00:00:00 2001 From: "bubulle@debian.org" <> Date: Sun, 5 Sep 2010 07:54:08 +0200 Subject: Spanish (Omar Campagne). Closes: #595557 --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 229a85d72..66d512599 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apt (0.8.2) UNRELEASED; urgency=low + + [ Manpages translations ] + * Spanish (Omar Campagne). Closes: #595557 + + -- Christian Perrier Sun, 05 Sep 2010 07:53:15 +0200 + apt (0.8.1) unstable; urgency=low [ Programs translations ] -- cgit v1.2.3 From cf1cdb3328dacde829db8bbb3db4f5373ac07d61 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Mon, 6 Sep 2010 12:17:15 +0200 Subject: * methods/{gzip,bzip2}.cc: - empty files can never be valid archives (Closes: #595691) --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 4dca62603..07196db25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,8 +13,10 @@ apt (0.8.2) UNRELEASED; urgency=low * cmdline/apt-key: - support also Dir::Etc::Trusted so that apt-key works in the same way as the library part which works with the trusted files + * methods/{gzip,bzip2}.cc: + - empty files can never be valid archives (Closes: #595691) - -- David Kalnischkies Sat, 04 Sep 2010 15:25:10 +0200 + -- David Kalnischkies Mon, 06 Sep 2010 12:16:58 +0200 apt (0.8.1) unstable; urgency=low -- cgit v1.2.3 From ca07950ec545b41a18cbeff0ec0ba43624592c07 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 7 Sep 2010 09:23:11 +0200 Subject: releasing version 0.8.2 --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 403b36d17..667640f98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -apt (0.8.2) UNRELEASED; urgency=low +apt (0.8.2) unstable; urgency=low [ Manpages translations ] * Spanish (Omar Campagne). Closes: #595557 -- cgit v1.2.3