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