]> git.saurik.com Git - apt.git/blobdiff - debian/changelog
* apt-pkg/indexfile.cc:
[apt.git] / debian / changelog
index 6b6bc93225b1f16eea56ecf112c4848e7d235405..aa6a01692a89e252e372aee15a5ddebb496cb8cb 100644 (file)
@@ -1,3 +1,90 @@
+apt (0.6.46.4ubuntu9) feisty; urgency=low
+
+  * debian/control:
+    - set XS-Vcs-Bzr header
+    - Set Ubuntu maintainer address
+  * apt-pkg/cdrom.cc:
+    - only unmount if APT::CDROM::NoMount is false
+  * methods/cdrom.cc:  
+    - only umount if it was mounted by the method before
+  * cmdline/apt-get.cc:
+    - fix version output in autoremove list (LP#68941)
+  * apt-pkg/packagemanager.cc:
+    - do not spin 100% cpu in FixMissing() (LP#84476)
+  * apt-pkg/indexfile.cc:
+    - fix problem overwriting APT::Acquire::Translation
+  * doc/examples/configure-index:
+    - document APT::Acquire::Translation
+  
+ -- 
+
+apt (0.6.46.4ubuntu8) feisty; urgency=low
+
+  * fix segfault in the pkgRecords destructor
+  * Bump ABI version
+  * debian/control:
+    - make the libcurl3-gnutls-dev versionized (LP#86614)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 26 Feb 2007 14:26:33 +0100
+
+apt (0.6.46.4ubuntu7) feisty; urgency=low
+
+  * Merged the apt--mirror branch. This means that a new 'mirror' 
+    method is available that will allow dynamic mirror updates.
+    The sources.list entry looks something like this:
+    "deb mirror://mirrors.lp.net/get_mirror feisty main restricted"
+
+    It also supports error reporting to a configurable url for mirror
+    problems/failures.
+  * Bump ABI version
+
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Tue,  6 Feb 2007 11:38:06 +0100
+
+apt (0.6.46.4ubuntu6) feisty; urgency=low
+
+  * methods/http.cc:
+    - send apt version in User-Agent
+  * apt-pkg/deb/debrecords.cc:
+    - fix SHA1Hash() return value
+  * apt-pkg/algorithms.cc:
+    - fix resolver bug on removal triggered by weak-dependencies 
+      with or-groups
+    - fix segfault (lp: #76530)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 20 Dec 2006 11:04:36 +0100
+
+apt (0.6.46.4ubuntu5) feisty; urgency=low
+
+  * added apt-transport-https package to provide a optional
+    https transport (apt-https spec)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 19 Dec 2006 16:23:43 +0100
+
+apt (0.6.46.4ubuntu4) feisty; urgency=low
+  
+  * apt-pkg/algorithms.cc:
+    - only increase the score of installed applications if they 
+      are not obsolete 
+
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 18 Dec 2006 19:39:05 +0100
+
+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 +112,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 +129,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 +215,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 +452,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)