]> git.saurik.com Git - apt.git/blobdiff - debian/changelog
* merged from apt--auto-mark
[apt.git] / debian / changelog
index 6b6bc93225b1f16eea56ecf112c4848e7d235405..ac91df8f9bb412240eafac73d7c190b28caa0903 100644 (file)
@@ -1,3 +1,20 @@
+apt (0.6.46.4ubuntu3) feisty; urgency=low
+
+  * apt-pkg/algorithm.cc:
+    - use clog for all debugging
+  * apt-pkg/depcache.cc:
+    - never mark Required package for autoremoval (lp: #75882)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 18 Dec 2006 11:56:05 +0100
+
+apt (0.6.46.4ubuntu2) feisty; urgency=low
+
+  * apt-pkg/algorithms.cc: add missing call to MarkKeep
+    so that dist-upgrade isn't broken by unsatisfiable Breaks.
+    (thanks to Ian Jackson)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Thu,  7 Dec 2006 23:07:24 +0100
+
 apt (0.6.46.4ubuntu1) feisty; urgency=low
 
   * merged with debian
@@ -25,7 +42,7 @@ apt (0.6.46.4) unstable; urgency=high
 
  -- Michael Vogt <mvo@debian.org>  Thu,  7 Dec 2006 10:49:50 +0100
 
-apt  (0.6.46.3-0.2) unstable; urgency=high
+apt (0.6.46.3-0.2) unstable; urgency=high
 
   * Non-maintainer upload with permission of Michael Vogt.
   * Fix FTBFS on most arches (regression from the fix of #400874)
@@ -42,6 +59,13 @@ apt (0.6.46.3-0.1) unstable; urgency=high
   
  -- Andreas Barth <aba@not.so.argh.org>  Tue,  5 Dec 2006 10:34:56 +0000
 
+apt (0.6.46.3ubuntu2) feisty; urgency=low
+
+  * apt-pkg/algorithms.cc: add missing call to MarkKeep
+    so that dist-upgrade isn't broken by unsatisfiable Breaks.
+
+ -- Ian Jackson <iwj@ubuntu.com>  Thu,  7 Dec 2006 15:46:52 +0000
+
 apt (0.6.46.3ubuntu1) feisty; urgency=low
 
   * doc/apt-get.8.xml:
@@ -121,6 +145,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 +382,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)