X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/b6f0036a8ed8fb5278d6fb9da601edc254eb03fe..a577a938d4b957b5462a830b21d509fa754b33d5:/debian/changelog?ds=sidebyside diff --git a/debian/changelog b/debian/changelog index 513d409e9..6fdf646f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,40 @@ +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. + + -- Michael Vogt 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 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 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 (lp: #63680) + are not obsolete -- Michael Vogt Mon, 18 Dec 2006 19:39:05 +0100