You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5814 lines
239 KiB
5814 lines
239 KiB
apt (0.8.16~exp5) experimental; urgency=low
|
|
|
|
* apt-pkg/makefile:
|
|
- install sha256.h compat header
|
|
* apt-pkg/pkgcachegen.{cc,h}:
|
|
- use ref-to-ptr semantic in NewDepends() to ensure that the
|
|
libapt does not segfault if the cache is remapped in between
|
|
(LP: #812862)
|
|
- fix crash when P.Arch() was used but the cache got remapped
|
|
* apt-pkg/acquire-item.{cc,h}:
|
|
- do not check for a "Package" tag in optional index targets
|
|
like the translations index
|
|
* apt-pkg/acquire.cc:
|
|
- fix potential divide-by-zero
|
|
|
|
-- Michael Vogt <mvo@debian.org> Fri, 05 Aug 2011 10:57:08 +0200
|
|
|
|
apt (0.8.16~exp4) experimental; urgency=low
|
|
|
|
[ Julian Andres Klode ]
|
|
* apt-pkg/pkgcache.h:
|
|
- [ABI break] Add pkgCache::Header::CacheFileSize, storing the cache size
|
|
* apt-pkg/pkgcachegen.cc:
|
|
- Write the file size to the cache
|
|
* apt-pkg/pkgcache.cc:
|
|
- Check that cache is at least CacheFileSize bytes large (LP: #16467)
|
|
|
|
[ Michael Vogt ]
|
|
* merged latest fixes from debian-sid
|
|
* apt-pkg/cdrom.{cc,h}:
|
|
- cleanup old ABI break avoidance hacks
|
|
* [ABI break] apt-pkg/acquire-item.{cc,h}:
|
|
- cleanup around OptionalIndexTarget and SubIndexTarget
|
|
* [ABI break] merged patch from Jonathan Thomas to have a new
|
|
RecordField() function in the pkgRecorder parser. Many thanks
|
|
Thomas
|
|
* [ABI break] merge patch from Jonathan Thomas to speed up the
|
|
depcache by caching the install-recommends and install-suggests
|
|
values
|
|
* apt-pkg/contrib/fileutl.{cc,h}:
|
|
- add GetModificationTime() helper
|
|
* apt-pkg/pkgcachegen.cc:
|
|
- regenerate the cache if the sources.list changes to ensure
|
|
that changes in the ordering there will be honored by apt
|
|
* apt-pkg/sourcelist.{cc,h}:
|
|
- add pkgSourceList::GetLastModifiedTime() helper
|
|
|
|
-- Michael Vogt <mvo@debian.org> Thu, 28 Jul 2011 16:57:08 +0200
|
|
|
|
apt (0.8.16~exp3) experimental; urgency=low
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/pkgcache.h:
|
|
- readd All{Foreign,Allowed} as suggested by Julian to
|
|
remain strictly API compatible
|
|
* apt-pkg/acquire*.{cc,h}:
|
|
- try even harder to support really big files in the fetcher by
|
|
converting (hopefully) everything to 'long long' (Closes: #632271)
|
|
* ftparchive/writer.cc:
|
|
- generate all checksums in one run over the file for Release
|
|
* cmdline/apt-get.cc:
|
|
- add an --assume-no option for testing to say 'no' to everything
|
|
* apt-pkg/deb/debmetaindex.cc:
|
|
- add trusted=yes option to mark unsigned (local) repository as trusted
|
|
based on a patch from Ansgar Burchardt, thanks a lot! (Closes: #596498)
|
|
|
|
[ Michael Vogt ]
|
|
* merge fixes from the debian/unstable upload
|
|
* merge lp:~mvo/apt/sha512-template to get fixes for the
|
|
sha1/md5 verifiation (closes: #632520)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Fri, 15 Jul 2011 09:56:17 +0200
|
|
|
|
apt (0.8.16~exp2) experimental; urgency=low
|
|
|
|
[ David Kalnischkies ]
|
|
* [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends which
|
|
use the internal resolver can now be used also with external
|
|
ones as the usage is hidden in between the old API
|
|
* provide two edsp solvers in apt-utils:
|
|
- 'dump' to quickly output a complete scenario and
|
|
- 'apt' to use the internal as an external resolver
|
|
* apt-pkg/pkgcache.h:
|
|
- clean up mess with the "all" handling in MultiArch to
|
|
fix LP: #733741 cleanly for everyone now
|
|
* apt-pkg/depcache.cc:
|
|
- use a boolean instead of an int for Add/Remove in AddStates
|
|
similar to how it works with AddSizes
|
|
- let the Mark methods return if their marking was successful
|
|
- if a Breaks can't be upgraded, remove it. If it or a Conflict
|
|
can't be removed the installation of the breaker fails.
|
|
* cmdline/apt-get.cc:
|
|
- do not discard the error messages from the resolver and instead
|
|
only show the general 'Broken packages' message if nothing else
|
|
|
|
[ Stefano Zacchiroli ]
|
|
* doc/external-dependency-solver-protocol.txt:
|
|
- describe EDSP and the configuration interface around it
|
|
|
|
[ Michael Vogt ]
|
|
* [ABI-Break] merge lp:~mvo/apt/sha512-template to add support for sha512
|
|
* [ABI-Break] merge lp:~mvo/apt/dpointer to support easier extending
|
|
without breaking the ABI
|
|
* increase ABI version and update package names
|
|
|
|
-- Michael Vogt <mvo@debian.org> Wed, 29 Jun 2011 13:57:28 +0200
|
|
|
|
apt (0.8.16~exp1) experimental; urgency=low
|
|
|
|
* merged with the debian/unstable upload
|
|
|
|
-- Michael Vogt <mvo@debian.org> Wed, 29 Jun 2011 12:40:31 +0200
|
|
|
|
apt (0.8.15.5.6) UNRELEASED; urgency=low
|
|
|
|
* apt-pkg/contrib/fileutl.{cc,h}:
|
|
- add GetModificationTime() helper
|
|
* apt-pkg/pkgcachegen.cc:
|
|
- regenerate the cache if the sources.list changes to ensure
|
|
that changes in the ordering there will be honored by apt
|
|
* apt-pkg/sourcelist.{cc,h}:
|
|
- add pkgSourceList::GetLastModifiedTime() helper
|
|
* apt-pkg/pkgcachegen.{cc,h}:
|
|
- use ref-to-ptr semantic in NewDepends() to ensure that the
|
|
libapt does not segfault if the cache is remapped in between
|
|
(LP: #812862)
|
|
- fix crash when P.Arch() was used but the cache got remapped
|
|
* test/integration/test-hashsum-verification:
|
|
- add regression test for hashsum verification
|
|
* apt-pkg/acquire-item.cc:
|
|
- if no Release.gpg file is found, still load the hashes for
|
|
verification (closes: #636314) and add test
|
|
|
|
-- Michael Vogt <mvo@debian.org> Tue, 12 Jul 2011 11:54:47 +0200
|
|
|
|
apt (0.8.15.5) unstable; urgency=low
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/deb/deblistparser.cc:
|
|
- do not assume that the last char on a line is a \n (Closes: #633350)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Thu, 28 Jul 2011 16:49:15 +0200
|
|
|
|
apt (0.8.15.4) unstable; urgency=low
|
|
|
|
[ David Miller ]
|
|
* apt-pkg/contrib/sha1.cc:
|
|
- fix illegally casts of on-stack buffer to a type requiring more
|
|
alignment than it has resulting in segfaults on sparc (Closes: #634696)
|
|
|
|
[ Michael Vogt ]
|
|
* apt-pkg/contrib/cdromutl.cc:
|
|
- fix escape problem when looking for the mounted devices
|
|
* apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:
|
|
- add new DeEscapeString() similar to DeQuoteString but
|
|
unescape character escapes like \0XX and \xXX (plus added
|
|
test)
|
|
* refresh po/*
|
|
|
|
-- Michael Vogt <mvo@debian.org> Tue, 26 Jul 2011 12:12:27 +0200
|
|
|
|
apt (0.8.15.3) unstable; urgency=low
|
|
|
|
[ Michael Vogt ]
|
|
* apt-pkg/acquire-item.cc:
|
|
- improve error message for a expired Release file
|
|
* apt-pkg/algorithms.cc:
|
|
- Hold back packages that would enter "policy-broken" state on upgrade
|
|
when doing a "apt-get upgrade"
|
|
* cmdline/apt-get.cc:
|
|
- fix missing download progress in apt-get download
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/pkgcachegen.cc:
|
|
- fallback to memory if file is not writeable even if access()
|
|
told us the opposite before (e.g. in fakeroot 1.16) (Closes: #630591)
|
|
* doc/sources.list.5.xml:
|
|
- document available [options] for sources.list entries (Closes: 632441)
|
|
* doc/apt.conf.5.xml:
|
|
- document APT::Architectures list (Closes: #612102)
|
|
* cmdline/apt-get.cc:
|
|
- restore all important dependencies for garbage packages (LP: #806274)
|
|
- do not require unused partial dirs in 'source' (Closes: #633510)
|
|
- buildconflicts effect all architectures
|
|
- implement MultiarchCross for build-dep and source (Closes: #632221)
|
|
* apt-pkg/init.cc:
|
|
- use CndSet in pkgInitConfig (Closes: #629617)
|
|
* apt-pkg/depcache.cc:
|
|
- change default of APT::AutoRemove::SuggestsImportant to true
|
|
* cmdline/apt-key:
|
|
- use a tmpfile instead of /etc/apt/secring.gpg (Closes: #632596)
|
|
* debian/apt.postinst:
|
|
- remove /etc/apt/secring.gpg if it is an empty file
|
|
* doc/apt-cache.8.xml:
|
|
- apply madison typofix from John Feuerstein, thanks! (Closes: #633455)
|
|
* apt-pkg/policy.cc:
|
|
- emit an error on unknown APT::Default-Release value (Closes: #407511)
|
|
* apt-pkg/aptconfiguration.cc:
|
|
- ensure that native architecture is if not specified otherwise the
|
|
first architecture in the Architectures vector
|
|
* apt-pkg/deb/deblistparser.cc:
|
|
- Strip only :any and :native if MultiArch should be stripped as it is
|
|
save to ignore them in non-MultiArch contexts but if the dependency
|
|
is a specific architecture (and not the native) do not strip
|
|
|
|
-- Michael Vogt <mvo@debian.org> Mon, 25 Jul 2011 15:04:43 +0200
|
|
|
|
apt (0.8.15.2) unstable; urgency=high
|
|
|
|
* fix from David Kalnischkies for the InRelease gpg verification
|
|
code (LP: #784473)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Tue, 12 Jul 2011 11:54:47 +0200
|
|
|
|
apt (0.8.15.1) unstable; urgency=low
|
|
|
|
[ David Kalnischkies ]
|
|
* doc/makefile:
|
|
- create doxygen directory to avoid depending on magic (Closes: #628799)
|
|
* cmdline/apt-key:
|
|
- explicitly state that net-update is not supported if no url is set
|
|
- require to be root for add, rm, update and net-update
|
|
- clarify update vs. net-update in different distros (Closes: #632043)
|
|
* debian/apt.symbols:
|
|
- forgot 'mips' in the list for all architecture dependent symbols
|
|
- comment out gcc-4.5 specific symbols as gcc-4.6 is now default
|
|
- the symbol for PrintStatus() is architecture dependent
|
|
* apt-pkg/policy.cc:
|
|
- do not segfault in pinning if a package with this name doesn't exist.
|
|
Thanks to Ferdinand Thommes for the report!
|
|
- Defaults is a vector of Pin not of PkgPin
|
|
- ensure that only the first specific stanza for a package is used
|
|
- save all stanzas which had no effect in Unmatched
|
|
- allow package:architecure in Package:
|
|
|
|
-- Michael Vogt <mvo@debian.org> Thu, 30 Jun 2011 10:05:36 +0200
|
|
|
|
apt (0.8.15) unstable; urgency=low
|
|
|
|
[ Julian Andres Klode ]
|
|
* apt-pkg/depcache.cc:
|
|
- Really release action groups only once (Closes: #622744)
|
|
- Make purge work again for config-files (LP: #244598) (Closes: #150831)
|
|
* apt-pkg/acquire-item.cc:
|
|
- Reject files known to be invalid (LP: #346386) (Closes: #627642)
|
|
* debian/apt.cron.daily:
|
|
- Check power after wait, patch by manuel-soto (LP: #705269)
|
|
* debian/control:
|
|
- Move ${shlibs:Depends} to Pre-Depends, as we do not want APT
|
|
unpacked if a library is too old and thus break upgrades
|
|
* doc/apt-key.8.xml:
|
|
- Document apt-key net-update (LP: #192810)
|
|
|
|
[ Christian Perrier ]
|
|
* Galician translation update (Miguel Anxo Bouzada). Closes: #626505
|
|
* Italian translation update (Milo Casagrande). Closes: #627834
|
|
* German documentation translation update (Chris Leick). Closes: #629949
|
|
* Catalan translation update (Jordi Mallach). Closes: #630657
|
|
|
|
[ David Kalnischkies ]
|
|
* fix a bunch of cppcheck warnings/errors based on a patch by
|
|
Niels Thykier, thanks! (Closes: #622805)
|
|
* apt-pkg/depcache.cc:
|
|
- really include 'rc' packages in the delete count by fixing a
|
|
typo which exists since 1999 in the source… (LP: #761175)
|
|
- if critical or-group can't be satisfied, exit directly.
|
|
* apt-pkg/acquire-method.cc:
|
|
- write directly to stdout instead of creating the message in
|
|
memory first before writing to avoid hitting limits
|
|
- fix order of CurrentURI and UsedMirror in Status() and Log()
|
|
* apt-pkg/orderlist.cc:
|
|
- let VisitRProvides report if the calls were successful
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- replace obsolete usleep with nanosleep
|
|
- remove invalid pkgcache.bin and rebuild it if possible
|
|
- log reinstall commands in history.log
|
|
* debian/apt{,-utils}.symbols:
|
|
- update both experimental symbol-files to reflect 0.8.14 state
|
|
* debian/rules:
|
|
- remove unused embedded jquery by doxygen from libapt-pkg-doc
|
|
* cmdline/apt-mark.cc:
|
|
- reimplement apt-mark in c++
|
|
- provide a 'showmanual' command (Closes: #582791)
|
|
- provide a 'dpkg --set-selections' wrapper to set/release holds
|
|
* cmdline/apt-get.cc:
|
|
- deprecate mostly undocumented 'markauto' in favor of 'apt-mark'
|
|
* cmdline/apt-cache.cc:
|
|
- deprecate mostly undocumented 'showauto' in favor of 'apt-mark'
|
|
* apt-pkg/pkgcache.cc:
|
|
- really ignore :arch in FindPkg() in non-multiarch environment
|
|
* doc/po/de.po:
|
|
- undo the translation of the command 'dump' in manpage of apt-config
|
|
as report by Burghard Grossmann on debian-l10n-german, thanks!
|
|
* apt-pkg/deb/debmetaindex.cc:
|
|
- do not download TranslationIndex if no Translation-* will be
|
|
downloaded later on anyway (Closes: #624218)
|
|
* test/versions.lst:
|
|
- disable obscure version number tests with versions dpkg doesn't
|
|
allow any more as they don't start with a number
|
|
* apt-pkg/acquire-worker.cc:
|
|
- print filename in the unmatching size warning (Closes: #623137)
|
|
* apt-pkg/acquire-item.cc:
|
|
- apply fix for poorly worded 'locate file' error message from
|
|
Ben Finney, thanks! (Closes: #623171)
|
|
* methods/http.cc:
|
|
- add config option to ignore a closed stdin to be able to easily
|
|
use the method as a simple standalone downloader
|
|
- Location header in redirects should be absolute URI, but some
|
|
servers just send an absolute path so still deal with it properly
|
|
- dequote URL taken from Location in redirects as we will otherwise
|
|
quote an already quoted string in the request later (Closes: #602412)
|
|
* apt-pkg/contrib/netrc.cc:
|
|
- replace non-posix gnu-extension strdupa with strdup
|
|
* apt-pkg/packagemanager.cc:
|
|
- ensure for Multi-Arch:same packages that they are unpacked in
|
|
lock step even in immediate configuration (Closes: #618288)
|
|
* apt-pkg/init.cc:
|
|
- don't set deprecated APT::Acquire::Translation, thanks Jörg Sommer!
|
|
* cmdline/apt-config.cc:
|
|
- show Acquire::Languages and APT::Architectures settings
|
|
in 'dump' (Closes: 626739)
|
|
* apt-pkg/orderlist.cc:
|
|
- ensure that an old version of a package with a provides can
|
|
never satisfy a dependency of a newer version of this package
|
|
|
|
[ Michael Vogt ]
|
|
* methods/mirror.cc:
|
|
- ignore lines starting with "#" in the mirror file
|
|
- ignore non http urls in the mirrors
|
|
- append the dist (e.g. sid, wheezy) as a query string when
|
|
asking for a suitable mirror
|
|
* apt-pkg/deb/deblistparser.cc:
|
|
- include all known languages when building the apt cache
|
|
(LP: #794907)
|
|
* apt-pkg/deb/debindexfile.cc:
|
|
- remove some no longer valid checks for "TranslationsAvailable()"
|
|
|
|
[ Kenneth Solbø Andersen ]
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- set permissions of term.log to root.adm and 644 (LP: #404724)
|
|
|
|
[ Chris Leick ]
|
|
* various typo and syntax corrections in doc/*.xml
|
|
|
|
-- Michael Vogt <mvo@debian.org> Tue, 28 Jun 2011 18:00:48 +0200
|
|
|
|
apt (0.8.15~exp3) experimental; urgency=low
|
|
|
|
* debian/control:
|
|
- add Breaks: 0.8.15~exp3) for libapt-pkg4.10 and
|
|
libapt-inst1.2 (thanks to Jonathan Nieder, closes: #630214)
|
|
- use depends for the ${shlibs:Depends} to make the breaks work
|
|
|
|
-- Michael Vogt <mvo@debian.org> Fri, 17 Jun 2011 21:51:41 +0200
|
|
|
|
apt (0.8.15~exp2) experimental; urgency=low
|
|
|
|
* debian/control:
|
|
- fix incorrect Replaces (closes: #630204) for libapt-inst1.2
|
|
|
|
-- Michael Vogt <mvo@debian.org> Wed, 15 Jun 2011 16:51:14 +0200
|
|
|
|
apt (0.8.15~exp1) experimental; urgency=low
|
|
|
|
[ Julian Andres Klode ]
|
|
* apt-pkg/depcache.cc:
|
|
- Really release action groups only once (Closes: #622744)
|
|
- Make purge work again for config-files (LP: #244598) (Closes: #150831)
|
|
* apt-pkg/acquire-item.cc:
|
|
- Reject files known to be invalid (LP: #346386) (Closes: #627642)
|
|
* debian/apt.cron.daily:
|
|
- Check power after wait, patch by manuel-soto (LP: #705269)
|
|
* debian/control:
|
|
- Move ${shlibs:Depends} to Pre-Depends, as we do not want APT
|
|
unpacked if a library is too old and thus break upgrades
|
|
* doc/apt-key.8.xml:
|
|
- Document apt-key net-update (LP: #192810)
|
|
|
|
[ Christian Perrier ]
|
|
* Galician translation update (Miguel Anxo Bouzada). Closes: #626505
|
|
* Italian translation update (Milo Casagrande). Closes: #627834
|
|
* German documentation translation update (Chris Leick). Closes: #629949
|
|
|
|
[ David Kalnischkies ]
|
|
* fix a bunch of cppcheck warnings/errors based on a patch by
|
|
Niels Thykier, thanks! (Closes: #622805)
|
|
* apt-pkg/depcache.cc:
|
|
- really include 'rc' packages in the delete count by fixing a
|
|
typo which exists since 1999 in the source… (LP: #761175)
|
|
- if critical or-group can't be satisfied, exit directly.
|
|
* apt-pkg/acquire-method.cc:
|
|
- write directly to stdout instead of creating the message in
|
|
memory first before writing to avoid hitting limits
|
|
- fix order of CurrentURI and UsedMirror in Status() and Log()
|
|
* apt-pkg/orderlist.cc:
|
|
- let VisitRProvides report if the calls were successful
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- replace obsolete usleep with nanosleep
|
|
* debian/apt{,-utils}.symbols:
|
|
- update both experimental symbol-files to reflect 0.8.14 state
|
|
* debian/rules:
|
|
- remove unused embedded jquery by doxygen from libapt-pkg-doc
|
|
* cmdline/apt-mark.cc:
|
|
- reimplement apt-mark in c++
|
|
- provide a 'showmanual' command (Closes: #582791)
|
|
- provide a 'dpkg --set-selections' wrapper to set/release holds
|
|
* cmdline/apt-get.cc:
|
|
- deprecate mostly undocumented 'markauto' in favor of 'apt-mark'
|
|
* cmdline/apt-cache.cc:
|
|
- deprecate mostly undocumented 'showauto' in favor of 'apt-mark'
|
|
* apt-pkg/pkgcache.cc:
|
|
- really ignore :arch in FindPkg() in non-multiarch environment
|
|
* doc/po/de.po:
|
|
- undo the translation of the command 'dump' in manpage of apt-config
|
|
as report by Burghard Grossmann on debian-l10n-german, thanks!
|
|
* apt-pkg/deb/debmetaindex.cc:
|
|
- do not download TranslationIndex if no Translation-* will be
|
|
downloaded later on anyway (Closes: #624218)
|
|
* test/versions.lst:
|
|
- disable obscure version number tests with versions dpkg doesn't
|
|
allow any more as they don't start with a number
|
|
* apt-pkg/acquire-worker.cc:
|
|
- print filename in the unmatching size warning (Closes: #623137)
|
|
* apt-pkg/acquire-item.cc:
|
|
- apply fix for poorly worded 'locate file' error message from
|
|
Ben Finney, thanks! (Closes: #623171)
|
|
* methods/http.cc:
|
|
- add config option to ignore a closed stdin to be able to easily
|
|
use the method as a simple standalone downloader
|
|
- Location header in redirects should be absolute URI, but some
|
|
servers just send an absolute path so still deal with it properly
|
|
- dequote URL taken from Location in redirects as we will otherwise
|
|
quote an already quoted string in the request later (Closes: #602412)
|
|
* apt-pkg/contrib/netrc.cc:
|
|
- replace non-posix gnu-extension strdupa with strdup
|
|
* apt-pkg/packagemanager.cc:
|
|
- ensure for Multi-Arch:same packages that they are unpacked in
|
|
lock step even in immediate configuration (Closes: #618288)
|
|
|
|
[ Michael Vogt ]
|
|
* methods/mirror.cc:
|
|
- ignore lines starting with "#" in the mirror file
|
|
- ignore non http urls in the mirrors
|
|
- append the dist (e.g. sid, wheezy) as a query string when
|
|
asking for a suitable mirror
|
|
* debian/control:
|
|
- add libapt-pkg4.10 and libapt-inst1.2 library packages
|
|
|
|
-- Michael Vogt <mvo@debian.org> Fri, 10 Jun 2011 15:32:07 +0200
|
|
|
|
apt (0.8.14.2) UNRELEASED; urgency=low
|
|
|
|
[ Julian Andres Klode ]
|
|
* apt-pkg/depcache.cc:
|
|
- Really release action groups only once (Closes: #622744)
|
|
- Make purge work again for config-files (LP: #244598) (Closes: #150831)
|
|
* debian/apt.cron.daily:
|
|
- Check power after wait, patch by manuel-soto (LP: #705269)
|
|
* debian/control:
|
|
- Move ${shlibs:Depends} to Pre-Depends, as we do not want APT
|
|
unpacked if a library is too old and thus break upgrades
|
|
* doc/apt-key.8.xml:
|
|
- Document apt-key net-update (LP: #192810)
|
|
|
|
[ Christian Perrier ]
|
|
* Galician translation update (Miguel Anxo Bouzada). Closes: #626505
|
|
|
|
[ David Kalnischkies ]
|
|
* fix a bunch of cppcheck warnings/errors based on a patch by
|
|
Niels Thykier, thanks! (Closes: #622805)
|
|
* apt-pkg/depcache.cc:
|
|
- really include 'rc' packages in the delete count by fixing a
|
|
typo which exists since 1999 in the source… (LP: #761175)
|
|
- if critical or-group can't be satisfied, exit directly.
|
|
* apt-pkg/acquire-method.cc:
|
|
- write directly to stdout instead of creating the message in
|
|
memory first before writing to avoid hitting limits
|
|
- fix order of CurrentURI and UsedMirror in Status() and Log()
|
|
* apt-pkg/orderlist.cc:
|
|
- let VisitRProvides report if the calls were successful
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- replace obsolete usleep with nanosleep
|
|
* debian/apt{,-utils}.symbols:
|
|
- update both experimental symbol-files to reflect 0.8.14 state
|
|
* debian/rules:
|
|
- remove unused embedded jquery by doxygen from libapt-pkg-doc
|
|
* cmdline/apt-mark.cc:
|
|
- reimplement apt-mark in c++
|
|
- provide a 'showmanual' command (Closes: #582791)
|
|
- provide a 'dpkg --set-selections' wrapper to set/release holds
|
|
* cmdline/apt-get.cc:
|
|
- deprecate mostly undocumented 'markauto' in favor of 'apt-mark'
|
|
* cmdline/apt-cache.cc:
|
|
- deprecate mostly undocumented 'showauto' in favor of 'apt-mark'
|
|
* apt-pkg/pkgcache.cc:
|
|
- really ignore :arch in FindPkg() in non-multiarch environment
|
|
* doc/po/de.po:
|
|
- undo the translation of the command 'dump' in manpage of apt-config
|
|
as report by Burghard Grossmann on debian-l10n-german, thanks!
|
|
* apt-pkg/deb/debmetaindex.cc:
|
|
- do not download TranslationIndex if no Translation-* will be
|
|
downloaded later on anyway (Closes: #624218)
|
|
* test/versions.lst:
|
|
- disable obscure version number tests with versions dpkg doesn't
|
|
allow any more as they don't start with a number
|
|
* apt-pkg/acquire-worker.cc:
|
|
- print filename in the unmatching size warning (Closes: #623137)
|
|
* apt-pkg/acquire-item.cc:
|
|
- apply fix for poorly worded 'locate file' error message from
|
|
Ben Finney, thanks! (Closes: #623171)
|
|
* methods/http.cc:
|
|
- add config option to ignore a closed stdin to be able to easily
|
|
use the method as a simple standalone downloader
|
|
- Location header in redirects should be absolute URI, but some
|
|
servers just send an absolute path so still deal with it properly
|
|
- dequote URL taken from Location in redirects as we will otherwise
|
|
quote an already quoted string in the request later (Closes: #602412)
|
|
* apt-pkg/contrib/netrc.cc:
|
|
- replace non-posix gnu-extension strdupa with strdup
|
|
* apt-pkg/packagemanager.cc:
|
|
- ensure for Multi-Arch:same packages that they are unpacked in
|
|
lock step even in immediate configuration (Closes: #618288)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Mon, 16 May 2011 14:57:52 +0200
|
|
|
|
apt (0.8.14.1) unstable; urgency=low
|
|
|
|
* apt-pkg/acquire-item.cc:
|
|
- Only try to rename existing Release files (Closes: #622912)
|
|
|
|
-- Julian Andres Klode <jak@debian.org> Sat, 16 Apr 2011 14:36:10 +0200
|
|
|
|
apt (0.8.14) unstable; urgency=low
|
|
|
|
[ Julian Andres Klode ]
|
|
* apt-pkg/indexcopy.cc:
|
|
- Use RealFileExists() instead of FileExists(), allows amongst other
|
|
things a directory named Sources to exist on a CD-ROM (LP: #750694).
|
|
* apt-pkg/acquire-item.cc:
|
|
- Use Release files even if they cannot be verified (LP: #704595)
|
|
* cmdline/apt-get.cc:
|
|
- Do not install recommends for build-dep (Closes: #454479) (LP: #245273)
|
|
* apt-pkg/deb/deblistparser.cc:
|
|
- Handle no space before "[" in build-dependencies (LP: #72344)
|
|
* apt-pkg/policy.cc:
|
|
- Allow pinning by glob() expressions, and regular expressions
|
|
surrounded by slashes (the "/" character) (LP: #399474)
|
|
(Closes: #121132)
|
|
* debian/control:
|
|
- Set Standards-Version to 3.9.2
|
|
|
|
[ Michael Vogt ]
|
|
* mirror method:
|
|
- do not crash if the mirror file fails to download
|
|
* apt-pkg/aptconfiguration.cc:
|
|
- fix comparing for a empty string
|
|
* debian/apt.cron.daily:
|
|
- run unattended-upgrades even if there was a error during
|
|
the apt-get update (LP: #676295)
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/pkgcache.cc:
|
|
- use the native Architecture stored in the cache header instead of
|
|
loading it from configuration as suggested by Julian Andres Klode
|
|
|
|
-- Julian Andres Klode <jak@debian.org> Fri, 15 Apr 2011 14:28:15 +0200
|
|
|
|
apt (0.8.13.2) unstable; urgency=low
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- skip --configure if all packages disappeared
|
|
* apt-pkg/vendor.cc, apt-pkg/vendorlist.cc:
|
|
- mark them as deprecated as they are unused
|
|
* apt-pkg/deb/deblistparser.h:
|
|
- enable StripMultiArch by default for ParseDepends
|
|
* debian/apt.conf.autoremove:
|
|
- adapt to new gnumach kernel package naming (Closes: #619337)
|
|
* doc/apt_preferences.5.xml:
|
|
- correct typo spotted by Charles Plessy (Closes: #619088)
|
|
- document ButAutomaticUpgrades together with NotAutomatic
|
|
as suggested by Charles Plessy (Closes: #619083)
|
|
* apt-pkg/depcache.cc:
|
|
- remove pseudo handling leftover from SetReInstall
|
|
- do not change protected packages in autoinstall (Closes: #618848)
|
|
* apt-pkg/pkgcachegen.cc:
|
|
- make "all"->"native" an implementation detail of NewPackage
|
|
rather than rewrite it in higher methods
|
|
* apt-pkg/cacheiterator.h:
|
|
- return "all" instead of native architecture without breaking the abi
|
|
(too much) by extending enum instead of using bitflags (LP: #733741)
|
|
* apt-pkg/aptconfiguration.cc:
|
|
- use dpkg --print-foreign-architectures to get multiarch configuration
|
|
if non is specified with APT::Architectures (Closes: #612958)
|
|
* cmdline/apt-get.cc:
|
|
- do not show simulation notice for non-root commands (Closes: #619072)
|
|
- be able to disable resolver with APT::Get::CallResolver and disable
|
|
auto installation with APT::Get::AutoSolving
|
|
* apt-pkg/deb/deblistparser.cc:
|
|
- create foo:any provides for all architectures for an allowed package
|
|
|
|
-- Michael Vogt <mvo@debian.org> Tue, 05 Apr 2011 09:40:28 +0200
|
|
|
|
apt (0.8.13.1) unstable; urgency=low
|
|
|
|
* apt-pkg/acquire-item.cc: Use stat buffer if stat was
|
|
successful, not if it failed (Closes: #620546)
|
|
|
|
-- Julian Andres Klode <jak@debian.org> Sat, 02 Apr 2011 20:55:35 +0200
|
|
|
|
apt (0.8.13) unstable; urgency=low
|
|
|
|
[ Thorsten Spindler ]
|
|
* methods/rsh.cc
|
|
- fix rsh/ssh option parsing (LP: #678080), thanks to
|
|
Ville Mattila
|
|
|
|
[ Michael Vogt ]
|
|
* apt-pkg/acquire-item.cc:
|
|
- mark pkgAcqIndexTrans as Index-File to avoid asking the
|
|
user to insert the CD on each apt-get update
|
|
* po/sl.po:
|
|
- updated, thanks to Andrej Znidarsic
|
|
* mirror method:
|
|
- when downloading data, show the mirror being used
|
|
- randomize mirror list after download in a host specific way
|
|
to ensure that the load is evenly spreaded accross the mirrors
|
|
- fix some missing "Fail-Ignore"
|
|
|
|
-- Michael Vogt <mvo@debian.org> Wed, 16 Mar 2011 08:04:42 +0100
|
|
|
|
apt (0.8.12) unstable; urgency=low
|
|
|
|
[ Michael Vogt ]
|
|
* apt-pkg/deb/debindexfile.cc:
|
|
- ignore missing deb-src files in /var/lib/apt/lists, thanks
|
|
to Thorsten Spindler (LP: #85590)
|
|
* apt-pkg/contrib/fileutl.cc, apt-pkg/deb/dpkgpm.cc:
|
|
- honor Dpkg::Chroot-Directory in the RunScripts*() methods
|
|
* apt-pkg/contrib/cdromutl.{cc,h}, apt-pkg/cdrom.{cc,h}:
|
|
- deal with missing FSTAB_DIR when using libudev to discover cdrom
|
|
- add experimental APT::cdrom::CdromOnly option (on by default).
|
|
When this is set to false apt-cdrom will handle any removable
|
|
deivce (like a usb-stick) as a "cdrom/dvd" source
|
|
|
|
[ Christian Perrier ]
|
|
* Fix error in French translation of manpages (apt_preferences(5)).
|
|
Merci, Rémi Vanicat. Closes: #613689
|
|
* Complete French manpage translation
|
|
* Italian translation update (Milo Casagrande). Closes: #614395
|
|
|
|
[ David Kalnischkies ]
|
|
* ftparchive/multicompress.cc, apt-inst/deb/debfile.cc:
|
|
- support xz compressor to create xz-compressed Indexes and be able
|
|
to open data.tar.xz files
|
|
- load the supported compressors from configuration
|
|
* ftparchive/writer.cc:
|
|
- ensure that Date and Valid-Until time strings are not localised
|
|
- add options to disable specific checksums for Indexes
|
|
- include xz-compressed Packages and Sources files in Release file
|
|
* apt-pkg/aptconfiguration.cc:
|
|
- support download of xz-compressed indexes files
|
|
- support adding new compressors by configuration
|
|
* apt-pkg/deb/debsrcrecords.cc:
|
|
- support xz-compressed source v3 debian.tar files
|
|
- support every compression we have a compressor configured
|
|
* ftparchive/contents.cc:
|
|
- remove ExtractArchive codecopy from apt-inst/deb/debfile.cc
|
|
* apt-inst/deb/debfile.cc:
|
|
- support data.tar's compressed with any configured compressor
|
|
* cmdline/apt-get.cc:
|
|
- reinstall dependencies of reinstalled "garbage" (Closes: #617257)
|
|
|
|
[ Steve Langasek ]
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- make sure that for multiarch packages, we are passing the full
|
|
qualified package name to dpkg for removals. (Closes: #614298)
|
|
* Remove the "pseudopackage" handling of Architecture: all packages for
|
|
Multi-Arch; instead, Arch: all packages only satisfy dependencies for
|
|
the native arch, except where the Arch: all package is declared
|
|
Multi-Arch: foreign. (Closes: #613584)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Thu, 10 Mar 2011 14:46:48 +0100
|
|
|
|
apt (0.8.11.5) unstable; urgency=low
|
|
|
|
[ Christian Perrier ]
|
|
* Add missing dot in French translation of manpages. Merci, Olivier
|
|
Humbert.
|
|
* French translation update
|
|
* French manpages translation update
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/depcache.cc:
|
|
- party revert fix in 0.8.11.2 which marked all packages as manual
|
|
installed if the FromUser bit is set in the MarkInstall call.
|
|
The default for this bit is true and aptitude depends on the old
|
|
behavior so the package is only marked as manual if its not marked
|
|
("old" behavior) or if automatic installation is enabled - which
|
|
aptitude disables always (see also #613775)
|
|
|
|
-- David Kalnischkies <kalnischkies@gmail.com> Thu, 17 Feb 2011 15:16:31 +0100
|
|
|
|
apt (0.8.11.4) unstable; urgency=low
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/contrib/error.cc:
|
|
- ensure that va_list is not invalid in second try
|
|
* cmdline/apt-get.cc:
|
|
- don't remove new dependencies of garbage packages (Closes: #613420)
|
|
|
|
[ Michael Vogt ]
|
|
* test/integration/*
|
|
- fix dashish in the integration tests
|
|
|
|
-- Michael Vogt <mvo@debian.org> Wed, 16 Feb 2011 14:36:03 +0100
|
|
|
|
apt (0.8.11.3) unstable; urgency=low
|
|
|
|
* apt-pkg/contrib/fileutl.cc:
|
|
- really detect bigendian machines by including config.h,
|
|
so we can really (Closes: #612986)
|
|
* apt-pkg/contrib/mmap.cc:
|
|
- Base has as 'valid' failure states 0 and -1 so add a simple
|
|
validData method to check for failure states
|
|
|
|
-- David Kalnischkies <kalnischkies@gmail.com> Mon, 14 Feb 2011 16:58:03 +0100
|
|
|
|
apt (0.8.11.2) unstable; urgency=low
|
|
|
|
[ Michael Vogt ]
|
|
* merged lp:~evfool/apt/fix641673:
|
|
- String-fix in the source and the translations for the grammatical
|
|
mistake reported in bug LP: #641673, thanks to Robert Roth
|
|
* merged lp:~evfool/apt/fix418552:
|
|
- Grammar fix for bug LP: #418552, thanks to Robert Roth
|
|
|
|
[ David Kalnischkies ]
|
|
* cmdline/apt-get.cc:
|
|
- add --install-suggests option (Closes: #473089)
|
|
* apt-pkg/depcache.cc:
|
|
- mark a package which was requested to be installed on commandline
|
|
always as manual regardless if it is already marked or not as the
|
|
marker could be lost later by the removal of rdepends (Closes: #612557)
|
|
* methods/rred.cc:
|
|
- read patch into MMap only if we work on uncompressed patches
|
|
- update size of dynamic MMap as we write in from the outside
|
|
* apt-pkg/contrib/mmap.cc:
|
|
- do not try to free the mapping if its is unset
|
|
* apt-pkg/contrib/fileutl.cc:
|
|
- reorder the loaded filesize bytes for big endian (Closes: #612986)
|
|
Thanks to Jörg Sommer for the detailed analyse!
|
|
|
|
-- Michael Vogt <mvo@debian.org> Mon, 14 Feb 2011 12:07:18 +0100
|
|
|
|
apt (0.8.11.1) unstable; urgency=low
|
|
|
|
[ Stefan Lippers-Hollmann ]
|
|
* cmdline/apt-key:
|
|
- fix root test which prevented setting of trustdb-name
|
|
which lets gpg fail if it adds/remove keys from trusted.gpg
|
|
as it tries to open the (maybe) not existent /root/.gnupg
|
|
|
|
[ David Kalnischkies ]
|
|
* debian/apt.symbols:
|
|
- add more arch dependent symbols
|
|
|
|
-- Michael Vogt <mvo@debian.org> Wed, 09 Feb 2011 17:49:59 +0100
|
|
|
|
apt (0.8.11) unstable; urgency=low
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/depcache.cc:
|
|
- add SetCandidateRelease() to set a candidate version and
|
|
the candidates of dependencies if needed to a specified
|
|
release (Closes: #572709)
|
|
- allow conflicts in the same group again (Closes: #612099)
|
|
* cmdline/apt-get.cc:
|
|
- if --print-uris is used don't setup downloader as we don't need
|
|
progress, lock nor the directories it would create otherwise
|
|
- show dependencies of essential packages which are going to remove
|
|
only if they cause the remove of this essential (Closes: #601961)
|
|
- keep not installed garbage packages uninstalled instead of showing
|
|
in the autoremove section and installing those (Closes: #604222)
|
|
- change pkg/release behavior to use the new SetCandidateRelease
|
|
so installing packages from experimental or backports is easier
|
|
- really do not show packages in the extra section if they were
|
|
requested on the commandline, e.g. with a modifier (Closes: #184730)
|
|
- always do removes first and set not installed remove packages
|
|
on hold to prevent temporary installation later (Closes: #549968)
|
|
* debian/control:
|
|
- add Vcs-Browser now that loggerhead works again (Closes: #511168)
|
|
- depend on debhelper 7 to raise compat level
|
|
- depend on dpkg-dev (>= 1.15.8) to have c++ symbol mangling
|
|
* apt-pkg/contrib/fileutl.cc:
|
|
- add a RealFileExists method and check that your configuration files
|
|
are real files to avoid endless loops if not (Closes: #604401)
|
|
- ignore non-regular files in GetListOfFilesInDir (Closes: #594694)
|
|
* apt-pkg/contrib/weakptr.h:
|
|
- include stddefs.h to fix compile error (undefined NULL) with gcc-4.6
|
|
* methods/https.cc:
|
|
- fix CURLOPT_SSL_VERIFYHOST by really passing 2 to it if enabled
|
|
* deb/dpkgpm.cc:
|
|
- fix popen/fclose mismatch reported by cppcheck. Thanks to Petter
|
|
Reinholdtsen for report and patch! (Closes: #607803)
|
|
* doc/apt.conf.5.xml:
|
|
- fix multipl{y,e} spelling error reported by Jakub Wilk (Closes: #607636)
|
|
* apt-inst/contrib/extracttar.cc:
|
|
- let apt-utils work with encoded tar headers if uid/gid are large.
|
|
Thanks to Nobuhiro Hayashi for the patch! (Closes: #330162)
|
|
* apt-pkg/cacheiterator.h:
|
|
- do not segfault if cache is not build (Closes: #254770)
|
|
* doc/apt-get.8.xml:
|
|
- remove duplicated mentioning of --install-recommends
|
|
* doc/sources.list.5.xml:
|
|
- remove obsolete references to non-us (Closes: #594495)
|
|
- a notice is printed for ignored files (Closes: #597615)
|
|
* debian/rules:
|
|
- use -- instead of deprecated -u for dh_gencontrol
|
|
- remove shlibs.local creation and usage
|
|
- show differences in the symbol files, but never fail
|
|
* pre-build.sh:
|
|
- remove as it is not needed for a working 'bzr bd'
|
|
* debian/{apt,apt-utils}.symbols:
|
|
- ship experimental unmangled c++ symbol files
|
|
* methods/rred.cc:
|
|
- operate optional on gzip compressed pdiffs
|
|
* apt-pkg/acquire-item.cc:
|
|
- don't uncompress downloaded pdiff files before feeding it to rred
|
|
- try downloading clearsigned InRelease before trying Release.gpg
|
|
- change the internal handling of Extensions in pkgAcqIndex
|
|
- add a special uncompressed compression type to prefer those files
|
|
- download and use i18n/Index to choose which Translations to download
|
|
* cmdline/apt-key:
|
|
- don't set trustdb-name as non-root so 'list' and 'finger'
|
|
can be used without being root (Closes: #393005, #592107)
|
|
* apt-pkg/deb/deblistparser.cc:
|
|
- rewrite LoadReleaseInfo to cope with clearsigned Releasefiles
|
|
* ftparchive/writer.cc:
|
|
- add config option to search for more patterns in release command
|
|
- include Index files by default in the Release file
|
|
* methods/{gzip,bzip}.cc:
|
|
- print a good error message if FileSize() is zero
|
|
* apt-pkg/aptconfiguration.cc:
|
|
- remove the inbuilt Translation files whitelist
|
|
* cmdline/apt-cache.cc:
|
|
- remove not implemented 'apt-cache add' command
|
|
* doc/apt-cache.8.xml:
|
|
- describe reality as apt-cache just queries and doesn't manipulate
|
|
the caches. Thanks to Enrico Zini for spotting it! (Closes: #612009)
|
|
* apt-pkg/algorithms.cc:
|
|
- mark pseudo packages of installed all packages as configured
|
|
in the simulation as we don't call configure for these packages
|
|
* apt-pkg/pkgcachegen.cc:
|
|
- in multiarch, let :all packages conflict with :any packages
|
|
with a different version to be sure
|
|
* apt-pkg/contrib/error.cc:
|
|
- remove 400 char size limit of error messages (LP: #365611)
|
|
|
|
[ Michael Vogt ]
|
|
* methods/http.cc:
|
|
- do not hang if Acquire::http::ProxyAutoDetect can not be
|
|
executed or returns no data (LP: #654393)
|
|
* debian/apt.conf.autoremove:
|
|
- never autoremove the GNU/Hurd kernel (closes: #588423), thanks
|
|
to Guillem Jover
|
|
* apt-pkg/cdrom.cc, apt-pkg/init.cc, methods/cdrom.cc:
|
|
- use /media/cdrom as default mountoint (closes: #611569)
|
|
* cmdline/apt-get.cc:
|
|
- add apt-get changelog (closes: #526990)
|
|
- add apt-get download (closes: #82738)
|
|
|
|
[ Martin Pitt ]
|
|
* test/integration/test-compressed-indexes, test/test-indexes.sh:
|
|
- Explicitly disable compressed indexes at the start. This ensures that we
|
|
will actually test uncompressed indexes regardless of the internal
|
|
default value of Acquire::GzipIndexes.
|
|
|
|
-- Michael Vogt <mvo@debian.org> Tue, 08 Feb 2011 12:58:12 +0100
|
|
|
|
apt (0.8.10.3) unstable; urgency=low
|
|
|
|
[ Programs translations ]
|
|
* po/es.po: Updated, plus fixes encoding issues and fixes two fuzzy
|
|
strings, thanks to Javier Fernandez-Sanguino (closes: #610692)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Tue, 25 Jan 2011 11:51:42 +0100
|
|
|
|
apt (0.8.10.2) unstable; urgency=low
|
|
|
|
[ David Kalnischkies ]
|
|
* ftparchive/apt-ftparchive.cc:
|
|
- fix endless loop for multiple TranslationsWriters
|
|
|
|
-- Michael Vogt <mvo@debian.org> Tue, 25 Jan 2011 10:26:15 +0100
|
|
|
|
apt (0.8.10.1) unstable; urgency=low
|
|
|
|
[ Christian Perrier ]
|
|
* Fix encoding for Slovenian translation. PO file switched
|
|
to UTF-8. Closes: #609957
|
|
|
|
[ Julian Andres Klode ]
|
|
* cmdline/apt-cache.cc: Create an error for apt-cache depends
|
|
if packages could not found (LP: #647045)
|
|
|
|
[ Programs translations ]
|
|
* Spanish update by Javier Fernández-Sanguino Peña. Closes: #607145
|
|
|
|
[ Manpages translations ]
|
|
* Correct a typo and an error in French manpages translation.
|
|
Closes: # 607170
|
|
|
|
-- Michael Vogt <mvo@debian.org> Mon, 17 Jan 2011 13:41:04 +0100
|
|
|
|
apt (0.8.10) unstable; urgency=low
|
|
|
|
[ Programs translations ]
|
|
* Czech by Miroslav Kure. Closes: #605107
|
|
|
|
[ Martin Pitt ]
|
|
* test/integration/test-compressed-indexes, test/test-indexes.sh:
|
|
- Explicitly disable compressed indexes at the start. This ensures that we
|
|
will actually test uncompressed indexes regardless of the internal
|
|
default value of Acquire::GzipIndexes.
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/algorithms.cc:
|
|
- mark all installed packages first without auto installation in
|
|
a dist-upgrade to prefer upgrading packages instead of installing
|
|
new packages in versioned or-groups (Closes: #605394)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Tue, 30 Nov 2010 10:42:17 +0100
|
|
|
|
apt (0.8.9) unstable; urgency=low
|
|
|
|
[ Christian Perrier ]
|
|
* Fix "typos" in French manpages translations. Thanks to
|
|
Cyril Brulebois for bashing me.
|
|
* Drop useless untranslatable sections from apt.8
|
|
|
|
[ Programs translations ]
|
|
* Slovenian update by Andrej Žnidaršič and Rosetta Slovenian team
|
|
* German update by Holger Wansing. Closes: #603619
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/aptconfiguration.cc:
|
|
- evaluate Acquire::Languages= before LANG= (Closes: #602573)
|
|
* apt-pkg/orderlist.cc:
|
|
- try fixing before removing even if the fix is hidden in
|
|
a provides, hidden in the #590438 testcase
|
|
* apt-pkg/algorithms.cc:
|
|
- if the package was explicitly marked as ToRemove don't
|
|
consider it as a candidate for FixByInstall
|
|
* apt-pkg/depcache.cc:
|
|
- don't install previously not installed providers in a try
|
|
to statisfy a "Breaks: provides" dependency by upgrade
|
|
* cmdline/acqprogress.cc:
|
|
- don't ask the user for media change if quiet >= 2, stdout is not
|
|
a tty and assume-yes, force-yes or trivial-only option is set to
|
|
avoid cpu eating endless loops in unattended runs like apt.cron
|
|
(Closes: #602354, LP: #665580)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Thu, 18 Nov 2010 09:25:04 +0100
|
|
|
|
apt (0.8.8) unstable; urgency=low
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/contrib/fileutl.cc:
|
|
- Add a FileFd::FileSize() method to get the size of the underlying
|
|
file and not the size of the content in the file as FileFd::Size()
|
|
does - the sizes can differ since the direct gzip integration
|
|
* methods/{gzip,bzip2}.cc:
|
|
- use FileSize() to determine if the file is invalid (Closes: #600852)
|
|
* apt-pkg/pkgcache.cc:
|
|
- fallback always to a suitable description (Closes: #601016)
|
|
|
|
[ Michael Vogt ]
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- ensure that history.log gets closed to avoid leaking a FD
|
|
(closes: #601649)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Thu, 28 Oct 2010 21:22:21 +0200
|
|
|
|
apt (0.8.7) unstable; urgency=low
|
|
|
|
[ Manpages translations ]
|
|
* Typo fixed in French (extra "Z"). Thanks to Florentin Duneau.
|
|
* Another typo fixed in French ("Anfin"). Thanks to bubulle
|
|
* Wrong translation for "showauto" fixed. Thanks to Raphaël Hertzog
|
|
Closes: #599265
|
|
|
|
[ Michael Vogt ]
|
|
* debian/apt.cron.daily:
|
|
- source /etc/default/locale (if available) so that the
|
|
apt-get update cron job fetches the right translated package
|
|
descriptions
|
|
* fix test failure on amd64
|
|
* apt-pkg/deb/debsystem.cc:
|
|
- fix issues with dir::state::status and dir::state::extended_states
|
|
when alternative rootdirs are used
|
|
|
|
[ Martin Pitt ]
|
|
* apt-pkg/deb/debindexfile.cc:
|
|
- Use FileFd::Size() instead of stat()ing the sources/binary/translations
|
|
indexes directly, so that we have transparent handling of gzipped
|
|
indexes.
|
|
* apt-pkg/contrib/fileutl.cc:
|
|
- Fix FileFd::Size() for gzipped files to give the size of the
|
|
uncompressed data. This fixes cache building progress going way
|
|
over 100%.
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/deb/deblistparser.cc:
|
|
- support ArmHardFloat port in CompleteArch, thanks to Sebastian
|
|
Andrzej Siewior for the patch!
|
|
* doc/apt.ent:
|
|
- move some strings into apt-verbatim.ent to avoid showing them in
|
|
apt-doc.pot as they are untranslatable anyway (e.g. manpage references)
|
|
* doc/apt-verbatim.ent:
|
|
- change the codenames to reflect the situation after squeeze release
|
|
* doc/examples/apt-https-method-example.conf:
|
|
- apply various typo fixes by Olly Betts, thanks! (Closes: #600249)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Fri, 15 Oct 2010 18:16:10 +0200
|
|
|
|
apt (0.8.6) unstable; urgency=low
|
|
|
|
[ Programs translations ]
|
|
* Vietnamese update by Clytie Siddall (Closes: #598489)
|
|
* Asturian update by Maacub (Closes: #599057)
|
|
|
|
[ David Kalnischkies ]
|
|
* cmdline/apt-cache.cc:
|
|
- use the TranslatedDescription for searching and not the first
|
|
available one as it is maybe not an expected language (Closes: #597925)
|
|
* apt-pkg/contrib/strutl.cc:
|
|
- add a space between number and unit as required by SI (Closes: #598352)
|
|
* apt-pkg/depcache.cc:
|
|
- do not check endpointer packages instead of only those which prevented
|
|
NeverAutoRemove settings from having an effect (Closes: #598452)
|
|
- do not remove packages which the user requested for installation
|
|
explicitly while satisfying other install requests (Closes: #598669)
|
|
* apt-pkg/packagemanager.cc:
|
|
- Add a space between period and 'Please' and unfuzzy all translations
|
|
* doc/po/de.po:
|
|
- remove the duplicated "angefertigt" in translation-holder string
|
|
|
|
-- Michael Vogt <mvo@debian.org> Mon, 04 Oct 2010 11:52:19 +0200
|
|
|
|
apt (0.8.5) unstable; urgency=low
|
|
|
|
[ Manpages translations ]
|
|
* German (Chris Leick). Closes: #597163
|
|
|
|
[ Michael Vogt ]
|
|
* merged lp:~mvo/apt/conflicts-on-virtuals to better deal with
|
|
conflicts/breaks against virtual packages (LP: #614993)
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/policy.cc:
|
|
- support 100-pinning in Release file with ButAutomaticUpgrades
|
|
as requested by the backports crew (Closes: #596097)
|
|
* apt-pkg/deb/deblistparser.cc:
|
|
- overrule NotAutomatic in case of ButAutomaticUpgrades
|
|
* debian/apt.cron.daily:
|
|
- handle absolut directory paths correctly by loading directories
|
|
directly instead of building the paths on our own (Closes: #596421)
|
|
* debian/control:
|
|
- build-depend on docbook-xml to ensure that the xml DTDs are always
|
|
available on the buildds (Closes: #597145)
|
|
* buildlib/debiandoc.mak, buildlib/po4a_manpage.mak:
|
|
- ensure that the build fails if documentation building fails
|
|
* doc/po/fr.po:
|
|
- correct two syntax issues to ensure we can build fine
|
|
|
|
-- Michael Vogt <mvo@debian.org> Fri, 17 Sep 2010 22:05:06 +0200
|
|
|
|
apt (0.8.4) unstable; urgency=low
|
|
|
|
[ Michael vogt ]
|
|
* ftparchive/writer.cc:
|
|
- write out {Files,Checksum-Sha1,Checksum-Sha256} only if
|
|
available LP: #633967. Thanks to Colin Watson
|
|
* apt-pkg/contrib/cdromutl.cc:
|
|
- if apt-cdrom is used on writable media (like usb-sticks), do
|
|
not use the root directory to identify the medium (as all
|
|
changes there change the ident id). Use the .disk directory
|
|
instead
|
|
|
|
[ David Kalnischkies ]
|
|
* ftparchive/writer.cc:
|
|
- null the valid string instead of the date if Valid-Until is not set
|
|
* apt-pkg/acquire-item.cc:
|
|
- use also unsigned Release files again (Closes: #596189)
|
|
|
|
[ Christian Perrier ]
|
|
* Fix missing space after dot in a message from apt-pkg
|
|
Translations unfuzzied. Thanks to Holger Wansing.
|
|
|
|
-- Michael Vogt <mvo@debian.org> Fri, 10 Sep 2010 20:45:15 +0200
|
|
|
|
apt (0.8.3) unstable; urgency=low
|
|
|
|
[ Programs translations ]
|
|
* German (Holger Wansing). Closes: #596141
|
|
|
|
[ Manpages translations ]
|
|
* Japanese (KURASAWA Nozomu). Closes: #595862
|
|
|
|
[ Michael Vogt ]
|
|
* apt-pkg/indexcopy.cc:
|
|
- only use trusted.gpg.d directory if it exists
|
|
- do not replace /dev/null when running in APT::CDROM::NoAct
|
|
mode (LP: #612666), thanks to Colin Watson
|
|
|
|
[ David Kalnischkies ]
|
|
* ftparchive/apt-ftparchive.cc:
|
|
- ensure that BinDirectory as well as Tree settings get
|
|
the correct default FileMode setting (Closes: #595922)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Tue, 07 Sep 2010 15:28:41 +0200
|
|
|
|
apt (0.8.2) unstable; urgency=low
|
|
|
|
[ Manpages translations ]
|
|
* Spanish (Omar Campagne). Closes: #595557
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/versionmatch.cc:
|
|
- do not accept 'Pin: origin "' (missing closing ") as a valid
|
|
way to pin a local archive: either "" or none…
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- create Dir::Log if needed to support /var/log as tmpfs or similar,
|
|
inspired by Thomas Bechtold, thanks! (Closes: #523919, LP: #220239)
|
|
* apt-pkg/indexcopy.cc:
|
|
- support really still the APT::GPGV::TrustedKeyring setting,
|
|
as it breaks d-i badly otherwise (Closes: #595428)
|
|
* cmdline/apt-key:
|
|
- support also Dir::Etc::Trusted so that apt-key works in the same
|
|
way as the library part which works with the trusted files
|
|
* methods/{gzip,bzip2}.cc:
|
|
- empty files can never be valid archives (Closes: #595691)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Mon, 06 Sep 2010 18:10:06 +0200
|
|
|
|
apt (0.8.1) unstable; urgency=low
|
|
|
|
[ Programs translations ]
|
|
* Thai (Theppitak Karoonboonyanan). Closes: #592695
|
|
* Russian (Yuri Kozlov). Closes: #594232
|
|
* Slovak (Ivan Masár). Closes: #594255
|
|
* Swedish (Daniel Nylander). Closes: #594241
|
|
* Japanese (Kenshi Muto, Osamu Aoki). Closes: #594265
|
|
* Italian (Milo Casagrande). Closes: #594238
|
|
* Asturian (maacub). Closes: #594303
|
|
* Simplified Chinese (Aron Xu). Closes: #594458
|
|
* Bulgarian (Damyan Ivanov). Closes: #594627
|
|
* Portuguese (Miguel Figueiredo). Closes: #594668
|
|
* Korean (Changwoo Ryu). Closes: #594809
|
|
* Norwegian Bokmål (Hans Nordhaug). Closes: #595182
|
|
* Danish (Joe Hansen). Closes: #595176
|
|
* Catalan (Agustí Grau). Closes: #595234
|
|
|
|
[ Christian Perrier ]
|
|
* Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aoki
|
|
Closes: #594211
|
|
|
|
[ Manpages translations ]
|
|
* Portuguese (Américo Monteiro)
|
|
|
|
[ David Kalnischkies ]
|
|
* cmdline/apt-cache.cc:
|
|
- show in madison command again also source packages (LP: #614589)
|
|
- remove useless GetInitialize method
|
|
* cmdline/apt-get.cc:
|
|
- remove direct calls of ReadMainList and use the wrapper instead
|
|
to protect us from useless re-reads and two-times notice display
|
|
- remove death code by removing unused GetInitialize
|
|
* apt-pkg/depcache.cc:
|
|
- now that apt-get purge works on 'rc' packages let the MarkDelete
|
|
pass this purge forward to the non-pseudo package for pseudos
|
|
* apt-pkg/contrib/fileutl.cc:
|
|
- apply SilentlyIgnore also on files without an extension
|
|
* apt-pkg/contrib/configuration.cc:
|
|
- fix autoremove by using correct config-option name and
|
|
don't make faulty assumptions in error handling (Closes: #594689)
|
|
* apt-pkg/versionmatch.cc:
|
|
- let the pin origin actually work as advertised in the manpage
|
|
which means "" are optional and pinning a local archive does
|
|
work - even if it is a non-flat archive (Closes: #594435)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Fri, 03 Sep 2010 18:36:11 +0200
|
|
|
|
apt (0.8.0) unstable; urgency=low
|
|
|
|
[ Michael Vogt ]
|
|
* merge of the debian-expermental-ma branch
|
|
* refresh po/pot files in doc/ and po/
|
|
|
|
[ Programs translations ]
|
|
* Swedish (Daniel Nylander). Closes: #592366
|
|
* French (Christian Perrier)
|
|
|
|
[ Manpages translations ]
|
|
* French (Christian Perrier)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Tue, 24 Aug 2010 16:32:19 +0200
|
|
|
|
apt (0.8.0~pre2) experimental; urgency=low
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/contrib/strutl.cc:
|
|
- fix error checking for vsnprintf in its safe variant
|
|
* methods/bzip2.cc:
|
|
- fix error checking for read in case of failing bzip2/lzma/whatever
|
|
* debian/apt.cron.daily:
|
|
- create backups for our extended_states file (Closes: #593430)
|
|
* apt-pkg/init.cc:
|
|
- set the default values for dir::etc::trusted options correctly
|
|
* ftparchive/writer.cc:
|
|
- init valid-until correctly to prevent garbage entering Release file
|
|
* apt-pkg/deb/debsystem.cc:
|
|
- set dir::state::status based at least on dir
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- use the InstVer instead of the CurrentVer for the autobit transfer
|
|
* methods/http.cc:
|
|
- some http servers violate HTTP1.1 by not issuing a Reason-Phrase
|
|
(or at least a space after the code) especially for 200, but lets
|
|
be nice and ignore it as we don't need the reason in general
|
|
* apt-pkg/acquire-item.cc:
|
|
- don't use ReadOnlyGzip mode for PDiffs as this mode doesn't work
|
|
in combination with the AddFd methods of our hashclasses
|
|
|
|
-- Michael Vogt <mvo@debian.org> Mon, 23 Aug 2010 19:09:08 +0200
|
|
|
|
apt (0.8.0~pre1) experimental; urgency=low
|
|
|
|
[ Programs translations ]
|
|
* Swedish translation update. Closes: #592366
|
|
|
|
[ Michael Vogt ]
|
|
* merge of the debian-expermental-ma branch
|
|
* refresh po/pot files in doc/ and po/
|
|
* apt-pkg/pkgcache.cc:
|
|
- re-evaluate the architectures cache when the cache is (re)opened
|
|
|
|
[ Colin Watson ]
|
|
* apt-pkg/cdrom.cc:
|
|
- fix off-by-one error in DropBinaryArch
|
|
|
|
[ Julian Andres Klode ]
|
|
* apt-pkg/contrib/fileutl.cc:
|
|
- Add WriteAtomic mode.
|
|
- Revert WriteEmpty to old behavior (LP: #613211)
|
|
* apt-pkg, methods:
|
|
- Convert users of WriteEmpty to WriteAtomic.
|
|
* apt-pkg/depcache.cc:
|
|
- Only try upgrade for Breaks if there is a newer version, otherwise
|
|
handle it as Conflicts (by removing it) (helps for #591882).
|
|
* debian/control:
|
|
- Add dependency on gnupg to apt, apt-key uses it.
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/algorithms.cc:
|
|
- let the problem resolver install packages to fix or-groups
|
|
as a needed remove nuked another or-member (helps for #591882)
|
|
- change the debug outputs to display also arch of the
|
|
package and version dependencies information
|
|
* cmdline/apt-get.cc:
|
|
- let APT::Get::Arch-Only in build-dep default to false again
|
|
(Closes: #592628) Thanks Mohamed Amine IL Idrissi for report!
|
|
- purge packages in 'rc' state, thanks Rogier! (Closes: #150831)
|
|
* apt-pkg/pkgcache.cc:
|
|
- fix LongDesc handling in LANG=C environment
|
|
|
|
-- Michael Vogt <mvo@debian.org> Fri, 13 Aug 2010 17:00:49 +0200
|
|
|
|
apt (0.7.26~exp12) experimental; urgency=low
|
|
|
|
[ Michael Vogt ]
|
|
* debian/control:
|
|
- add dependency on zlib-dev for libapt-pkg-dev
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/cacheset.cc:
|
|
- [ABI BREAK] add an ErrorType option to CacheSetHelper
|
|
* cmdline/apt-cache.cc:
|
|
- use Notice instead of Error in the CacheSetHelper messages
|
|
for compat reasons. Otherwise tools like sbuild blow up
|
|
- return success in show if a virtual package was given
|
|
* debian/control:
|
|
- remove libcurl3-gnutls-dev alternative as the package is gone
|
|
- increase needed version of libcurl4-gnutls-dev to >= 7.19.0
|
|
as we use CURLOPT_{ISSUERCERT,CRLFILE} (Closes: #589642)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Fri, 30 Jul 2010 11:55:48 +0200
|
|
|
|
apt (0.7.26~exp11) experimental; urgency=low
|
|
|
|
[ Julian Andres Klode ]
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- Write architecture information to history file.
|
|
- Add to history whether a change was automatic or not.
|
|
* apt-pkg/contrib/fileutl.cc:
|
|
- Add FileFd::OpenDescriptor() (needed for python-apt's #383617).
|
|
* cmdline/apt-get.cc:
|
|
- Support large filesystems by using statvfs64() instead of statvfs()
|
|
and statfs64() instead of statfs() (Closes: #590513).
|
|
* apt-pkg/cdrom.cc:
|
|
- Use link() instead of rename() for creating the CD database backup;
|
|
otherwise there would be a short time without any database.
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/depcache.cc:
|
|
- handle "circular" conflicts for "all" packages correctly
|
|
* cmdline/apt-cache.cc:
|
|
- be able to omit dependency types in (r)depends (Closes: #319006)
|
|
- show in (r)depends the canidate per default instead of newest
|
|
- share the (r)depends code instead of codecopy
|
|
* apt-pkg/cacheset.cc:
|
|
- move them back to the library as they look stable now
|
|
- add a 'newest' pseudo target release as in pkg/newest
|
|
* apt-pkg/pkgcache.cc:
|
|
- prefer non-virtual packages in FindPreferredPkg (Closes: #590041)
|
|
* test/integration/*:
|
|
- add with bug#590041 testcase a small test "framework"
|
|
* apt-pkg/orderlist.cc:
|
|
- try to install another or-group member in DepRemove before
|
|
breaking the or group (Closes: #590438)
|
|
- configure also the replacement before remove by adding Immediate flag
|
|
|
|
[ Michael Vogt ]
|
|
* apt-pkg/contrib/error.{cc,h}
|
|
- docstring cleanup
|
|
- add inline DumpError() to avoid subtle API break
|
|
|
|
-- Michael Vogt <mvo@debian.org> Thu, 29 Jul 2010 16:40:58 +0200
|
|
|
|
apt (0.7.26~exp10) experimental; urgency=low
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/contrib/error.{cc,h}:
|
|
- remove constness of va_list parameter to fix build on amd64 and co
|
|
Thanks Eric Valette! (Closes: #588610)
|
|
* apt-pkg/deb/debmetaindex.cc:
|
|
- do not query each architecture for flat file archives
|
|
- fix typo preventing display of architecture in Info()
|
|
* methods/bzip2.cc:
|
|
- add a copycat of the old gzip.cc as we need it for bzip2 and lzma
|
|
|
|
[ Martin Pitt ]
|
|
* debian/rules:
|
|
- Make DEB_BUILD_OPTIONS=noopt actually work by passing the right
|
|
CXXFLAGS.
|
|
* apt-pkg/contrib/fileutl.{h,cc}:
|
|
- Add support for reading of gzipped files with the new "ReadOnlyGzip"
|
|
OpenMode. (Closes: #188407)
|
|
- Link against zlib (in apt-pkg/makefile) and add zlib build dependency.
|
|
- [ABI BREAK] This adds a new private member to FileFd, but its
|
|
initialization is in the public header file.
|
|
* configure.in:
|
|
- Check for zlib library and headers.
|
|
* apt-pkg/acquire-item.cc, apt-pkg/deb/debindexfile.cc,
|
|
apt-pkg/deb/debrecords.cc, apt-pkg/deb/debsrcrecords.h,
|
|
cmdline/apt-cache.cc:
|
|
- Open Packages, Sources, and Translations indexes in "ReadOnlyGzip" mode.
|
|
* apt-pkg/deb/debindexfile.cc:
|
|
- If we do not find uncompressed package/source/translation indexes, look
|
|
for gzip compressed ones.
|
|
* apt-pkg/acquire-item.cc:
|
|
- If the Acquire::GzipIndexes option is true and we download a gzipped
|
|
index file, keep it as it is (and rename to .gz) instead of
|
|
uncompressing it.
|
|
* doc/apt.conf.5.xml:
|
|
- Document the new Acquire::GzipIndexes option.
|
|
* doc/po/apt-doc.pot, doc/po/de.po:
|
|
- German translation of new Acquire::GzipIndexes option.
|
|
* Add test/test-indexes.sh:
|
|
- Test behaviour of index retrieval and usage, in particular with
|
|
uncompressed and gzip compressed indexes.
|
|
* methods/gzip.cc: With FileFd now being able to read gzipped files, there
|
|
is no need for the gzip method any more to spawn an external gzip process.
|
|
Rewrite it to use FileFd directly, which makes the code a lot simpler, and
|
|
also using less memory and overhead.
|
|
|
|
-- Michael Vogt <mvo@debian.org> Mon, 12 Jul 2010 11:41:01 +0200
|
|
|
|
apt (0.7.26~exp9) experimental; urgency=low
|
|
|
|
[ David Kalnischkies ]
|
|
* doc/apt.conf.5.xml:
|
|
- add and document APT::Cache-{Start,Grow,Limit} options for mmap control
|
|
* apt-pkg/contrib/fileutl.cc:
|
|
- do not fail von double close()
|
|
|
|
-- Michael Vogt <mvo@debian.org> Fri, 09 Jul 2010 21:51:55 +0200
|
|
|
|
apt (0.7.26~exp8) experimental; urgency=low
|
|
|
|
[ David Kalnischkies ]
|
|
* cmdline/cacheset.cc:
|
|
- doesn't include it in the library for now as it is too volatile
|
|
- get the candidate either from an already built depcache
|
|
or use the policy which is a bit faster than depcache generation
|
|
- get packages by task^ with FromTask()
|
|
- only print errors if all tries to get a package by string failed
|
|
- factor out code to get a single package FromName()
|
|
- check in Grouped* first without modifier interpretation
|
|
* cmdline/apt-get.cc:
|
|
- use the cachsets in the install commands
|
|
- make the specify order of packages irrelevant (Closes: #196021)
|
|
* apt-pkg/orderlist.cc:
|
|
- untouched packages are never missing
|
|
* apt-pkg/packagemanager.cc:
|
|
- packages that are not touched doesn't need to be unpacked
|
|
* debian/control:
|
|
- remove intltool's dependency as it is an ubuntu artefact
|
|
* apt-pkg/depcache.cc:
|
|
- SetCandidateVer for all pseudo packages
|
|
- SetReInstall for the "all" package of a pseudo package
|
|
- use the new MatchAgainstConfig for the DefaultRootSetFunc
|
|
- always mark the all package if a pseudo package is marked for install
|
|
* apt-pkg/contrib/error.{cc,h}:
|
|
- complete rewrite but use the same API
|
|
- add NOTICE and DEBUG as new types of a message
|
|
- add a simple stack handling to be able to delay error handling
|
|
* apt-pkg/aptconfiguration.cc:
|
|
- show a deprecation notice for APT::Acquire::Translation
|
|
* apt-pkg/contrib/configuration.{cc,h}:
|
|
- add a wrapper to match strings against configurable regex patterns
|
|
* apt-pkg/contrib/fileutl.cc:
|
|
- show notice about ignored file instead of being always silent
|
|
- add a Dir::Ignore-Files-Silently list option to control the notice
|
|
* apt-pkg/policy.h:
|
|
- add another round of const& madness as the previous round accidentally
|
|
NOT overrides the virtual GetCandidateVer() method (Closes: #587725)
|
|
* apt-pkg/pkgcachegen.{cc,h}:
|
|
- make the used MMap moveable (and therefore dynamic resizeable) by
|
|
applying (some) mad pointer magic (Closes: #195018)
|
|
|
|
[ Michael Vogt ]
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- make the apt/term.log output unbuffered (thanks to Matt Zimmerman)
|
|
|
|
[ Julian Andres Klode ]
|
|
* methods/ftp.h:
|
|
- Handle different logins on the same server (Closes: #586904).
|
|
* apt-pkg/deb/deblistparser.cc:
|
|
- Handle architecture wildcards (Closes: #547724).
|
|
* apt-pkg/versionmatch.cc:
|
|
- Support matching pins by regular expressions or glob() like patterns,
|
|
regular expressions have to be put between to slashes; for example,
|
|
/.*/.
|
|
* apt-pkg/contrib/fileutl.cc:
|
|
- Make FileFd replace files atomically in WriteTemp mode (for cache, etc).
|
|
* debian/control:
|
|
- Set Standards-Version to 3.9.0
|
|
|
|
-- Michael Vogt <mvo@debian.org> Fri, 09 Jul 2010 19:16:20 +0200
|
|
|
|
apt (0.7.26~exp7) experimental; urgency=low
|
|
|
|
* apt-pkg/cachefile.h:
|
|
- make pkgPolicy public again, libapt-pkg-perl (and probably
|
|
others) get unhappy without that
|
|
|
|
-- Michael Vogt <mvo@debian.org> Thu, 10 Jun 2010 15:33:24 +0200
|
|
|
|
apt (0.7.26~exp6) experimental; urgency=low
|
|
|
|
[ Michael Vogt ]
|
|
* merge the remaining Ubuntu change:
|
|
- on gpg verification failure warn and restore the last known
|
|
good state
|
|
- on failure display the IP of the server (useful for servers
|
|
that use round robin DNS)
|
|
- support Original-Maintainer in RewritePackageOrder
|
|
- enable cdrom autodetection via libudev by default
|
|
- show message about Vcs in use when apt-get source is run for
|
|
packages maintained in a Vcs
|
|
- better support transitional packages with mark auto-installed.
|
|
when the transitional package is in "oldlibs" the new package
|
|
is not marked auto installed (same is true for section
|
|
metapackages)
|
|
- provide new "deb mirror://archive.foo/mirrors.list sid main"
|
|
method expects a list of mirrors (generated on the server e.g.
|
|
via geoip) and will use that, including cycle on failure
|
|
- write apport crash file on package failure (disabled by default
|
|
on debian until apport is available)
|
|
- support mirror failure reporting (disabled by default on debian)
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- write Disappeared also to the history.log
|
|
- forward manual-installed bit on package disappearance
|
|
* apt-pkg/deb/debsystem.cc:
|
|
- add better config item for extended_states file
|
|
* apt-pkg/pkgcache.h:
|
|
- switch {,Install-}Size to unsigned long long
|
|
* apt-pkg/depcache.cc:
|
|
- do the autoremove mark process also for required packages to handle
|
|
these illegally depending on lower priority packages (Closes: #583517)
|
|
- try harder to find the other pseudo versions for autoremove multiarch
|
|
- correct "Dangerous iterator usage" pointed out by cppcheck
|
|
- deal with long long, not with int to remove 2GB Limit (LP: #250909)
|
|
- deprecate AddSize with Multiplier as it is unused and switch to
|
|
boolean instead to handle the sizes more gracefully.
|
|
- switch i{Download,Usr}Size from double to (un)signed long long
|
|
* apt-pkg/aptconfiguration.cc:
|
|
- remove duplicate architectures in getArchitectures()
|
|
* apt-pkg/indexrecords.{cc,h}:
|
|
- backport forgotten Valid-Until patch from the obsolete experimental
|
|
branch to prevent replay attacks better, thanks to Thomas Viehmann
|
|
for the initial patch! (Closes: #499897)
|
|
- add a constant Exists check for MetaKeys
|
|
* apt-pkg/acquire-item.cc:
|
|
- do not try PDiff if it is not listed in the Meta file
|
|
- sent Last-Modified header also for Translation files
|
|
* apt-pkg/cacheiterator.h:
|
|
- let pkgCache::Iterator inherent std::iterator
|
|
* ftparchive/writer.h:
|
|
- add a virtual destructor to FTWScanner class (for cppcheck)
|
|
* apt-pkg/cacheset.{cc,h}:
|
|
- add simple wrapper around std::set for cache structures
|
|
- move regex magic from apt-get to new FromRegEx method
|
|
- move cmdline parsing from apt-cache to new FromCommandLine method
|
|
- support special release-modifier 'installed' and 'candidate'
|
|
* apt-pkg/contrib/cmdline.cc:
|
|
- fix segfault in SaveInConfig caused by writing over char[] sizes
|
|
* apt-pkg/pkgcache.cc:
|
|
- get the best matching arch package from a group with FindPreferredPkg
|
|
* cmdline/apt-cache.cc:
|
|
- make the search multiarch compatible by using GrpIterator instead
|
|
- use pkgCacheFile and the new CacheSets all over the place
|
|
- add --target-release option (Closes: #115520)
|
|
- accept pkg/release and pkg=version in show and co. (Closes: #236270)
|
|
- accept package versions in the unmet command
|
|
* cmdline/apt-get.cc:
|
|
- use unsigned long long instead of double to store values it gets
|
|
* apt-pkg/cachefile.{cc,h}:
|
|
- split Open() into submethods to be able to build only parts
|
|
- make the OpProgress optional in the Cache buildprocess
|
|
- store also the SourceList we use internally for export
|
|
* doc/apt.conf.5.xml:
|
|
- document the new Valid-Until related options
|
|
* apt-pkg/contrib/strutl.cc:
|
|
- split StrToTime() into HTTP1.1 and FTP date parser methods and
|
|
use strptime() instead of some self-made scanf mangling
|
|
- use the portable timegm shown in his manpage instead of a strange
|
|
looking code copycat from wget
|
|
* ftparchive/writer.cc:
|
|
- add ValidTime option to generate a Valid-Until header in Release file
|
|
* apt-pkg/policy.cc:
|
|
- get the candidate right for a not-installed pseudo package if
|
|
his non-pseudo friend is installed
|
|
* apt-pkg/indexcopy.cc:
|
|
- move the gpg codecopy to a new method and use it also in methods/gpgv.cc
|
|
|
|
-- Michael Vogt <mvo@debian.org> Thu, 10 Jun 2010 14:02:22 +0200
|
|
|
|
apt (0.7.26~exp5) experimental; urgency=low
|
|
|
|
[ David Kalnischkies ]
|
|
* cmdline/apt-get.cc:
|
|
- rerun dpkg-source in source if --fix-broken is given (Closes: #576752)
|
|
- don't suggest held packages as they are installed (Closes: #578135)
|
|
- handle multiple --{tar,diff,dsc}-only options correctly
|
|
- show at the end of the install process a list of disappeared packages
|
|
* cmdline/apt-cache.cc:
|
|
- use GroupCount for package names in stats and add a package struct line
|
|
* methods/rred.cc:
|
|
- use the patchfile modification time instead of the one from the
|
|
"old" file - thanks to Philipp Weis for noticing! (Closes: #571541)
|
|
* debian/rules:
|
|
- remove targets referring to CVS or arch as they are useless
|
|
- use $(CURDIR) instead of $(pwd)
|
|
- use dpkg-buildflags if available for CXXFLAGS
|
|
* README.arch:
|
|
- remove the file completely as it has no use nowadays
|
|
* apt-pkg/depcache.cc:
|
|
- be doublesure that the killer query is empty before starting reinstall
|
|
* methods/gpgv.cc:
|
|
- remove the keyrings count limit by using vector magic
|
|
* contrib/mmap.cc:
|
|
- clarify "MMap reached size limit" error message, thanks Ivan Masár!
|
|
* doc/apt.ent
|
|
- add entities for the current oldstable/stable/testing codenames
|
|
* doc/sources.list.5.xml:
|
|
- use stable-codename instead of stable in the examples (Closes: #531492)
|
|
* doc/apt_preferences.5.xml:
|
|
- adapt some examples here to use current codenames as well
|
|
- add "NotAutomatic: yes" handling, thanks Osamu Aoki (Closes: #490347)
|
|
* debian/libapt-pkg-doc.doc-base.cache:
|
|
- remove yet another reference to the removed cache.sgml
|
|
* doc/apt-get.8.xml:
|
|
- do not say explicit target_release_{name,version,codename}, it should
|
|
be clear by itself and 'man' can break lines again (Closes: #566166)
|
|
- remove the gnome-apt reference as it is removed from unstable
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- add 'disappear' to the known processing states, thanks Jonathan Nieder
|
|
* apt-pkg/packagemanager.h:
|
|
- export info about disappeared packages with GetDisappearedPackages()
|
|
|
|
[ Michael Vogt ]
|
|
* methods/http.{cc,h}:
|
|
- code cleanup, use enums instead of magic ints
|
|
|
|
[ Jari Aalto ]
|
|
* debian/rules:
|
|
- spell out some less known options to reduce manpage consultation-rate
|
|
- Use POSIX command substitution: $(<command sequence>)
|
|
- Remove EOL whitespace (Closes: #577804)
|
|
|
|
[ Julian Andres Klode ]
|
|
* apt-pkg/acquire-item.cc:
|
|
- Fix pkgAcqFile::Custom600Headers() to always return something.
|
|
|
|
|
|
[ Christian Perrier ]
|
|
* Slovak translation update. Closes: #581159
|
|
* Italian translation update. Closes: #581742
|
|
* Swedish translation update. Closes: #592366
|
|
|
|
-- Michael Vogt <mvo@debian.org> Tue, 25 May 2010 16:01:42 +0200
|
|
|
|
apt (0.7.26~exp4) experimental; urgency=low
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/depcache.cc:
|
|
- rewrite the pseudo package reinstaller to be more intelligent
|
|
in his package choices
|
|
* apt-pkg/packagemanager.cc:
|
|
- don't try to "unpack" pseudo packages twice
|
|
* apt-pkg/contrib/fileutl.cc:
|
|
- add a parent-guarded "mkdir -p" as CreateDirectory()
|
|
* apt-pkg/acquire.{cc,h}:
|
|
- add a delayed constructor with Setup() for success reporting
|
|
- check for and create directories in Setup if needed instead of
|
|
error out unfriendly in the Constructor (Closes: #523920, #525783)
|
|
- optional handle a lock file in Setup()
|
|
* apt-pkg/acquire-item.cc:
|
|
- Acquire::ForceHash to force method for expected hash
|
|
* cmdline/apt-get.cc:
|
|
- remove the lock file handling and let Acquire take care of it instead
|
|
- display MD5Sum in --print-uris if not forced to use another method
|
|
instead of displaying the strongest available (Closes: #576420)
|
|
- regex for package names executed on Grp- not PkgIterator
|
|
- show non-candidates as fallback for virtual packages (Closes: #578385)
|
|
- set also "all" to this version for pseudo packages in TryToChangeVer
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- remove Chroot-Directory from files passed to install commands.
|
|
Thanks to Kel Modderman for report & patch! (Closes: #577226)
|
|
* ftparchive/writer.cc:
|
|
- remove 999 chars Files and Checksums rewrite limit (Closes: #577759)
|
|
* cmdline/apt-cache.cc:
|
|
- align Installed and Candidate Version in policy so they can be compared
|
|
easier, thanks Ralf Gesellensetter for the pointer! (Closes: #578657)
|
|
* doc/apt.ent:
|
|
- Add a note about APT_CONFIG in the -c description (Closes: #578267)
|
|
* doc/po/de.po:
|
|
- correct typos in german apt_preferences manpage, thanks Chris Leick!
|
|
* apt-pkg/sourcelist.cc:
|
|
- be less strict and accept [option=value] as well
|
|
* apt-pkg/contrib/configuration.cc:
|
|
- error out if #clear directive has no argument
|
|
* doc/files.sgml:
|
|
- sync documentation with status quo, regarding files/directories in
|
|
use, extended_states and uri schemes.
|
|
* doc/cache.sgml:
|
|
- drop the file in favor of inplace documentation with doxygen
|
|
* apt-pkg/pkgcache.h:
|
|
- enhance the Groups ABI by providing a ID as the other structs does
|
|
- check also the size of the Group struct then checking for the others
|
|
|
|
[ Jari Aalto ]
|
|
* cmdline/apt-get.cc:
|
|
- replace backticks with single quotes around fix-broken command
|
|
in the broken packages message. (Closes: #577168)
|
|
* dselect/install:
|
|
- modernize if-statements not to use 'x' (Closes: #577117)
|
|
- replace backticks with POSIX $() (Closes: #577116)
|
|
|
|
[ Michael Vogt ]
|
|
* [ Abi break ] apt-pkg/acquire-item.{cc,h}:
|
|
- add "IsIndexFile" to constructor of pkgAcqFile so that it sends
|
|
the right cache control headers
|
|
* cmdline/apt-get.cc:
|
|
- fix crash when pkg.VersionList() is empty
|
|
* apt-pkg/depcache.cc:
|
|
- fix incorrect std::cout usage for debug output
|
|
* test/libapt/getlanguages_test.cc:
|
|
- Add test for Esperanto that has nocounty associated with them
|
|
(LP: #560956)
|
|
* apt-pkg/deb/debrecords.cc:
|
|
- fix max tag buffer size (LP: #545336, closes: #578959)
|
|
* debian/rules:
|
|
- install html doxygen in libapt-pkg-doc
|
|
* debian/control:
|
|
- build-depend on doxygen
|
|
|
|
[ Julian Andres Klode ]
|
|
* apt-pkg/contrib/weakptr.h:
|
|
- add a class WeakPointable which allows one to register weak pointers to
|
|
an object which will be set to NULL when the object is deallocated.
|
|
* [ABI break] apt-pkg/acquire{-worker,-item,}.h:
|
|
- subclass pkgAcquire::{Worker,Item,ItemDesc} from WeakPointable.
|
|
* apt-pkg/pkgcache.cc:
|
|
- Merge fix from David to correct handling in single-arch environments.
|
|
* cmdline/apt-cache.cc:
|
|
- Add a showauto command to apt-cache.
|
|
* cmdline/apt-get.cc:
|
|
- Add apt-get markauto and unmarkauto commands.
|
|
|
|
-- Michael Vogt <mvo@debian.org> Thu, 06 May 2010 09:32:54 +0200
|
|
|
|
apt (0.7.26~exp3) experimental; urgency=low
|
|
|
|
[ Christian Perrier ]
|
|
* German translation update. Closes: #571037
|
|
* Spanish manpages translation update. Closes: #573293
|
|
* Dutch translation update. Closes: #573946
|
|
* Polish manpages translation update. Closes: #574558
|
|
* Add "manpages-pl (<< 20060617-3~)" to avoid file conflicts with
|
|
that package that was providing some manpages for APT utilities.
|
|
|
|
[ David Kalnischkies ]
|
|
* [BREAK] merge MultiArch-ABI. We don't support MultiArch,
|
|
but we support the usage of the new ABI so libapt users
|
|
can start to prepare for MultiArch (Closes: #536029)
|
|
* Ignore :qualifiers after package name in build dependencies
|
|
in the library by default, but try to honour them in apt-get
|
|
as we have some sort of MultiArch support ready (Closes: #558103)
|
|
* add translation of the manpages to PT (portuguese)
|
|
Thanks to Américo Monteiro!
|
|
* Switch to dpkg-source 3.0 (native) format
|
|
* apt-pkg/depcache.cc:
|
|
- remove Auto-Installed information from extended_states
|
|
together with the package itself (Closes: #572364)
|
|
* cmdline/apt-mark:
|
|
- don't crash if no arguments are given (Closes: #570962)
|
|
* debian/control:
|
|
- remove some years old and obsolete Replaces
|
|
- add automake/conf build-depends/conflicts as recommend by
|
|
the autotools-dev README (Closes: #572615)
|
|
* apt-pkg/contrib/mmap.{h,cc}:
|
|
- add char[] fallback for filesystems without shared writable
|
|
mmap() like JFFS2. Thanks to Marius Vollmer for writing
|
|
and to Loïc Minier for pointing to the patch! (Closes: #314334)
|
|
* doc/apt_preferences.5.xml:
|
|
- fix two typos and be more verbose in the novice warning.
|
|
Thanks to Osamu Aoki for pointing it out! (Closes: #567669)
|
|
- fix a=sid vs. n=sid typo, thanks Ansgar Burchardt!
|
|
- origin can be used to match a hostname (Closes: #352667)
|
|
- remove wrong pin-priority is optional remark (Closes: #574944)
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- fix error message construction in OpenLog()
|
|
- if available store the Commandline in the history
|
|
* cmdline/apt-get.cc:
|
|
- add a --only-upgrade flag to install command (Closes: #572259)
|
|
- fix memory leaks in error conditions in DoSource()
|
|
- try version match in FindSrc first exact than fuzzy (LP: #551178)
|
|
* apt-pkg/contrib/cmndline.cc:
|
|
- save Commandline in Commandline::AsString for logging
|
|
* apt-pkg/deb/debversion.cc:
|
|
- consider absent of debian revision equivalent to 0 (Closes: #573592)
|
|
* doc/makefile, doc/*:
|
|
- generate subdirectories for building the manpages in on the fly
|
|
depending on the po files we have.
|
|
* apt-pkg/pkgcachegen.cc:
|
|
- merge versions correctly even if multiple different versions
|
|
with the same version number are available.
|
|
Thanks to Magnus Holmgren for the patch! (Closes: #351056)
|
|
* ftparchive/writer.cc:
|
|
- write LongDescriptions if they shouldn't be included in Packages
|
|
file into i18n/Translation-en by default.
|
|
* doc/po/de.po:
|
|
- correct a few typos in the german manpage translation.
|
|
Thanks to Chris Leick and Georg Koppen! (Closes: #574962)
|
|
* apt-pkg/contrib/strutl.cc:
|
|
- convert all toupper calls to tolower_ascii for a little speedup
|
|
|
|
[ Jean-Baptiste Lallement ]
|
|
* apt-pkg/contrib/strutl.cc:
|
|
- always escape '%' (LP: #130289) (Closes: #500560)
|
|
- unescape '%' sequence only if followed by 2 hex digit
|
|
- username/password are urlencoded in proxy string (RFC 3986)
|
|
|
|
[ Julian Andres Klode ]
|
|
* cmdline/apt-cache.cc:
|
|
- Change behavior of showsrc to match the one of show (Closes: #512046).
|
|
* cmdline/apt-key:
|
|
- Honor Apt::GPGV::TrustedKeyring (Closes: #316390)
|
|
* cmdline/apt-mark:
|
|
- Use the new python-apt API (and conflict with python-apt << 0.7.93.2).
|
|
* apt-inst/contrib/arfile.h:
|
|
- Add public ARArchive::Members() which returns the list of members.
|
|
* apt-pkg/policy.cc:
|
|
- Always return a candidate if there is at least one version pinned > 0
|
|
(Closes: #512318)
|
|
* ftparchive/apt-ftparchive.cc:
|
|
- Read default configuration (Closes: #383257)
|
|
* debian/rules:
|
|
- Fix the libraries name to be e.g. libapt-pkg4.9 instead of
|
|
libapt-pkg-4.9.
|
|
|
|
[ Michael Vogt ]
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- fix backgrounding when dpkg runs (closes: #486222)
|
|
* cmdline/apt-mark:
|
|
- show error on incorrect aguments (LP: #517917), thanks to
|
|
Torsten Spindler
|
|
* cmdline/apt-get.cc:
|
|
- if apt-get source foo=version or foo/distro can not be found,
|
|
error out (LP: #502641)
|
|
* apt-pkg/packagemanager.cc:
|
|
- better debug output
|
|
* doc/examples/configure-index:
|
|
- add missing Debug::pkgPackageManager option
|
|
|
|
-- Michael Vogt <mvo@debian.org> Thu, 01 Apr 2010 17:30:43 +0200
|
|
|
|
apt (0.7.26~exp2) experimental; urgency=low
|
|
|
|
* fix crash when LANGUAGE is not set
|
|
|
|
-- Michael Vogt <mvo@debian.org> Thu, 18 Feb 2010 22:07:23 +0100
|
|
|
|
apt (0.7.26~exp1) experimental; urgency=low
|
|
|
|
[ David Kalnischkies ]
|
|
* [BREAK] add possibility to download and use multiply
|
|
Translation files, configurable with Acquire::Translation
|
|
(Closes: #444222, #448216, #550564)
|
|
* Ignore :qualifiers after package name in build dependencies
|
|
for now as long we don't understand them (Closes: #558103)
|
|
* apt-pkg/contrib/mmap.{cc,h}:
|
|
- extend it to have a growable flag - unused now but maybe...
|
|
* apt-pkg/pkgcache.h:
|
|
- use long instead of short for {Ver,Desc}File size,
|
|
patch from Víctor Manuel Jáquez Leal, thanks! (Closes: #538917)
|
|
* apt-pkg/acquire-item.cc:
|
|
- allow also to skip the last patch if target is reached,
|
|
thanks Bernhard R. Link! (Closes: #545699)
|
|
* ftparchive/writer.{cc,h}:
|
|
- add --arch option for packages and contents commands
|
|
- if an arch is given accept only *_all.deb and *_arch.deb instead
|
|
of *.deb. Thanks Stephan Bosch for the patch! (Closes: #319710)
|
|
- add APT::FTPArchive::AlwaysStat to disable the too aggressive
|
|
caching if versions are build multiply times (not recommend)
|
|
Patch by Christoph Goehre, thanks! (Closes: #463260)
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- stdin redirected to /dev/null takes all CPU (Closes: #569488)
|
|
Thanks to Aurelien Jarno for providing (again) a patch!
|
|
* buildlib/apti18n.h.in, po/makefile:
|
|
- add ngettext support with P_()
|
|
* aptconfiguration.cc:
|
|
- include all existing Translation files in the Cache (Closes: 564137)
|
|
* debian/control:
|
|
- update with no changes to debian policy 3.8.4
|
|
* doc/apt_preferences.5.xml:
|
|
- explicitly warn against careless use (Closes: #567669)
|
|
* debian/rules:
|
|
- remove creation of empty dir /usr/share/apt
|
|
* doc/apt-cdrom.8.xml:
|
|
- fix typo spotted by lintian: proc(c)eed
|
|
|
|
[ Ivan Masár ]
|
|
* Slovak translation update. Closes: #568294
|
|
|
|
[ Michael Vogt ]
|
|
* [BREAK] merged lp:~mvo/apt/history
|
|
- this writes a /var/log/apt/history tagfile that contains details
|
|
from the transaction (complements term.log)
|
|
* methods/http.cc:
|
|
- add cache-control headers even if no cache is given to allow
|
|
adding options for intercepting proxies
|
|
- add Acquire::http::ProxyAutoDetect configuration that
|
|
can be used to call a external helper to figure out the
|
|
proxy configuration and return it to apt via stdout
|
|
(this is a step towards WPAD and zeroconf/avahi support)
|
|
* abicheck/
|
|
- add new abitest tester using the ABI Compliance Checker from
|
|
http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker
|
|
|
|
[ Robert Collins ]
|
|
* Change the package index Info methods to allow apt-cache policy to be
|
|
useful when using several different archives on the same host.
|
|
(Closes: #329814, LP: #22354)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Thu, 18 Feb 2010 16:11:39 +0100
|
|
|
|
apt (0.7.25.3) unstable; urgency=low
|
|
|
|
[ Christian Perrier ]
|
|
* Italian translation update. Closes: #567532
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/contrib/macros.h:
|
|
- install the header system.h with a new name to be able to use
|
|
it in other headers (Closes: #567662)
|
|
* cmdline/acqprogress.cc:
|
|
- Set Mode to Medium so that the correct prefix is used.
|
|
Thanks Stefan Haller for the patch! (Closes: #567304 LP: #275243)
|
|
* ftparchive/writer.cc:
|
|
- generate sha1 and sha256 checksums for dsc (Closes: #567343)
|
|
* cmdline/apt-get.cc:
|
|
- don't mark as manually if in download only (Closes: #468180)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Mon, 01 Feb 2010 18:41:15 +0100
|
|
|
|
apt (0.7.25.2) unstable; urgency=low
|
|
|
|
[ Michael Vogt ]
|
|
* apt-pkg/contrib/cdromutl.cc:
|
|
- fix UnmountCdrom() fails, give it a bit more time and try
|
|
the umount again
|
|
* apt-pkg/cdrom.cc:
|
|
- fix crash in pkgUdevCdromDevices
|
|
* methods/cdrom.cc:
|
|
- fixes in multi cdrom setup code (closes: #549312)
|
|
- add new "Acquire::cdrom::AutoDetect" config that enables/disables
|
|
the dlopen of libudev for automatic cdrom detection. Off by default
|
|
currently, feedback/testing welcome
|
|
* cmdline/apt-cdrom.cc:
|
|
- add new --auto-detect option that uses libudev to figure out
|
|
the cdrom/mount-point
|
|
* cmdline/apt-mark:
|
|
- merge fix from Gene Cash that supports markauto for
|
|
packages that are not in the extended_states file yet
|
|
(closes: #534920)
|
|
* ftparchive/writer.{cc,h}:
|
|
- merge crash fix for apt-ftparchive on hurd, thanks to
|
|
Samuel Thibault for the patch (closes: #566664)
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/contrib/fileutl.cc:
|
|
- Fix the newly introduced method GetListOfFilesInDir to not
|
|
accept every file if no extension is enforced
|
|
(= restore old behaviour). (Closes: #565213)
|
|
* apt-pkg/policy.cc:
|
|
- accept also partfiles with "pref" file extension as valid
|
|
* apt-pkg/contrib/configuration.cc:
|
|
- accept also partfiles with "conf" file extension as valid
|
|
* doc/apt.conf.5.xml:
|
|
- reorder description and split out syntax
|
|
- add partfile name convention (Closes: #558348)
|
|
* doc/apt_preferences.conf.5.xml:
|
|
- describe partfile name convention also here
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- don't segfault if term.log file can't be opened.
|
|
Thanks Sam Brightman for the patch! (Closes: #475770)
|
|
* doc/*:
|
|
- replace the per language addendum with a global addendum
|
|
- add a explanation why translations include (maybe) english
|
|
parts to the new global addendum (Closes: #561636)
|
|
* apt-pkg/contrib/strutl.cc:
|
|
- fix malloc asseration fail with ja_JP.eucJP locale in
|
|
apt-cache search. Thanks Kusanagi Kouichi! (Closes: #548884)
|
|
|
|
[ Christian Perrier ]
|
|
* French translation update
|
|
|
|
-- Michael Vogt <mvo@debian.org> Wed, 27 Jan 2010 16:16:10 +0100
|
|
|
|
apt (0.7.25.1) unstable; urgency=low
|
|
|
|
[ Christian Perrier ]
|
|
* French manpage translation update
|
|
* Russian translation update by Yuri Kozlov
|
|
Closes: #564171
|
|
|
|
[Chris Leick]
|
|
* spot & fix various typos in all manpages
|
|
* German manpage translation update
|
|
|
|
[ David Kalnischkies ]
|
|
* cmdline/apt-cache.cc:
|
|
- remove translatable marker from the "%4i %s\n" string
|
|
* buildlib/po4a_manpage.mak:
|
|
- instruct debiandoc to build files with utf-8 encoding
|
|
* buildlib/tools.m4:
|
|
- fix some warning from the buildtools
|
|
* apt-pkg/acquire-item.cc:
|
|
- add configuration PDiffs::Limit-options to not download
|
|
too many or too big patches (Closes: #554349)
|
|
* debian/control:
|
|
- let all packages depend on ${misc:Depends}
|
|
* share/*-archive.gpg:
|
|
- remove the horrible outdated files. We already depend on
|
|
the keyring so we don't need to ship our own version
|
|
* cmdline/apt-key:
|
|
- errors out if wget is not installed (Closes: #545754)
|
|
- add --keyring option as we have now possibly many
|
|
* methods/gpgv.cc:
|
|
- pass all keyrings (TrustedParts) to gpgv instead of
|
|
using only one trusted.gpg keyring (Closes: #304846)
|
|
* methods/https.cc:
|
|
- finally merge the rest of the patchset from Arnaud Ebalard
|
|
with the CRL and Issuers options, thanks! (Closes: #485963)
|
|
* apt-pkg/deb/debindexfile.cc, apt-pkg/pkgcachegen.cc:
|
|
- add debug option Debug::pkgCacheGen
|
|
|
|
[ Michael Vogt ]
|
|
* cmdline/apt-get.cc:
|
|
- merge fix for apt-get source pkg=version regression
|
|
(closes: #561971)
|
|
* po/ru.po:
|
|
- merged updated ru.po, thanks to Yuri Kozlov (closes: #564171)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Sat, 09 Jan 2010 21:52:36 +0100
|
|
|
|
apt (0.7.25) unstable; urgency=low
|
|
|
|
[ Christian Perrier ]
|
|
* Fix apt-ftparchive(1) wrt description of the "-o" option.
|
|
Thanks to Dann Frazier for the patch. Closes: #273100
|
|
* po/LINGUAS. Re-disable Hebrew. Closes: #534992
|
|
* po/LINGUAS. Enable Asturian and Lithuanian
|
|
* Fix typo in apt-cache.8.xml: nessasarily
|
|
* Fix "with with" in apt-get.8.xml
|
|
* Fix some of the typos mentioned by the german team
|
|
Closes: #479997
|
|
* Polish translation update by Wiktor Wandachowicz
|
|
Closes: #548571
|
|
* German translation update by Holger Wansing
|
|
Closes: #551534
|
|
* Italian translation update by Milo Casagrande
|
|
Closes: #555797
|
|
* Simplified Chinese translation update by Aron Xu
|
|
Closes: #558737
|
|
* Slovak translation update by Ivan Masár
|
|
Closes: #559277
|
|
|
|
[ Michael Vogt ]
|
|
* apt-pkg/packagemanager.cc:
|
|
- add output about pre-depends configuring when debug::pkgPackageManager
|
|
is used
|
|
* methods/https.cc:
|
|
- fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972
|
|
thanks to Brian Thomason for the patch
|
|
* merge lp:~mvo/apt/netrc branch, this adds support for a
|
|
/etc/apt/auth.conf that can be used to store username/passwords
|
|
in a "netrc" style file (with the extension that it supports "/"
|
|
in a machine definition). Based on the maemo git branch (Closes: #518473)
|
|
(thanks also to Jussi Hakala and Julian Andres Klode)
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- add "purge" to list of known actions
|
|
* apt-pkg/init.h:
|
|
- add compatibility with old ABI name until the next ABI break
|
|
* merge segfault fix from Mario Sanchez Prada, many thanks
|
|
(closes: #561109)
|
|
|
|
[ Brian Murray ]
|
|
* apt-pkg/depcache.cc, apt-pkg/indexcopy.cc:
|
|
- typo fix (LP: #462328)
|
|
|
|
[ Loïc Minier ]
|
|
* cmdline/apt-key:
|
|
- Emit a warning if removed keys keyring is missing and skip associated
|
|
checks (LP: #218971)
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/packagemanager.cc:
|
|
- better debug output for ImmediateAdd with depth and why
|
|
- improve the message shown for failing immediate configuration
|
|
* doc/guide.it.sgml: moved to doc/it/guide.it.sgml
|
|
* doc/po4a.conf: activate translation of guide.sgml and offline.sgml
|
|
* doc/apt.conf.5.xml:
|
|
- provide a few more details about APT::Immediate-Configure
|
|
- briefly document the behaviour of the new https options
|
|
* doc/sources.list.5.xml:
|
|
- add note about additional apt-transport-methods
|
|
* doc/apt-mark.8.xml:
|
|
- correct showauto synopsis, thanks Andrew Schulman (Closes: #551440)
|
|
* cmdline/apt-get.cc:
|
|
- source should display his final pkg pick (Closes: #249383, #550952)
|
|
- source doesn't need the complete version for match (Closes: #245250)
|
|
- source ignores versions/releases if not available (Closes: #377424)
|
|
- only warn if (free) space overflows (Closes: #522238)
|
|
- add --debian-only as alias for --diff-only
|
|
* methods/connect.cc:
|
|
- display also strerror of "wicked" getaddrinfo errors
|
|
- add AI_ADDRCONFIG to ai_flags as suggested by Aurelien Jarno
|
|
in response to Bernhard R. Link, thanks! (Closes: #505020)
|
|
* buildlib/configure.mak, buildlib/config.{sub,guess}:
|
|
- remove (outdated) config.{sub,guess} and use the ones provided
|
|
by the new added build-dependency autotools-dev instead
|
|
* configure.in, buildlib/{xml,yodl,sgml}_manpage.mak:
|
|
- remove the now obsolete manpage buildsystems
|
|
* doc/{pl,pt_BR,es,it}/*.{sgml,xml}:
|
|
- convert all remaining translation to the po4a system
|
|
* debian/control:
|
|
- drop build-dependency on docbook-utils and xmlto
|
|
- add build-dependency on autotools-dev
|
|
- bump policy to 3.8.3 as we have no outdated manpages anymore
|
|
* debian/NEWS:
|
|
- fix a typo in 0.7.24: Allready -> Already (Closes: #557674)
|
|
* ftparchive/writer.{cc,h}:
|
|
- add APT::FTPArchive::LongDescription to be able to disable them
|
|
* apt-pkg/deb/debsrcrecords.cc:
|
|
- use "diff" filetype for .debian.tar.* files (Closes: #554898)
|
|
* methods/rred.cc:
|
|
- rewrite to be able to handle even big patch files
|
|
- adopt optional mmap+iovec patch from Morten Hustveit
|
|
(Closes: #463354) which should speed up a bit. Thanks!
|
|
* methods/http{,s}.cc
|
|
- add config setting for User-Agent to the Acquire group,
|
|
thanks Timothy J. Miller! (Closes: #355782)
|
|
- add https options which default to http ones (Closes: #557085)
|
|
* debian/apt.cron.daily:
|
|
- check cache size even if we do nothing else otherwise, thanks
|
|
Francesco Poli for patch(s) and patience! (Closes: #459344)
|
|
* ftparchive/*:
|
|
- fix a few typos in strings, comments and manpage,
|
|
thanks Karl Goetz! (Closes: #558757)
|
|
|
|
[ Carl Chenet ]
|
|
* cmdline/apt-mark:
|
|
- print an error if a new state file can't be created
|
|
(Closes: #521289) and
|
|
- exit nicely if python-apt is not installed (Closes: #521284)
|
|
|
|
[ Chris Leick ]
|
|
* doc/de: German translation of manpages (Closes: #552606)
|
|
* doc/ various manpages:
|
|
- correct various errors, typos and oddities (Closes: #552535)
|
|
* doc/apt-secure.8.xml:
|
|
- replace literal with emphasis tags in Archive configuration
|
|
* doc/apt-ftparchive.1.xml:
|
|
- remove informalexample tag which hides the programlisting
|
|
* doc/apt-get.8.xml:
|
|
- change equivalent "for" to "to the" (purge command)
|
|
- clarify --fix-broken sentence about specifying packages
|
|
|
|
[ Eugene V. Lyubimkin ]
|
|
* apt-pkg/contib/strutl.h
|
|
- Avoid extra inner copy in APT_MKSTRCMP and APT_MKSTRCMP2.
|
|
* build infrastructure:
|
|
- Bumped libapt version, excluded eglibc from SONAME. (Closes: #448249)
|
|
|
|
[ Julian Andres Klode ]
|
|
* doc/apt.conf.5.xml:
|
|
- Deprecate unquoted values, string concatenation and explain what should
|
|
not be written inside a value (quotes,backslash).
|
|
- Restrict option names to alphanumerical characters and "/-:._+".
|
|
- Deprecate #include, we have apt.conf.d nowadays which should be
|
|
sufficient.
|
|
* ftparchive/apt-ftparchive.cc:
|
|
- Call setlocale() so translations are actually used.
|
|
* debian/apt.conf.autoremove:
|
|
- Add kfreebsd-image-* to the list (Closes: #558803)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Tue, 15 Dec 2009 09:21:55 +0100
|
|
|
|
apt (0.7.24) unstable; urgency=low
|
|
|
|
[ Nicolas François ]
|
|
* Cleaned up the first patch draft from KURASAWA Nozomu to finally
|
|
get po4a support for translating the man pages.
|
|
Many thanks to both for this excellent work! (Closes: #441608)
|
|
* doc/ja/*, doc/po/ja.po:
|
|
- remove the old ja man page translation and replace it with
|
|
the new po4a-powered translation by KURASAWA Nozomu.
|
|
* doc/*.?.xml (manpages):
|
|
- add contrib to author tags and also add refmiscinfo to fix warnings
|
|
* doc/style.txt, buildlib/defaults.mak, buildlib/manpage.mak:
|
|
- fix a few typos in the comments of this files
|
|
|
|
[ Michael Vogt ]
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- when tcgetattr() returns non-zero skip all pty magic
|
|
(thanks to Simon Richter, closes: #509866)
|
|
* apt-inst/contrib/arfile.cc:
|
|
- show propper error message for Invalid archive members
|
|
|
|
[ David Kalnischkies ]
|
|
* doc/Doxyfile.in:
|
|
- update file with doxygen 1.6.1 (current unstable)
|
|
- activate DOT_MULTI_TARGETS, it is default on since doxygen 1.5.9
|
|
* buildlib/po4a_manpage.mak, doc/makefile, configure:
|
|
- simplify the makefiles needed for po4a manpages
|
|
* apt-pkg/contrib/configuration.cc:
|
|
- add a helper to easily get a vector of strings from the config
|
|
* apt-pkg/contrib/strutl.cc:
|
|
- replace unknown multibytes with ? in UTF8ToCharset (Closes: #545208)
|
|
* doc/apt-get.8.xml:
|
|
- fix two little typos in the --simulate description. (Closes: #545059)
|
|
* apt-pkg/aptconfiguration.cc, doc/apt.conf.5.xml:
|
|
- add an order subgroup to the compression types to simplify reordering
|
|
a bit and improve the documentation for this option group.
|
|
* doc/apt.conf.5.xml:
|
|
- document the Acquire::http::Dl-Limit option
|
|
- try to be crystal clear about the usage of :: and {} (Closes: #503481)
|
|
* doc/apt-cache.8.xml:
|
|
- clarify the note for the pkgnames command (Closes: #547599)
|
|
* doc/apt.ent, all man pages:
|
|
- move the description of files to globally usable entities
|
|
* doc/apt_preferences.5.xml:
|
|
- document the new preferences.d folder (Closes: #544017)
|
|
* methods/rred.cc:
|
|
- add at the top without failing (by Bernhard R. Link, Closes: #545694)
|
|
* buildlib/sizetable:
|
|
- add amd64 for cross building (by Mikhail Gusarov, Closes: #513058)
|
|
* debian/prerm:
|
|
- remove file as nobody will upgrade from 0.4.10 anymore
|
|
* debian/control:
|
|
- remove gnome-apt suggestion as it was removed from debian
|
|
* apt-pkg/deb/dpkgpm.cc, apt-pkg/packagemanager.cc, apt-pkg/orderlist.cc:
|
|
- add and document _experimental_ options to make (aggressive)
|
|
use of dpkg's trigger and configuration handling (Closes: #473461)
|
|
* cmdline/apt-get.cc:
|
|
- ignore versions that are not candidates when selecting a package
|
|
instead of a virtual one (by Marius Vollmer, Closes: #547788)
|
|
|
|
[ Christian Perrier ]
|
|
* doc/fr/*, doc/po/fr.po:
|
|
- remove the old fr man page translation and replace it with
|
|
the new po4a-powered translation
|
|
* doc/de: dropped (translation is too incomplete to be useful in
|
|
the transition to the po4a-powered translations)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Fri, 25 Sep 2009 19:57:25 +0200
|
|
|
|
apt (0.7.23.1) unstable; urgency=low
|
|
|
|
[ Michael Vogt ]
|
|
* apt-pkg/pkgcache.cc:
|
|
- do not set internel "needs-configure" state for packages in
|
|
triggers-pending state. dpkg will deal with the trigger and
|
|
it if does it before we trigger it, dpkg will error out
|
|
(LP: #414631)
|
|
* apt-pkg/acquire-item.cc:
|
|
- do not segfault on invalid items (closes: #544080)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Fri, 28 Aug 2009 21:53:20 +0200
|
|
|
|
apt (0.7.23) unstable; urgency=low
|
|
|
|
[ Eugene V. Lyubimkin ]
|
|
* methods/{http,https,ftp}, doc/apt.conf.5.xml:
|
|
- Changed and unified the code that determines which proxy to use. Now
|
|
'Acquire::{http,ftp}::Proxy[::<host>]' options have the highest priority,
|
|
and '{http,ftp}_proxy' environment variables are used only if options
|
|
mentioned above are not specified.
|
|
(Closes: #445985, #157759, #320184, #365880, #479617)
|
|
|
|
[ David Kalnischkies ]
|
|
* cmdline/apt-get.cc:
|
|
- add APT::Get::HideAutoRemove=small to display only a short line
|
|
instead of the full package list. (Closes: #537450)
|
|
- ShowBroken() in build-dep (by Mike O'Connor, Closes: #145916)
|
|
- check for statfs.f_type (by Robert Millan, Closes: #509313)
|
|
- correct the order of picked package binary vs source in source
|
|
- use SourceVersion instead of the BinaryVersion to get the source
|
|
Patch by Matt Kraai, thanks! (Closes: #382826)
|
|
- add pkg/archive and codename in source (Closes: #414105, #441178)
|
|
* apt-pkg/contrib/strutl.cc:
|
|
- enable thousand separator according to the current locale
|
|
(by Luca Bruno, Closes: #223712)
|
|
* doc/apt.conf.5.xml:
|
|
- mention the apt.conf.d dir (by Vincent McIntyre, Closes: #520831)
|
|
* apt-inst/contrib/arfile.cc:
|
|
- use sizeof instead strlen (by Marius Vollmer, Closes: #504325)
|
|
* doc/apt-mark.8.xml:
|
|
- improve manpage based on patch by Carl Chenet (Closes: #510286)
|
|
* apt-pkg/acquire-item.cc:
|
|
- use configsettings for dynamic compression type use and order.
|
|
Based on a patch by Jyrki Muukkonen, thanks! (LP: #71746)
|
|
* apt-pkg/aptconfiguration.cc:
|
|
- add default configuration for compression types and add lzma
|
|
support. Order is now bzip2, lzma, gzip, none (Closes: #510526)
|
|
* ftparchive/writer.cc:
|
|
- add lzma support also here, patch for this (and inspiration for
|
|
the one above) by Robert Millan, thanks!
|
|
* apt-pkg/depcache.cc:
|
|
- restore the --ignore-hold effect in the Is{Delete,Install}Ok hooks
|
|
* doc/apt-get.8.xml:
|
|
- update the source description to reflect what it actually does
|
|
and how it can be used. (Closes: #413021)
|
|
* methods/http.cc:
|
|
- allow empty Reason-Phase in Status-Line to please squid,
|
|
thanks Modestas Vainius for noticing! (Closes: #531157, LP: #411435)
|
|
|
|
[ George Danchev ]
|
|
* cmdline/apt-cache.cc:
|
|
- fix a memory leak in the xvcg method (Closes: #511557)
|
|
* apt-pkg/indexcopy.cc:
|
|
- fix a memory leak then the Release file not exists (Closes: #511556)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Thu, 27 Aug 2009 14:44:39 +0200
|
|
|
|
apt (0.7.22.2) unstable; urgency=low
|
|
|
|
* debian/apt.cron.daily:
|
|
- Make sure that VERBOSE is always set (Closes: #539366)
|
|
- Script can be disabled by APT::Periodic::Enable=0 (Closes: #485476)
|
|
- Support using debdelta to download packages (Closes: #532079)
|
|
|
|
-- Julian Andres Klode <jak@debian.org> Thu, 06 Aug 2009 12:17:19 +0200
|
|
|
|
apt (0.7.22.1) unstable; urgency=low
|
|
|
|
[ Michael Vogt ]
|
|
* cmdline/apt-get.cc:
|
|
- honor APT::Get::Only-Source properly in FindSrc() (thanks to
|
|
Martin Pitt for reporting the problem), also Closes: #535362.
|
|
|
|
[ Julian Andres Klode ]
|
|
* apt-pkg/contrib/mmap.cc:
|
|
- Fix FTBFS on GNU/kFreeBSD by disabling DynamicMMap::Grow() on
|
|
non-Linux architectures as it uses mremap (Closes: #539742).
|
|
* apt-pkg/sourcelist.cc:
|
|
- Only warn about missing sources.list if there is no sources.list.d
|
|
and vice versa as only one of them is needed (Closes: #539731).
|
|
* debian/control:
|
|
- Add myself to Uploaders.
|
|
- Increase Standards-Version to 3.8.2.0.
|
|
|
|
-- Julian Andres Klode <jak@debian.org> Mon, 03 Aug 2009 12:48:31 +0200
|
|
|
|
apt (0.7.22) unstable; urgency=low
|
|
|
|
[ Christian Perrier ]
|
|
* Documentation translations:
|
|
- Fix a typo in apt-get(8) French translation. Closes: #525043
|
|
Thanks to Guillaume Delacour for spotting it.
|
|
- Updated apt.conf(5) manpgae French translation.
|
|
Thanks to Aurélien Couderc.
|
|
* Translations:
|
|
- fr.po
|
|
- sk.po. Closes: #525857
|
|
- ru.po. Closes: #526816
|
|
- eu.po. Closes: #528985
|
|
- zh_CN.po. Closes: #531390
|
|
- fr.po
|
|
- it.po. Closes: #531758
|
|
- ca.po. Closes: #531921
|
|
- de.po. Closes: #536430
|
|
* Added translations
|
|
- ast.po (Asturian by Marcos Alvareez Costales).
|
|
Closes: #529007, #529730, #535328
|
|
|
|
[ David Kalnischkies ]
|
|
* [ABI break] support '#' in apt.conf and /etc/apt/preferences
|
|
(closes: #189866)
|
|
* [ABI break] Allow pinning by codename (closes: #97564)
|
|
* support running "--simulate" as user
|
|
* add depth information to the debug output and show what depends
|
|
type triggers a autoinst (closes: #458389)
|
|
* add Debug::pkgDepCache::Marker with more detailed debug output
|
|
(closes: #87520)
|
|
* add Debug::pkgProblemResolver::ShowScores and make the scores
|
|
adjustable
|
|
* do not write state file in simulate mode (closes: #433007)
|
|
* add hook for MarkInstall and MarkDelete (closes: #470035)
|
|
* fix typo in apt-pkg/acquire.cc which prevents Dl-Limit to work
|
|
correctly when downloading from multiple sites (Closes: #534752)
|
|
* add the various foldmarkers in apt-pkg & cmdline (no code change)
|
|
* versions with a pin of -1 shouldn't be a candidate (Closes: #355237)
|
|
* prefer mmap as memory allocator in MMap instead of a static char
|
|
array which can (at least in theory) grow dynamic
|
|
* eliminate (hopefully all) segfaults in pkgcachegen.cc and mmap.cc
|
|
which can arise if cache doesn't fit into the mmap (Closes: #535218)
|
|
* display warnings instead of errors if the parts dirs doesn't exist
|
|
|
|
[ Michael Vogt ]
|
|
* honor the dpkg hold state in new Marker hooks (closes: #64141)
|
|
* debian/apt.cron.daily:
|
|
- if the timestamp is too far in the future, delete it
|
|
* apt-pkg/acquire.cc:
|
|
- make the max pipeline depth of the acquire queue configurable
|
|
via Acquire::Max-Pipeline-Depth
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- add Dpkg::UseIoNice boolean option to run dpkg with ionice -c3
|
|
(off by default)
|
|
- send "dpkg-exec" message on the status fd when dpkg is run
|
|
- provide DPkg::Chroot-Directory config option (useful for testing)
|
|
- fix potential hang when in a background process group
|
|
* apt-pkg/algorithms.cc:
|
|
- consider recommends when making the scores for the problem
|
|
resolver
|
|
* apt-pkg/acquire-worker.cc:
|
|
- show error details of failed methods
|
|
* apt-pkg/contrib/fileutl.cc:
|
|
- if a process aborts with signal, show signal number
|
|
* methods/http.cc:
|
|
- ignore SIGPIPE, we deal with EPIPE from write in
|
|
HttpMethod::ServerDie() (LP: #385144)
|
|
* Only run Download-Upgradable and Unattended-Upgrades if the initial
|
|
update was successful Closes: #341970
|
|
* apt-pkg/indexcopy.cc:
|
|
- support having CDs with no Packages file (just a Packages.gz)
|
|
by not forcing a verification on non-existing files
|
|
(LP: #255545)
|
|
- remove the gettext from a string that consists entirely
|
|
of variables (LP: #56792)
|
|
* apt-pkg/cacheiterators.h:
|
|
- add missing checks for Owner == 0 in end()
|
|
* apt-pkg/indexrecords.cc:
|
|
- fix some i18n issues
|
|
* apt-pkg/contrib/strutl.h:
|
|
- add new strprintf() function to make i18n strings easier
|
|
- fix compiler warning
|
|
* apt-pkg/deb/debsystem.cc:
|
|
- make strings i18n able
|
|
* fix problematic use of tolower() when calculating the version
|
|
hash by using locale independent tolower_ascii() function.
|
|
Thanks to M. Vefa Bicakci (LP: #80248)
|
|
* build fixes for g++-4.4
|
|
* cmdline/apt-mark:
|
|
- add "showauto" option to show automatically installed packages
|
|
* document --install-recommends and --no-install-recommends
|
|
(thanks to Dereck Wonnacott, LP: #126180)
|
|
* doc/apt.conf.5.xml:
|
|
- merged patch from Aurélien Couderc to improve the text
|
|
(thanks!)
|
|
* [ABI] merged the libudev-dlopen branch, this allows to pass
|
|
"apt-udev-auto" to Acquire::Cdrom::mount and the cdrom method will
|
|
dynamically find/mount the cdrom device (if libhal is available)
|
|
|
|
[ Julian Andres Klode ]
|
|
* apt-pkg/contrib/configuration.cc: Fix a small memory leak in
|
|
ReadConfigFile.
|
|
* Introduce support for the Enhances field. (Closes: #137583)
|
|
* Support /etc/apt/preferences.d, by adding ReadPinDir() (Closes: #535512)
|
|
* configure-index: document Dir::Etc::SourceParts and some other options
|
|
(Closes: #459605)
|
|
* Remove Eugene V. Lyubimkin from uploaders as requested.
|
|
* apt-pkg/contrib/hashes.cc, apt-pkg/contrib/md5.cc:
|
|
- Support reading until EOF if Size=0 to match behaviour of
|
|
SHA1Summation and SHA256Summation
|
|
|
|
[ Osamu Aoki ]
|
|
* Updated cron script to support backups by hardlinks and
|
|
verbose levels. All features turned off by default.
|
|
* Added more error handlings. Closes: #438803, #462734, #454989
|
|
* Documented all cron script related configuration items in
|
|
configure-index.
|
|
|
|
[ Dereck Wonnacott ]
|
|
* apt-ftparchive might write corrupt Release files (LP: #46439)
|
|
* Apply --important option to apt-cache depends (LP: #16947)
|
|
|
|
[ Otavio Salvador ]
|
|
* Apply patch from Sami Liedes <sliedes@cc.hut.fi> to reduce the
|
|
number of times we call progress bar updating and debugging
|
|
configuration settings.
|
|
* Apply patch from Sami Liedes <sliedes@cc.hut.fi> to avoid unecessary
|
|
temporary allocations.
|
|
|
|
-- Michael Vogt <mvo@debian.org> Wed, 29 Jul 2009 19:16:22 +0200
|
|
|
|
apt (0.7.21) unstable; urgency=low
|
|
|
|
[ Christian Perrier ]
|
|
* Translations:
|
|
- bg.po. Closes: #513211
|
|
- zh_TW.po. Closes: #513311
|
|
- nb.po. Closes: #513843
|
|
- fr.po. Closes: #520430
|
|
- sv.po. Closes: #518070
|
|
- sk.po. Closes: #520403
|
|
- it.po. Closes: #522222
|
|
- sk.po. Closes: #520403
|
|
|
|
[ Jamie Strandboge ]
|
|
* apt.cron.daily: catch invalid dates due to DST time changes
|
|
in the stamp files
|
|
|
|
[ Michael Vogt ]
|
|
* methods/gpgv.cc:
|
|
- properly check for expired and revoked keys (closes: #433091)
|
|
* apt-pkg/contrib/strutl.cc:
|
|
- fix TimeToStr i18n (LP: #289807)
|
|
* [ABI break] merge support for http redirects, thanks to
|
|
Jeff Licquia and Anthony Towns
|
|
* [ABI break] use int for the package IDs (thanks to Steve Cotton)
|
|
* apt-pkg/pkgcache.cc:
|
|
- do not run "dpkg --configure pkg" if pkg is in trigger-awaited
|
|
state (LP: #322955)
|
|
* methods/https.cc:
|
|
- add Acquire::https::AllowRedirect support
|
|
* Clarify the --help for 'purge' (LP: #243948)
|
|
* cmdline/apt-get.cc
|
|
- fix "apt-get source pkg" if there is a binary package and
|
|
a source package of the same name but from different
|
|
packages (LP: #330103)
|
|
|
|
[ Colin Watson ]
|
|
* cmdline/acqprogress.cc:
|
|
- Call pkgAcquireStatus::Pulse even if quiet, so that we still get
|
|
dlstatus messages on the status-fd (LP: #290234).
|
|
|
|
-- Michael Vogt <mvo@debian.org> Tue, 14 Apr 2009 14:12:51 +0200
|
|
|
|
apt (0.7.20.2) unstable; urgency=medium
|
|
|
|
[ Eugene V. Lyubimkin ]
|
|
* Urgency set to medium due to RC bug fix.
|
|
* doc/apt.ent, apt-get.8.xml:
|
|
- Fix invalid XML entities. (Closes: #514402)
|
|
|
|
-- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Sat, 07 Feb 2009 16:48:21 +0200
|
|
|
|
apt (0.7.20.1) unstable; urgency=low
|
|
|
|
[ Michael Vogt ]
|
|
* apt-pkg/pkgcachegen.cc:
|
|
- fix apt-cache search for localized description
|
|
(closes: #512110)
|
|
|
|
[ Christian Perrier ]
|
|
* Translations:
|
|
- fr.po: fix spelling error to "défectueux". Thanks to Thomas Péteul.
|
|
|
|
-- Michael Vogt <mvo@debian.org> Tue, 20 Jan 2009 09:35:05 +0100
|
|
|
|
apt (0.7.20) unstable; urgency=low
|
|
|
|
[ Eugene V. Lyubimkin ]
|
|
* debian/changelog:
|
|
- Fixed place of 'merged install-recommends and install-task branches'
|
|
from 0.6.46.1 to 0.7.0. (Closes: #439866)
|
|
* buildlib/config.{sub,guess}:
|
|
- Renewed. This fixes lintian errors.
|
|
* doc/apt.conf.5.xml, debian/apt-transport-https:
|
|
- Documented briefly 'Acquire::https' group of options. (Closes: #507398)
|
|
- Applied patch from Daniel Burrows to document 'Debug' group of options.
|
|
(Closes: #457265)
|
|
- Mentioned 'APT::Periodic' and 'APT::Archives' groups of options.
|
|
(Closes: #438559)
|
|
- Mentioned '/* ... */' comments. (Closes: #507601)
|
|
* doc/examples/sources.list:
|
|
- Removed obsolete commented non-us deb-src entry, replaced it with
|
|
'deb-src security.debian.org' one. (Closes: #411298)
|
|
* apt-pkg/contrib/mmap.cc:
|
|
- Added instruction how to work around MMap error in MMap error message.
|
|
(Closes: #385674, 436028)
|
|
* COPYING:
|
|
- Actualized. Removed obsolete Qt section, added GPLv2 clause.
|
|
(Closes: #440049, #509337)
|
|
|
|
[ Michael Vogt ]
|
|
* add option to "apt-get build-dep" to mark the needed
|
|
build-dep packages as automatic installed.
|
|
This is controlled via the value of
|
|
APT::Get::Build-Dep-Automatic and is set "false" by default.
|
|
Thanks to Aaron Haviland, closes: #448743
|
|
* apt-inst/contrib/arfile.cc:
|
|
- support members ending with '/' as well (thanks to Michal Cihr,
|
|
closes: #500988)
|
|
|
|
[ Christian Perrier ]
|
|
* Translations:
|
|
- Finnish updated. Closes: #508449
|
|
- Galician updated. Closes: #509151
|
|
- Catalan updated. Closes: #509375
|
|
- Vietnamese updated. Closes: #509422
|
|
- Traditional Chinese added. Closes: #510664
|
|
- French corrected (remove awful use of first person)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Mon, 05 Jan 2009 08:59:20 +0100
|
|
|
|
apt (0.7.19) unstable; urgency=low
|
|
|
|
[ Eugene V. Lyubimkin ]
|
|
* doc/sources.list.5.xml:
|
|
- Mentioned allowed characters in file names in /etc/apt/sources.list.d.
|
|
Thanks to Matthias Urlichs. (Closes: #426913)
|
|
* doc/apt-get.8.xml:
|
|
- Explicitly say that 'dist-upgrade' command may remove packages.
|
|
- Included '-v'/'--version' as a command to synopsis.
|
|
* cmdline/apt-cache.cc:
|
|
- Advanced built-in help. Patch by Andre Felipe Machado. (Closes: #286061)
|
|
- Fixed typo 'GraphVis' -> 'GraphViz'. (Closes: #349038)
|
|
- Removed asking to file a release-critical bug against a package if there
|
|
is a request to install only one package and it is not installable.
|
|
(Closes: #419521)
|
|
|
|
[ Michael Vogt ]
|
|
- fix SIGHUP handling (closes: #463030)
|
|
|
|
[ Christian Perrier ]
|
|
* Translations:
|
|
- French updated
|
|
- Bulgarian updated. Closes: #505476
|
|
- Slovak updated. Closes: #505483
|
|
- Swedish updated. Closes: #505491
|
|
- Japanese updated. Closes: #505495
|
|
- Korean updated. Closes: #505506
|
|
- Catalan updated. Closes: #505513
|
|
- British English updated. Closes: #505539
|
|
- Italian updated. Closes: #505518, #505683
|
|
- Polish updated. Closes: #505569
|
|
- German updated. Closes: #505614
|
|
- Spanish updated. Closes: #505757
|
|
- Romanian updated. Closes: #505762
|
|
- Simplified Chinese updated. Closes: #505727
|
|
- Portuguese updated. Closes: #505902
|
|
- Czech updated. Closes: #505909
|
|
- Norwegian Bokmål updated. Closes: #505934
|
|
- Brazilian Portuguese updated. Closes: #505949
|
|
- Basque updated. Closes: #506085
|
|
- Russian updated. Closes: #506452
|
|
- Marathi updated.
|
|
- Ukrainian updated. Closes: #506545
|
|
|
|
-- Michael Vogt <mvo@debian.org> Mon, 24 Nov 2008 10:33:54 +0100
|
|
|
|
apt (0.7.18) unstable; urgency=low
|
|
|
|
[ Christian Perrier ]
|
|
* Translations:
|
|
- French updated
|
|
- Thai updated. Closes: #505067
|
|
|
|
[ Eugene V. Lyubimkin ]
|
|
* doc/examples/configure-index:
|
|
- Removed obsoleted header line. (Closes: #417638)
|
|
- Changed 'linux-kernel' to 'linux-image'.
|
|
* doc/sources.list.5.xml:
|
|
- Fixed typo and grammar in 'sources.list.d' section. Thanks to
|
|
Timothy G Abbott <tabbott@MIT.EDU>. (Closes: #478098)
|
|
* doc/apt-get.8.xml:
|
|
- Advanced descriptions for 'remove' and 'purge' options.
|
|
(Closes: #274283)
|
|
* debian/rules:
|
|
- Target 'apt' need to depend on 'build-doc'. Thanks for Peter Green.
|
|
Fixes FTBFS. (Closes: #504181)
|
|
|
|
[ Michael Vogt ]
|
|
* fix depend on libdb4.4 (closes: #501253)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Fri, 07 Nov 2008 22:13:39 +0100
|
|
|
|
apt (0.7.17) unstable; urgency=low
|
|
|
|
[ Eugene V. Lyubimkin ]
|
|
* debian/control:
|
|
- 'Vcs-Bzr' field is official, used it.
|
|
- Bumped 'Standards-Version' to 3.8.0, no changes needed.
|
|
- Actualized 'Uploaders' field.
|
|
* doc/:
|
|
- Substituded 'apt-archive' with 'apt-ftparchive' in docs.
|
|
Patch based on work of Andre Felipe Machado. (Closes: #350865)
|
|
- Mentioned '/<release>' and '=<version>' for 'apt-get install' and
|
|
'=<version>' for 'apt-get source' in apt-get manpage. Patch based on
|
|
work of Andre Felipe Machado. (Closes: #399673)
|
|
- Mentioned more short options in the apt-get manpage. Documented 'xvcg'
|
|
option in the apt-cache manpage. The part of patch by Andre Felipe
|
|
Machado. (Closes: #176106, #355945)
|
|
- Documented that 'apt-get install' command should be used for upgrading
|
|
some of installed packages. Based on patch by Nori Heikkinen and
|
|
Andre Felipe Machado. (Closes: #267087)
|
|
- Mentioned 'apt_preferences(5)' in apt manpage. (Closes: #274295)
|
|
- Documented 'APT::Default-Release' in apt.conf manpage. (Closes: #430399)
|
|
- APT::Install-Recommends is now true by default, mentioned this in
|
|
configure-index example. (Closes: #463268)
|
|
- Added 'APT::Get::AllowUnauthenticated' to configure-index example.
|
|
(Closes: #320225)
|
|
- Documented '--no-install-recommends' option in apt-get manpage.
|
|
(Closes: #462962)
|
|
- Documented 'Acquire::PDiffs' in apt.conf manpage. (Closes: #376029)
|
|
- Added 'copy', 'rsh', 'ssh' to the list of recognized URI schemes in
|
|
sources.list manpage, as they are already described under in the manpage.
|
|
- Removed notice that ssh/rsh access cannot use password authentication
|
|
from sources.list manpage. Thanks to Steffen Joeris. (Closes: #434894)
|
|
- Added '(x)' to some referrings to manpages in apt-get manpage. Patch by
|
|
Andre Felipe Machado. (Closes: #309893)
|
|
- Added 'dist-upgrade' apt-get synopsis in apt-get manpage.
|
|
(Closes: #323866)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Wed, 05 Nov 2008 13:14:56 +0100
|
|
|
|
apt (0.7.17~exp4) experimental; urgency=low
|
|
|
|
* debian/rules:
|
|
- Fixed lintian warnings "debian/rules ignores make errors".
|
|
* debian/control:
|
|
- Substituted outdated "Source-Version" fields with "binary:Version".
|
|
- Added 'python-apt' to Suggests, as apt-mark need it for work.
|
|
- Drop Debian revision from 'doc-base' build dependency, this fixes
|
|
appropriate lintian warning.
|
|
* debian/libapt-pkg-doc.doc-base.*:
|
|
- Changed section: from old 'Devel' to 'Debian'. This fixes appropriate
|
|
lintian warnings.
|
|
* debian/{postrm,prerm,preinst}:
|
|
- Added 'set -e', fixes lintian warnings
|
|
'maintainer-script-ignores-error'.
|
|
* dselect/makefile:
|
|
- Removed unneeded 'LOCAL' entry. This allows cleaning rule to run smoothly.
|
|
* share/lintian-overrides:
|
|
- Added with override of 'apt must depend on python'. Script 'apt-mark'
|
|
needs apt-python for working and checks this on fly. We don't want
|
|
python in most cases.
|
|
* cmdline/apt-key:
|
|
- Added 'unset GREP_OPTIONS' to the script. This prevents 'apt-key update'
|
|
failure when GREP_OPTIONS contains options that modify grep output.
|
|
(Closes: #428752)
|
|
|
|
-- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Fri, 31 Oct 2008 23:45:17 +0300
|
|
|
|
apt (0.7.17~exp3) experimental; urgency=low
|
|
|
|
* apt-pkg/acquire-item.cc:
|
|
- fix a merge mistake that prevents the fallback to the
|
|
uncompressed 'Packages' to work correctly (closes: #409284)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Wed, 29 Oct 2008 09:36:24 +0100
|
|
|
|
apt (0.7.17~exp2) experimental; urgency=low
|
|
|
|
[ Eugene V. Lyubimkin ]
|
|
* apt-pkg/acquire-item.cc:
|
|
- Added fallback to uncompressed 'Packages' if neither 'bz2' nor 'gz'
|
|
available. (Closes: #409284)
|
|
* apt-pkg/algorithm.cc:
|
|
- Strip username and password from source URL in error message.
|
|
(Closes: #425150)
|
|
|
|
[ Michael Vogt ]
|
|
* fix various -Wall warnings
|
|
|
|
-- Michael Vogt <mvo@debian.org> Tue, 28 Oct 2008 18:06:38 +0100
|
|
|
|
apt (0.7.17~exp1) experimental; urgency=low
|
|
|
|
[ Luca Bruno ]
|
|
* Fix typos:
|
|
- apt-pkg/depcache.cc
|
|
* Fix compilation warnings:
|
|
- apt-pkg/acquire.cc
|
|
- apt-pkg/versionmatch.cc
|
|
* Compilation fixes and portability improvement for compiling APT against non-GNU libc
|
|
(thanks to Martin Koeppe, closes: #392063):
|
|
- buildlib/apti18n.h.in:
|
|
+ textdomain() and bindtextdomain() must not be visible when --disable-nls
|
|
- buildlib/inttypes.h.in: undefine standard int*_t types
|
|
- Append INTLLIBS to SLIBS:
|
|
+ cmdline/makefile
|
|
+ ftparchive/makefile
|
|
+ methods/makefile
|
|
* doc/apt.conf.5.xml:
|
|
- clarify whether configuration items of apt.conf are case-sensitive
|
|
(thanks to Vincent McIntyre, closes: #345901)
|
|
|
|
-- Luca Bruno <lethalman88@gmail.com> Sat, 11 Oct 2008 09:17:46 +0200
|
|
|
|
apt (0.7.16) unstable; urgency=low
|
|
|
|
[ Luca Bruno ]
|
|
* doc/apt-cache.8.xml:
|
|
- search command uses POSIX regex, and searches for virtual packages too
|
|
(closes: #277536)
|
|
* doc/offline.sgml: clarify remote and target hosts
|
|
(thanks to Nikolaus Schulz, closes: #175940)
|
|
* Fix several typos in docs, translations and debian/changelog
|
|
(thanks to timeless, Nicolas Bonifas and Josh Triplett,
|
|
closes: #368665, #298821, #411532, #431636, #461458)
|
|
* Document apt-key finger and adv commands
|
|
(thanks to Stefan Schmidt, closes: #350575)
|
|
* Better documentation for apt-get --option
|
|
(thanks to Tomas Pospisek, closes: #386579)
|
|
* Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: #471276)
|
|
* Better documentation on using both APT::Default-Release and
|
|
/etc/apt/preferences (thanks to Ingo Saitz, closes: #145575)
|
|
|
|
[ Michael Vogt ]
|
|
* doc/apt-cache.8.xml:
|
|
- add missing citerefentry
|
|
|
|
-- Michael Vogt <mvo@debian.org> Fri, 10 Oct 2008 23:44:50 +0200
|
|
|
|
apt (0.7.15) unstable; urgency=low
|
|
|
|
* Upload to unstable
|
|
|
|
-- Michael Vogt <mvo@debian.org> Sun, 05 Oct 2008 13:23:47 +0200
|
|
|
|
apt (0.7.15~exp3) experimental; urgency=low
|
|
|
|
[Daniel Burrows]
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- Store the trigger state descriptions in a way that does not break
|
|
the ABI. The approach taken makes the search for a string O(n) rather
|
|
than O(lg(n)), but since n == 4, I do not consider this a major
|
|
concern. If it becomes a concern, we can sort the static array and
|
|
use std::equal_range(). (Closes: #499322)
|
|
|
|
[ Michael Vogt ]
|
|
* apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc:
|
|
- move the state file writting into the Go() implementation
|
|
of dpkgpm (closes: #498799)
|
|
* apt-pkg/algorithms.cc:
|
|
- fix simulation performance drop (thanks to Ferenc Wagner
|
|
for reporting the issue)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Wed, 01 Oct 2008 18:09:49 +0200
|
|
|
|
apt (0.7.15~exp2) experimental; urgency=low
|
|
|
|
[ Michael Vogt ]
|
|
* apt-pkg/pkgcachegen.cc:
|
|
- do not add multiple identical descriptions for the same
|
|
language (closes: #400768)
|
|
|
|
[ Program translations ]
|
|
* Catalan updated. Closes: #499462
|
|
|
|
-- Michael Vogt <mvo@debian.org> Tue, 23 Sep 2008 07:29:59 +0200
|
|
|
|
apt (0.7.15~exp1) experimental; urgency=low
|
|
|
|
[ Christian Perrier ]
|
|
* Fix typo in cron.daily script. Closes: #486179
|
|
|
|
[ Program translations ]
|
|
* Traditional Chinese updated. Closes: #488526
|
|
* German corrected and completed. Closes: #490532, #480002, #498018
|
|
* French completed
|
|
* Bulgarian updated. Closes: #492473
|
|
* Slovak updated. Closes: #492475
|
|
* Galician updated. Closes: #492794
|
|
* Japanese updated. Closes: #492975
|
|
* Fix missing space in Greek translation. Closes: #493922
|
|
* Greek updated.
|
|
* Brazilian Portuguese updated.
|
|
* Basque updated. Closes: #496754
|
|
* Romanian updated. Closes: #492773, #488361
|
|
* Portuguese updated. Closes: #491790
|
|
* Simplified Chinese updated. Closes: #489344
|
|
* Norwegian Bokmål updated. Closes: #480022
|
|
* Czech updated. Closes: #479628, #497277
|
|
* Korean updated. Closes: #464515
|
|
* Spanish updated. Closes: #457706
|
|
* Lithuanian added. Closes: #493328
|
|
* Swedish updated. Closes: #497496
|
|
* Vietnamese updated. Closes: #497893
|
|
* Portuguese updated. Closes: #498411
|
|
* Greek updated. Closes: #498687
|
|
* Polish updated.
|
|
|
|
[ Michael Vogt ]
|
|
* merge patch that enforces stricter https server certificate
|
|
checking (thanks to Arnaud Ebalard, closes: #485960)
|
|
* allow per-mirror specific https settings
|
|
(thanks to Arnaud Ebalard, closes: #485965)
|
|
* add doc/examples/apt-https-method-example.cof
|
|
(thanks to Arnaud Ebalard, closes: #485964)
|
|
* apt-pkg/depcache.cc:
|
|
- when checking for new important deps, skip critical ones
|
|
(closes: #485943)
|
|
* improve apt progress reporting, display trigger actions
|
|
* add DPkg::NoTriggers option so that applications that call
|
|
apt/aptitude (like the installer) defer trigger processing
|
|
(thanks to Joey Hess)
|
|
* doc/makefile:
|
|
- add examples/apt-https-method-example.conf
|
|
|
|
-- Michael Vogt <mvo@debian.org> Tue, 16 Sep 2008 21:27:03 +0200
|
|
|
|
apt (0.7.14) unstable; urgency=low
|
|
|
|
[ Christian Perrier ]
|
|
* Mark a message from dselect backend as translatable
|
|
Thanks to Frédéric Bothamy for the patch
|
|
Closes: #322470
|
|
|
|
[ Program translations ]
|
|
* Simplified Chinese updated. Closes: #473360
|
|
* Catalan fixes. Closes: #387141
|
|
* Typo fix in Greek translation. Closes: #479122
|
|
* French updated.
|
|
* Thai updated. Closes: #479313
|
|
* Italian updated. Closes: #479326
|
|
* Polish updated. Closes: #479342
|
|
* Bulgarian updated. Closes: #479379
|
|
* Finnish updated. Closes: #479403
|
|
* Korean updated. Closes: #479426
|
|
* Basque updated. Closes: #479452
|
|
* Vietnamese updated. Closes: #479748
|
|
* Russian updated. Closes: #479777, #499029
|
|
* Galician updated. Closes: #479792
|
|
* Portuguese updated. Closes: #479847
|
|
* Swedish updated. Closes: #479871
|
|
* Dutch updated. Closes: #480125
|
|
* Kurdish added. Closes: #480150
|
|
* Brazilian Portuguese updated. Closes: #480561
|
|
* Hungarian updated. Closes: #480662
|
|
|
|
[ Otavio Salvador ]
|
|
* Apply patch to avoid truncating of arbitrary files. Thanks to Bryan
|
|
Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476
|
|
* Avoid using dbus if dbus-daemon isn't running. Closes: #438803
|
|
|
|
[ Michael Vogt ]
|
|
* debian/apt.cron.daily:
|
|
- apply patch based on the ideas of Francesco Poli for better
|
|
behavior when the cache can not be locked (closes: #459344)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Wed, 28 May 2008 15:19:12 +0200
|
|
|
|
apt (0.7.13) unstable; urgency=low
|
|
|
|
[ Otavio Salvador ]
|
|
* Add missing build-depends back from build-depends-indep field.
|
|
Closes: #478231
|
|
* Make cron script quiet if cache is locked. Thanks to Ted Percival
|
|
<ted@midg3t.net> for the patch. Closes: #459344
|
|
* Add timeout support for https. Thanks to Andrew Martens
|
|
<andrew.martens@strangeloopnetworks.com> for the patch.
|
|
|
|
[ Goswin von Brederlow ]
|
|
* Add support for --no-download on apt-get update. Closes: #478517
|
|
|
|
[ Program translations ]
|
|
- Vietnamese updated. Closes: #479008
|
|
|
|
-- Otavio Salvador <otavio@debian.org> Fri, 02 May 2008 14:46:00 -0300
|
|
|
|
apt (0.7.12) unstable; urgency=low
|
|
|
|
[ Michael Vogt ]
|
|
* cmdline/apt-key:
|
|
- add support for a master-keyring that contains signing keys
|
|
that can be used to sign the archive signing keys. This should
|
|
make key-rollover easier.
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- merged patch from Kees Cook to fix anoying upper-case display
|
|
on amd64 in sbuild
|
|
* apt-pkg/algorithms.cc:
|
|
- add APT::Update::Post-Invoke-Success script slot
|
|
- Make the breaks handling use the kill list. This means, that a
|
|
Breaks: Pkg (<< version) may put Pkg onto the remove list.
|
|
* apt-pkg/deb/debmetaindex.cc:
|
|
- add missing "Release" file uri when apt-get update --print-uris
|
|
is run
|
|
* methods/connect.cc:
|
|
- remember hosts with Resolve failures or connect Timeouts
|
|
* cmdline/apt-get.cc:
|
|
- fix incorrect help output for -f (LP: #57487)
|
|
- do two passes when installing tasks, first ignoring dependencies,
|
|
then resolving them and run the problemResolver at the end
|
|
so that it can correct any missing dependencies
|
|
* debian/apt.cron.daily:
|
|
- sleep random amount of time (default within 0-30min) before
|
|
starting the upate to hit the mirrors less hard
|
|
* doc/apt_preferences.5.xml:
|
|
- fix typo
|
|
* added debian/README.source
|
|
|
|
[ Christian Perrier ]
|
|
* Fix typos in manpages. Thanks to Daniel Leidert for the fixes
|
|
Closes: #444922
|
|
* Fix syntax/copitalisation in some messages. Thanks to Jens Seidel
|
|
for pointing this and providing the patch.
|
|
Closes: #466845
|
|
* Fix Polish offline translation. Thanks to Robert Luberda for the patch
|
|
and apologies for applying it very lately. Closes: #337758
|
|
* Fix typo in offline.sgml. Closes: #412900
|
|
|
|
[ Program translations ]
|
|
- German updated. Closes: #466842
|
|
- Swedish updated.
|
|
- Polish updated. Closes: #469581
|
|
- Slovak updated. Closes: #471341
|
|
- French updated.
|
|
- Bulgarian updated. Closes: #448492
|
|
- Galician updated. Closes: #476839
|
|
|
|
[ Daniel Burrows ]
|
|
* apt-pkg/depcache.cc:
|
|
- Patch MarkInstall to follow currently satisfied Recommends even
|
|
if they aren't "new", so that we automatically force upgrades
|
|
when the version of a Recommends has been tightened. (Closes: #470115)
|
|
- Enable more complete debugging information when Debug::pkgAutoRemove
|
|
is set.
|
|
* apt-pkg/contrib/configuration.cc
|
|
- Lift the 1024-byte limit on lines in configuration files.
|
|
(Closes: #473710, #473874)
|
|
* apt-pkg/contrib/strutl.cc:
|
|
- Lift the 64000-byte limit on individual messages parsed by ReadMessages.
|
|
(Closes: #474065)
|
|
* debian/rules:
|
|
- Add missing Build-Depends-Indep on xsltproc, docbook-xsl, and xmlto.
|
|
|
|
-- Daniel Burrows <dburrows@debian.org> Sat, 26 Apr 2008 12:24:35 -0700
|
|
|
|
apt (0.7.11) unstable; urgency=critical
|
|
|
|
[ Raise urgency to critical since it fixes a critical but for Debian
|
|
Installer Lenny Beta1 release ]
|
|
|
|
[ Program translations ]
|
|
- Vietnamese updated. Closes: #460825
|
|
- Basque updated. Closes: #461166
|
|
- Galician updated. Closes: #461468
|
|
- Portuguese updated. Closes: #464575
|
|
- Korean updated. Closes: #448430
|
|
- Simplified Chinese updated. Closes: #465866
|
|
|
|
[ Otavio Salvador ]
|
|
* Applied patch from Robert Millan <rmh@aybabtu.com> to fix the error
|
|
message when gpgv isn't installed, closes: #452640.
|
|
* Fix regression about APT::Get::List-Cleanup setting being ignored,
|
|
closes: #466052.
|
|
|
|
-- Otavio Salvador <otavio@debian.org> Thu, 17 Jan 2008 22:36:46 -0200
|
|
|
|
apt (0.7.10) unstable; urgency=low
|
|
|
|
[ Otavio Salvador ]
|
|
* Applied patch from Mike O'Connor <stew@vireo.org> to add a manpage to
|
|
apt-mark, closes: #430207.
|
|
* Applied patch from Andrei Popescu <andreimpopescu@gmail.com> to add a
|
|
note about some frontends in apt.8 manpage, closes: #438545.
|
|
* Applied patch from Aurelien Jarno <aurel32@debian.org> to avoid CPU
|
|
getting crazy when /dev/null is redirected to stdin (which breaks
|
|
buildds), closes: #452858.
|
|
* Applied patch from Aurelien Jarno <aurel32@debian.org> to fix building
|
|
with newest dpkg-shlibdeps changing the packaging building order and a
|
|
patch from Robert Millan <rmh@aybabtu.com> to fix parallel building,
|
|
closes: #452862.
|
|
* Applied patch from Alexander Winston <alexander.winston@comcast.net>
|
|
to use 'min' as symbol for minute, closes: #219034.
|
|
* Applied patch from Amos Waterland <apw@us.ibm.com> to allow apt to
|
|
work properly in initramfs, closes: #448316.
|
|
* Applied patch from Robert Millan <rmh@aybabtu.com> to make apt-key and
|
|
apt-get to ignore time conflicts, closes: #451328.
|
|
* Applied patch from Peter Eisentraut <peter_e@gmx.net> to fix a
|
|
grammatical error ("manual installed" -> "manually installed"),
|
|
closes: #438136.
|
|
* Fix cron.daily job to not call fail if apt isn't installed, closes:
|
|
#443286.
|
|
* Fix compilation warnings in apt-pkg/cdrom.cc and
|
|
apt-pkg/contrib/configuration.cc.
|
|
* Fix typo in debian/copyright file ("licened" instead of "licensed"),
|
|
closes: #458966.
|
|
|
|
[ Program translations ]
|
|
- Basque updated. Closes: #453088
|
|
- Vietnamese updated. Closes: #453774, #459013
|
|
- Japanese updated. Closes: #456909
|
|
- Simplified Chinese updated. Closes: #458039
|
|
- French updated.
|
|
- Norwegian Bokmål updated. Closes: #457917
|
|
|
|
[ Michael Vogt ]
|
|
* debian/rules
|
|
- fix https install location
|
|
* debian/apt.conf.daily:
|
|
- print warning if the cache can not be locked (closes: #454561),
|
|
thanks to Bastian Kleineidam
|
|
* methods/gpgv.cc:
|
|
- remove cruft code that caused timestamp/I-M-S issues
|
|
* ftparchive/contents.cc:
|
|
- fix error output
|
|
* apt-pkg/acquire-item.{cc,h}:
|
|
- make the authentication download code more robust against
|
|
servers/proxies with broken If-Range implementations
|
|
* apt-pkg/packagemanager.{cc,h}:
|
|
- propergate the Immediate flag to make hitting the
|
|
"E: Internal Error, Could not perform immediate configuration (2)"
|
|
harder
|
|
* debian/control:
|
|
- build against libdb-dev (instead of libdb4.4-dev)
|
|
* merged the apt--DoListUpdate branch, this provides a common interface
|
|
for "apt-get update" like operations for the frontends and also provides
|
|
hooks to run stuff in APT::Update::{Pre,Post}-Invoke
|
|
|
|
[ Chris Cheney ]
|
|
* ftparchive/contents.cc:
|
|
- support lzma data members
|
|
* ftparchive/multicompress.cc:
|
|
- support lzma output
|
|
|
|
[ Daniel Burrows ]
|
|
* apt-pkg/contrib/configuration.cc:
|
|
- if RootDir is set, then FindFile and FindDir will return paths
|
|
relative to the directory stored in RootDir, closes: #456457.
|
|
|
|
[ Christian Perrier ]
|
|
* Fix wording for "After unpacking...". Thanks to Michael Gilbert
|
|
for the patch. Closes: #260825
|
|
|
|
-- Michael Vogt <mvo@debian.org> Mon, 07 Jan 2008 21:40:47 +0100
|
|
|
|
apt (0.7.9) unstable; urgency=low
|
|
|
|
[ Christian Perrier ]
|
|
* Add several languages to LINGUAS and, therefore, really ship the relevant
|
|
translation:
|
|
Arabic, Dzongkha, Khmer, Marathi, Nepali, Thai
|
|
Thanks to Theppitak Karoonboonyanan for checking this out. Closes: #448321
|
|
|
|
[ Program translations ]
|
|
- Korean updated. Closes: #448430
|
|
- Galician updated. Closes: #448497
|
|
- Swedish updated.
|
|
|
|
[ Otavio Salvador ]
|
|
* Fix configure script to check for CURL library and headers presense.
|
|
* Applied patch from Brian M. Carlson <sandals@crustytoothpaste.ath.cx>
|
|
to add backward support for arches that lacks pselect support,
|
|
closes: #448406.
|
|
* Umount CD-ROM when calling apt-cdrom ident, except when called with
|
|
-m, closes: #448521.
|
|
|
|
-- Otavio Salvador <otavio@debian.org> Wed, 31 Oct 2007 13:37:26 -0200
|
|
|
|
apt (0.7.8) unstable; urgency=low
|
|
|
|
* Applied patch from Daniel Leidert <daniel.leidert@wgdd.de> to fix
|
|
APT::Acquire::Translation "none" support, closes: #437523.
|
|
* Applied patch from Daniel Burrows <dburrows@debian.org> to add support
|
|
for the Homepage field (ABI break), closes: #447970.
|
|
* Applied patch from Frans Pop <elendil@planet.nl> to fix a trailing
|
|
space after cd label, closes: #448187.
|
|
|
|
-- Otavio Salvador <otavio@debian.org> Fri, 26 Oct 2007 18:20:13 -0200
|
|
|
|
apt (0.7.7) unstable; urgency=low
|
|
|
|
[ Michael Vogt ]
|
|
* apt-inst/contrib/extracttar.cc:
|
|
- fix fd leak for zero size files (thanks to Bill Broadley for
|
|
reporting this bug)
|
|
* apt-pkg/acquire-item.cc:
|
|
- remove zero size files on I-M-S hit
|
|
* methods/https.cc:
|
|
- only send LastModified if we actually have a file
|
|
- send range request with if-range
|
|
- delete failed downloads
|
|
- delete zero size I-M-S hits
|
|
* apt-pkg/deb/dpkgpm.{cc,h}:
|
|
- merged dpkg-log branch, this lets you specify a
|
|
Dir::Log::Terminal file to log dpkg output to
|
|
(ABI break)
|
|
- fix parse error when dpkg sends unexpected data
|
|
* merged apt--sha256 branch to fully support the new
|
|
sha256 checksums in the Packages and Release files
|
|
(ABI break)
|
|
* apt-pkg/pkgcachegen.cc:
|
|
- increase default mmap size
|
|
* tests/local-repo:
|
|
- added local repository testcase
|
|
* apt-pkg/acquire.cc:
|
|
- increase MaxPipeDepth for the internal worker<->method
|
|
communication to 1000 for the debtorrent backend
|
|
* make apt build with g++ 4.3
|
|
* fix missing SetExecClose() call when the status-fd is used
|
|
* debian/apt.cron.daily:
|
|
- move unattended-upgrade before apt-get autoclean
|
|
* fix "purge" commandline argument, closes: #133421
|
|
(thanks to Julien Danjou for the patch)
|
|
* cmdline/apt-get.cc:
|
|
- do not change the auto-installed information if a package
|
|
is reinstalled
|
|
* apt-pkg/acquire-item.cc:
|
|
- fix crash in diff acquire code
|
|
* cmdline/apt-mark:
|
|
- Fix chmoding after have renamed the extended-states file (LP: #140019)
|
|
(thanks to Laurent Bigonville)
|
|
* apt-pkg/depcache.cc:
|
|
- set "APT::Install-Recommends" to true by default (OMG!)
|
|
* debian/apt.cron.daily:
|
|
- only run the cron job if apt-get check succeeds (LP: #131719)
|
|
|
|
[ Program translations ]
|
|
- French updated
|
|
- Basque updated. Closes: #436425
|
|
- Fix the zh_CN translator's name in debian/changelog for 0.7.2
|
|
Closes: #423272
|
|
- Vietnamese updated. Closes: #440611
|
|
- Danish updated. Closes: #441102
|
|
- Thai added. Closes: #442833
|
|
- Swedish updated.
|
|
- Galician updated. Closes: #446626
|
|
|
|
[ Otavio Salvador ]
|
|
* Add hash support to copy method. Thanks Anders Kaseorg by the patch
|
|
(closes: #436055)
|
|
* Reset curl options and timestamp between downloaded files. Thanks to
|
|
Ryan Murray <rmurray@debian.org> for the patch (closes: #437150)
|
|
* Add support to apt-key to export keys to stdout. Thanks to "Dwayne
|
|
C. Litzenberger" <dlitz@dlitz.net> for the patch (closes: #441942)
|
|
* Fix compilation warnings:
|
|
- apt-pkg/indexfile.cc: conversion from string constant to 'char*';
|
|
- apt-pkg/acquire-item.cc: likewise;
|
|
- apt-pkg/cdrom.cc: '%lu' expects 'long unsigned int', but argument
|
|
has type 'size_t';
|
|
- apt-pkg/deb/dpkgpm.cc: initialization order and conversion from
|
|
string constant to 'char*';
|
|
- methods/gpgv.cc: conversion from string constant to 'char*';
|
|
- methods/ftp.cc: likewise;
|
|
- cmdline/apt-extracttemplates.cc: likewise;
|
|
- apt-pkg/deb/debmetaindex.cc: comparison with string literal results
|
|
in unspecified behaviour;
|
|
* cmdline/apt-get.cc: adds 'autoremove' as a valid comment to usage
|
|
statement of apt-get (closes: #445468).
|
|
* cmdline/apt-get.cc: really applies Julien Danjou <acid@debian.org>
|
|
patch to add 'purge' command line argument (closes: #133421).
|
|
|
|
[ Ian Jackson ]
|
|
* dpkg-triggers: Deal properly with new package states.
|
|
|
|
[ Colin Watson ]
|
|
* apt-pkg/contrib/mmap.cc:
|
|
- don't fail if msync() returns > 0
|
|
|
|
-- Michael Vogt <mvo@debian.org> Tue, 23 Oct 2007 14:58:03 +0200
|
|
|
|
apt (0.7.6) unstable; urgency=low
|
|
|
|
* Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrong
|
|
directory downloading on non-linux architectures (closes: #435597)
|
|
|
|
-- Otavio Salvador <otavio@debian.org> Wed, 01 Aug 2007 19:49:51 -0300
|
|
|
|
apt (0.7.5) unstable; urgency=low
|
|
|
|
[ Otavio Salvador ]
|
|
* Applied patch from Guillem Jover <guillem@debian.org> to use
|
|
dpkg-architecture to get the host architecture (closes: #407187)
|
|
* Applied patch from Guillem Jover <guillem@debian.org> to add
|
|
support to add lzma support (closes: #408201)
|
|
|
|
[ Michael Vogt ]
|
|
* apt-pkg/depcache.cc:
|
|
- support a list of sections for:
|
|
APT::Install-Recommends-Sections
|
|
APT::Never-MarkAuto-Sections
|
|
* methods/makefile:
|
|
- install lzma symlink method (for full lzma support)
|
|
* debian/control:
|
|
- suggest "lzma"
|
|
|
|
-- Otavio Salvador <otavio@ossystems.com.br> Wed, 25 Jul 2007 20:16:46 -0300
|
|
|
|
apt (0.7.4) unstable; urgency=low
|
|
|
|
[ Michael Vogt ]
|
|
* cmdline/apt-get.cc:
|
|
- fix in the task-install code regexp (thanks to Adam Conrad and
|
|
Colin Watson)
|
|
- support task removal too: apt-get remove taskname^
|
|
(thanks to Matt Zimmerman reporting this problem)
|
|
|
|
[ Otavio Salvador ]
|
|
* Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3)
|
|
* Fix compilation warnings:
|
|
- apt-pkg/contrib/configuration.cc: wrong argument type;
|
|
- apt-pkg/deb/dpkgpm.cc: wrong signess;
|
|
- apt-pkg-acquire-item.cc: wrong signess and orderned initializers;
|
|
- methods/https.cc:
|
|
- type conversion;
|
|
- unused variable;
|
|
- changed SetupProxy() method to void;
|
|
* Simplified HttpMethod::Fetch on http.cc removing Tail variable;
|
|
* Fix pipeline handling on http.cc (closes: #413324)
|
|
* Fix building to properly support binNMUs. Thanks to Daniel Schepler
|
|
<schepler@math.unipd.it> by the patch (closes: #359634)
|
|
* Fix example for Install-{Recommends,Suggests} options on
|
|
configure-index example file. Thanks to Peter Eisentraut
|
|
<peter_e@gmx.net> by the patch (closes: #432223)
|
|
|
|
[ Christian Perrier ]
|
|
* Basque translation update. Closes: ##423766
|
|
* Unfuzzy formerly complete translations
|
|
* French translation update
|
|
* Re-generate PO(T) files
|
|
* Spanish translation update
|
|
* Swedish translation update
|
|
|
|
-- Otavio Salvador <otavio@debian.org> Tue, 24 Jul 2007 09:55:50 -0300
|
|
|
|
apt (0.7.3) unstable; urgency=low
|
|
|
|
* fixed compile errors with g++ 4.3 (thanks to
|
|
Daniel Burrows, closes: #429378)
|
|
* fixes in the auto-mark code (thanks to Daniel
|
|
Burrows)
|
|
* fix FTBFS by changing build-depends to
|
|
libcurl4-gnutls-dev (closes: #428363)
|
|
* cmdline/apt-get.cc:
|
|
- fix InstallTask code when a pkgRecord ends
|
|
with a single '\n' (thanks to Soren Hansen for reporting)
|
|
* merged from Christian Perrier:
|
|
* vi.po: completed to 532t, again. Closes: #429899
|
|
* gl.po: completed to 532t. Closes: #429506
|
|
* vi.po: completed to 532t. Closes: #428672
|
|
* Update all PO and the POT. Gives 514t14f4u for formerly
|
|
complete translations
|
|
* fr.po: completed to 532t
|
|
* ku.po, uk.po, LINGUAS: reintegrate those translations
|
|
which disappeared from the BZR repositories
|
|
|
|
-- Michael Vogt <mvo@debian.org> Sun, 01 Jul 2007 12:31:29 +0200
|
|
|
|
apt (0.7.2-0.1) unstable; urgency=low
|
|
|
|
* Non-maintainer upload.
|
|
* Build-depend on libcurl4-gnutls-dev instead of the obsolete
|
|
libcurl3-gnutls-dev. Closes: #428363.
|
|
|
|
-- Steve Langasek <vorlon@debian.org> Thu, 28 Jun 2007 18:46:53 -0700
|
|
|
|
apt (0.7.2) unstable; urgency=low
|
|
|
|
* merged the debian/experimental changes back
|
|
into the debian/sid branch
|
|
* merged from Christian Perrier:
|
|
* mr.po: New Marathi translation Closes: #416806
|
|
* zh_CN.po: Updated by Kov Chai Closes: #416822
|
|
* tl.po: Updated by Eric Pareja Closes: #416638
|
|
* gl.po: Updated by Jacobo Tarrio
|
|
Closes: #412828
|
|
* da.po: Updated by Claus Hindsgaul
|
|
Closes: #409483
|
|
* fr.po: Remove a non-breakable space for usability
|
|
issues. Closes: #408877
|
|
* ru.po: Updated Russian translation. Closes: #405476
|
|
* *.po: Unfuzzy after upstream typo corrections
|
|
* buildlib/archtable:
|
|
- added support for sh3/sh4 (closes: #424870)
|
|
- added support for m32r (closes: #394096)
|
|
* buildlib/systemtable:
|
|
- added support for lpia
|
|
* configure.in:
|
|
- check systemtable for architecture mapping too
|
|
* fix error in AutocleanInterval, closes: #319339
|
|
(thanks to Israel G. Lugo for the patch)
|
|
* add "purge" commandline argument, closes: #133421)
|
|
(thanks to Julien Danjou for the patch)
|
|
* add "purge" commandline argument, closes: #133421)
|
|
(thanks to Julien Danjou for the patch)
|
|
* fix FTBFS with gcc 4.3, closes: #417090
|
|
(thanks to Martin Michlmayr for the patch)
|
|
* add --dsc-only option, thanks to K. Richard Pixley
|
|
* Removed the more leftover #pragma interface/implementation
|
|
closes: #306937 (thanks to Andreas Henriksson for the patch)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Wed, 06 Jun 2007 23:19:50 +0200
|
|
|
|
apt (0.7.1) experimental; urgency=low
|
|
|
|
* ABI library name change because it's built against
|
|
new glibc
|
|
* implement SourceVer() in pkgRecords
|
|
(thanks to Daniel Burrows for the patch!)
|
|
* 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:
|
|
- fix SHA1Hash() return value
|
|
* 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
|
|
* po/gl.po:
|
|
- fix error translation that causes trouble to lsb_release
|
|
* apt-pkg/acquire-item.cc:
|
|
- if decompression of a index fails, delete the index
|
|
* apt-pkg/acquire.{cc,h}:
|
|
- deal better with duplicated sources.list entries (avoid
|
|
double queuing of URLs) - this fixes hangs in bzip/gzip
|
|
* merged from Christian Perrier:
|
|
* mr.po: New Marathi translation Closes: #416806
|
|
* zh_CN.po: Updated by Eric Pareja Closes: #416822
|
|
* tl.po: Updated by Eric Pareja Closes: #416638
|
|
* gl.po: Updated |