From: Michael Vogt Date: Wed, 11 Apr 2007 08:29:40 +0000 (+0200) Subject: * po/gl.po: X-Git-Tag: 0.7.24ubuntu1~188 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/a8cdfb5aaa972f8df0016381ea7ad1be5c38a3d1?hp=--cc * po/gl.po: - fix error in translation that causes trouble to lsb_release (LP#79165) --- a8cdfb5aaa972f8df0016381ea7ad1be5c38a3d1 diff --cc debian/changelog index 79a6443c5,9f34fd793..a4fc708ac --- a/debian/changelog +++ b/debian/changelog @@@ -1,64 -1,11 +1,72 @@@ -apt (0.6.46.5) UNRELEASED; urgency=low ++apt (0.6.46.4ubuntu11) feisty; urgency=low ++ ++ * po/gl.po: ++ - fix error in translation that causes trouble to lsb_release ++ (LP#79165) ++ ++ -- ++ +apt (0.6.46.4ubuntu10) feisty; urgency=low + + * apt-pkg/depcache.cc: + - added "APT::Never-MarkAuto-Section" and consider dependencies + of packages in this section manual (LP#59893) + - ensure proper permissions in the extended_state file (LP#67037) + * debian/apt.conf.ubuntu: + - added APT::Never-MarkAuto-Section "metapackages" (LP#59893) + * cmdline/apt-get.cc: + - "apt-get install foo" on a already installed package foo will + clean the automatic installed flag (LP#72007) + - do not show packages already marked for removal as auto-installed + (LP#64493) + - applied patch to (optionally) hide the auto-remove information + (thanks to Frode M. Døving) (LP#69148) + + -- Michael Vogt Wed, 14 Mar 2007 13:32:32 +0100 + +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 + - 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 + + -- Michael Vogt Tue, 13 Mar 2007 15:24:39 +0100 + +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 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 Tue, 6 Feb 2007 11:38:06 +0100 + +apt (0.6.46.4ubuntu6) feisty; urgency=low - * apt-pkg/algorithm.cc: - - use clog for all debugging - - only increase the score of installed applications if they - are not obsolete - - fix resolver bug on removal triggered by weak-dependencies - with or-groups * methods/http.cc: - send apt version in User-Agent * apt-pkg/deb/debrecords.cc: