summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog10
1 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f30edf5a1..511f407e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -121,6 +121,14 @@ apt (0.6.46) unstable; urgency=low
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 28 Sep 2006 00:34:20 +0200
+apt (0.6.45ubuntu14) edgy; urgency=low
+
+ * cmdline/apt-get.cc:
+ - fix in the TryInstallTask() code to make sure that all package
+ there are marked manual install (lp: #61684)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 28 Sep 2006 00:34:20 +0200
+
apt (0.6.45ubuntu13) edgy; urgency=low
* no-changes upload to make apt rebuild against latest g++ and
@@ -350,7 +358,7 @@ apt (0.6.44.2ubuntu1) edgy; urgency=low
-- Michael Vogt <michael.vogt@ubuntu.com> Mon, 3 Jul 2006 18:30:46 +0200
-apt (0.6.44.2) unstable; urgency=low
+apt (0.6.44.2) unstable; urgency=low
* apt-pkg/depcache.cc:
- added Debug::pkgDepCache::AutoInstall (thanks to infinity)