From ec5e7f30f3bd98749c4b11b4edd64bbb89c4dc15 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 2 Jul 2007 13:29:03 -0300 Subject: * Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3) --- debian/changelog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 898092652..cb86ce580 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,12 @@ +apt (0.7.4) UNRELEASED; urgency=low + + * Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3) + + -- Otavio Salvador Mon, 02 Jul 2007 13:27:54 -0300 + apt (0.7.3) unstable; urgency=low - * fixed compile errors with g++ 7.3 (thanks to + * fixed compile errors with g++ 4.3 (thanks to Daniel Burrows, closes: #429378) * fixes in the auto-mark code (thanks to Daniel Burrows) -- cgit v1.2.3 From 21fd1746e37e695f569121c0b6489770ec6a8b0e Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 10 Jul 2007 15:06:12 -0300 Subject: * Fix compilation warnings: - apt-pkg/contrib/configuration.cc: wrong argument type; - apt-pkg/deb/dpkgpm.cc: wrong signess; - apt-pkg-acquire-item.cc: wrong signess and orderned initializers; - methods/https.cc: - type conversion; - unused variable; - changed SetupProxy() method to void; --- debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index cb86ce580..a97018ac8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,14 @@ apt (0.7.4) UNRELEASED; urgency=low * Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3) + * Fix compilation warnings: + - apt-pkg/contrib/configuration.cc: wrong argument type; + - apt-pkg/deb/dpkgpm.cc: wrong signess; + - apt-pkg-acquire-item.cc: wrong signess and orderned initializers; + - methods/https.cc: + - type conversion; + - unused variable; + - changed SetupProxy() method to void; -- Otavio Salvador Mon, 02 Jul 2007 13:27:54 -0300 -- cgit v1.2.3 From 946392c230d5fbf31b7456576c0ee423e25bb58f Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 10 Jul 2007 16:12:25 -0300 Subject: Simplified HttpMethod::Fetch on http.cc removing Tail variable; --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index a97018ac8..269992196 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ apt (0.7.4) UNRELEASED; urgency=low - type conversion; - unused variable; - changed SetupProxy() method to void; + * Simplified HttpMethod::Fetch on http.cc removing Tail variable; -- Otavio Salvador Mon, 02 Jul 2007 13:27:54 -0300 -- cgit v1.2.3 From 9a52beaad9a26454fe627dab3f87ebf08c799677 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 10 Jul 2007 16:49:12 -0300 Subject: * Fix pipeline handling on http.cc (closes: #413324) --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 269992196..c81d487ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ apt (0.7.4) UNRELEASED; urgency=low - unused variable; - changed SetupProxy() method to void; * Simplified HttpMethod::Fetch on http.cc removing Tail variable; + * Fix pipeline handling on http.cc (closes: #413324) -- Otavio Salvador Mon, 02 Jul 2007 13:27:54 -0300 -- cgit v1.2.3 From db8dfd2eeeaf9c1a208a31b3d2b1a930e63f3b9b Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 11 Jul 2007 23:21:07 +0100 Subject: * cmdline/apt-get.cc: - fix in the task-install code --- debian/changelog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index cb86ce580..907390651 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,13 @@ apt (0.7.4) UNRELEASED; urgency=low + [Otavio Salvador] * Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3) + + [Michael Vogt] + * cmdline/apt-get.cc: + - fix in the task-install code - -- Otavio Salvador Mon, 02 Jul 2007 13:27:54 -0300 + -- Michael Vogt Wed, 11 Jul 2007 23:20:15 +0100 apt (0.7.3) unstable; urgency=low -- cgit v1.2.3 From f03dd1e032139356f1e5b7f19fb76482ae05e311 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 12 Jul 2007 16:49:43 +0100 Subject: - fix in the task-install code regexp (thanks to Adam Conrad and Colin Watson) --- debian/changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 2703b98cf..d18c19d0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,8 @@ apt (0.7.4) UNRELEASED; urgency=low [Michael Vogt] * cmdline/apt-get.cc: - - fix in the task-install code + - fix in the task-install code regexp (thanks to Adam Conrad and + Colin Watson) [Otavio Salvador] * Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3) * Fix compilation warnings: -- cgit v1.2.3 From da78c57f0b0d96c8e76059971e31a7551510bde6 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 12 Jul 2007 14:05:12 -0300 Subject: * Fix building to properly support binNMUs. Thanks to Daniel Schepler by the patch (closes: #359634) --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 6e74f4265..5a810273f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,8 @@ apt (0.7.4) UNRELEASED; urgency=low - changed SetupProxy() method to void; * Simplified HttpMethod::Fetch on http.cc removing Tail variable; * Fix pipeline handling on http.cc (closes: #413324) + * Fix building to properly support binNMUs. Thanks to Daniel Schepler + by the patch (closes: #359634) -- Michael Vogt Wed, 11 Jul 2007 23:20:15 +0100 -- cgit v1.2.3 From e53ee4caf5ecf882e3df2665a8e1c2a9e6da6fb0 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 12 Jul 2007 14:09:39 -0300 Subject: * Fix example for Install-{Recommends,Suggests} options on configure-index example file. Thanks to Peter Eisentraut by the patch (closes: #432223) --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 5a810273f..f618b84df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ apt (0.7.4) UNRELEASED; urgency=low * cmdline/apt-get.cc: - fix in the task-install code regexp (thanks to Adam Conrad and Colin Watson) + [Otavio Salvador] * Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3) * Fix compilation warnings: @@ -18,6 +19,9 @@ apt (0.7.4) UNRELEASED; urgency=low * Fix pipeline handling on http.cc (closes: #413324) * Fix building to properly support binNMUs. Thanks to Daniel Schepler by the patch (closes: #359634) + * Fix example for Install-{Recommends,Suggests} options on + configure-index example file. Thanks to Peter Eisentraut + by the patch (closes: #432223) -- Michael Vogt Wed, 11 Jul 2007 23:20:15 +0100 -- cgit v1.2.3 From 394eadc8e13784162fee87c8059bcc214275f4b5 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 18 Jul 2007 12:33:36 +0100 Subject: - support task removal too: apt-get remove taskname^ (thanks to Matt Zimmerman reporting this problem) --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index f618b84df..131cdbe90 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ apt (0.7.4) UNRELEASED; urgency=low * cmdline/apt-get.cc: - fix in the task-install code regexp (thanks to Adam Conrad and Colin Watson) + - support task removal too: apt-get remove taskname^ + (thanks to Matt Zimmerman reporting this problem) [Otavio Salvador] * Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3) -- cgit v1.2.3