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.
6250 lines
256 KiB
6250 lines
256 KiB
apt (0.8.16~exp14) UNRELEASED; urgency=low
|
|
|
|
[ Michael Vogt ]
|
|
* apt-pkg/packagemanager.cc:
|
|
- fix inconsistent clog/cout usage in the debug output
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/packagemanager.cc:
|
|
- recheck all dependencies if we changed a package in SmartConfigure
|
|
as this could break an earlier dependency (LP: #940396)
|
|
- recheck dependencies in SmartUnpack after a change, too
|
|
* apt-pkg/acquire-worker.cc:
|
|
- check return of write() as gcc recommends
|
|
* apt-pkg/acquire.cc:
|
|
- check return of write() as gcc recommends
|
|
* apt-pkg/cdrom.cc:
|
|
- check return of chdir() and link() as gcc recommends
|
|
* apt-pkg/clean.cc:
|
|
- check return of chdir() as gcc recommends
|
|
* apt-pkg/contrib/netrc.cc:
|
|
- check return of asprintf() as gcc recommends
|
|
|
|
-- David Kalnischkies <kalnischkies@gmail.com> Tue, 20 Mar 2012 17:00:14 +0100
|
|
|
|
apt (0.8.16~exp13) experimental; urgency=low
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/acquire-item.cc:
|
|
- remove 'old' InRelease file if we can't get a new one before
|
|
proceeding with Release.gpg to avoid the false impression of a still
|
|
trusted repository by a (still present) old InRelease file.
|
|
Thanks to Simon Ruderich for reporting this issue! (CVE-2012-0214)
|
|
- add Debug::pkgAcqArchive::NoQueue to disable package downloading
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- chroot if needed before dpkg --assert-multi-arch
|
|
- ensure that dpkg binary doesn't have the chroot-directory prefixed
|
|
- call dpkg --assert-multi-arch with execvp instead of execv
|
|
- save the universe by not printing messages about apport if a package
|
|
with this name is not installed (Closes: #619646)
|
|
- handle a SIGINT in all modes as a break after the currently running
|
|
dpkg transaction instead of ignoring it completely
|
|
* apt-pkg/depcache.cc:
|
|
- if a M-A:same package is marked for reinstall, mark all it's installed
|
|
silbings for reinstallation as well (LP: #859188)
|
|
* apt-pkg/contrib/configuration.cc:
|
|
- do not stop parent transversal in FindDir if the value is empty
|
|
* methods/http{s,}.cc:
|
|
- if a file without an extension is requested send an 'Accept: text/*'
|
|
header to avoid that the server chooses unsupported compressed files
|
|
in a content-negotation attempt (Closes: #657560)
|
|
- remove the arbitrary MAXLEN limit for response lines (Closes: #658346)
|
|
* apt-pkg/aptconfiguration.cc:
|
|
- chroot if needed before calling dpkg --print-foreign-architectures
|
|
- ensure that architectures are not added multiple times
|
|
* cmdline/apt-mark.cc:
|
|
- detect if dpkg has multiarch support before calling --set-selections
|
|
- correctly ignore already (un)hold packages
|
|
* apt-pkg/cachefile.cc:
|
|
- clean up lost atomic cachefiles with 'clean' (Closes: #650513)
|
|
* apt-pkg/indexrecords.cc:
|
|
- do not create empty Entries as a sideeffect of Lookup()
|
|
* apt-pkg/acquire-item.cc:
|
|
- drop support for i18n/Index file (introduced in 0.8.11) and use
|
|
the Release file instead to get the Translations (Closes: #649314)
|
|
- use pdiff for Translation-* files if available (Closes: #657902)
|
|
* ftparchive/writer.cc:
|
|
- add 'Translation-*' to the default patterns
|
|
* cmdline/apt-get.cc:
|
|
- if a package can't be removed as it is not installed, suggest to
|
|
the user an (installed) multiarch silbing with 'Did you mean?'
|
|
- improve 'error' message for packages which are only referenced
|
|
e.g. in a Depends line and are now requested for removal
|
|
* cmdline/apt-cache.cc:
|
|
- correct --pre-depends option by using dash consistently (LP: #940837)
|
|
* apt-pkg/packagemanager.cc:
|
|
- do not try to a void a breaks if the broken package pre-depends
|
|
on the breaker, but let dpkg auto-deconfigure it
|
|
* apt-pkg/contrib/fileutl.cc:
|
|
- do not warn about the ignoring of directories (Closes: #662762)
|
|
|
|
[ Steve Langasek ]
|
|
* cmdline/apt-get.cc:
|
|
- for cross-build-dependencies M-A: none should be DEB_HOST_ARCH,
|
|
not DEB_BUILD_ARCH (Closes: #646288)
|
|
|
|
[ Colin Watson ]
|
|
* apt-pkg/algorithms.cc:
|
|
- don't break out of the main-resolver loop for Breaks to deal with all
|
|
of them in a single iteration (Closes: #657695, LP: #922485)
|
|
- use a signed int instead of short for score calculation as upgrades
|
|
become so big now that it can overflow (Closes: #657732, LP: #917173)
|
|
* Fix IndexCopy::CopyPackages and TranslationsCopy::CopyTranslations to
|
|
handle compressed files again (LP: #924182, closes: #658096)
|
|
|
|
[ Michael Vogt ]
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- fix crash when a package is in removed but residual config state
|
|
(LP: #923807)
|
|
* apt-pkg/contrib/fileutl.h:
|
|
- fix compat with FileFd::OpenDescriptor() in ReadOnlyGzip mode
|
|
* apt-pkg/packagemanager.cc:
|
|
- fix bug in predepends handling - ensure that packages that needs
|
|
unpackaging are unpacked before they are configured (LP: #927993)
|
|
|
|
[ Julian Andres Klode ]
|
|
* apt-pkg/deb/deblistparser.cc:
|
|
- Set the Essential flag on APT instead of only Important
|
|
* apt-pkg/packagemanager.cc:
|
|
- Do not use immediate configuration for packages with the Important flag
|
|
* Treat the Important flag like the Essential flag with those differences:
|
|
- No Immediate configuration (see above)
|
|
- Not automatically installed during dist-upgrade
|
|
- No higher score for installation ordering
|
|
|
|
-- Michael Vogt <mvo@debian.org> Tue, 06 Mar 2012 18:12:57 +0100
|
|
|
|
apt (0.8.16~exp12) experimental; urgency=low
|
|
|
|
[ Michael Vogt ]
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- fix segfault on pkg removal
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/cacheiterators.h:
|
|
- return the correct version arch for all+foreign, too
|
|
* apt-pkg/packagemanager.cc:
|
|
- ignore breaks on not-installed versions while searching for
|
|
breakage loops as we don't have to avoid them
|
|
* debian/control:
|
|
- remove APT from the short descriptions as lintian doesn't like it
|
|
and it doesn't transport any information for a reader anyway
|
|
- apply typofixes by Pascal De Vuyst, thanks! (Closes: #652834, #652835)
|
|
* debian/rules:
|
|
- apply patch to enable usage of hardning CPPFLAGS and LDFLAGS by
|
|
Moritz Muehlenhoff, thanks! (Closes: #653504)
|
|
* methods/https.cc:
|
|
- use curls list append instead of appending Range and If-Range by hand
|
|
which generates malformed requests, thanks Mel Collins for the hint!
|
|
(Closes: #646381)
|
|
* test/libapt/run-tests:
|
|
- hurd doesn't have dmesg yet and we don't really need it either,
|
|
so use with $0 a more stable data source for hashsumming
|
|
|
|
[ Pino Toscano ]
|
|
* test/libapt/globalerror_test.cc:
|
|
- errno 0 has a different strerror on hurd, so generate the expected
|
|
message dynamically instead of hardcoding 'Success' (Closes: #656530)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Tue, 24 Jan 2012 12:24:38 +0100
|
|
|
|
apt (0.8.16~exp11) experimental; urgency=low
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- redirect out/input of dpkg --assert-multi-arch to /dev/null
|
|
- if multi-arch is detected ensure that pkg:all is reported as pkg:all
|
|
|
|
-- Michael Vogt <mvo@debian.org> Thu, 19 Jan 2012 13:48:18 +0100
|
|
|
|
apt (0.8.16~exp10) experimental; urgency=low
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/depcache.cc:
|
|
- implicit conflicts (for multiarch) are supposed to conflict
|
|
only with real packages, not with virtual providers
|
|
* apt-pkg/pkgcache.cc:
|
|
- ignore implicit conflicts on providers in AllTarget, too
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- check if dpkg supports multiarch with --assert-multi-arch
|
|
and if it does be always explicit about the architecture
|
|
* apt-pkg/contrib/fileutl.h:
|
|
- store the offset in the internal fd before calculate size of
|
|
the zlib-handled file to jump back to this place again
|
|
|
|
[ Michael Vogt ]
|
|
* apt-pkg/contrib/fileutl.h:
|
|
- fix segfault triggered by the python-apt testsuite
|
|
|
|
-- Michael Vogt <mvo@debian.org> Wed, 18 Jan 2012 12:52:26 +0100
|
|
|
|
apt (0.8.16~exp9) experimental; urgency=low
|
|
|
|
[ Julian Andres Klode ]
|
|
* apt-pkg/cdrom.cc:
|
|
- Accept .bz2, .xz files in addition to .gz files (Closes: #649451)
|
|
|
|
[ Michael Vogt ]
|
|
* apt-pkg/cdrom.cc:
|
|
- use aptconfiguration to get the supported compression types
|
|
* debian/control:
|
|
- bump debhelper build-dep to debhelper (>= 8.1.3~)
|
|
- set libapt-pkg-dev to multi-arch: same too
|
|
* g++ 4.7 fixes
|
|
|
|
[ Colin Watson ]
|
|
* Convert libapt-pkg4.12 and libapt-inst1.4 to Multi-Arch: same.
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/cacheset.cc:
|
|
- make the cachesets real containers which can embedding any container
|
|
to be able to use the same interface regardless of set or list usage
|
|
- provide a {Package,Version}List similar to {Package,Version}Set
|
|
* cmdline/apt-{get,cache,mark}.cc:
|
|
- use Lists instead of Sets if input order should be preserved for
|
|
commands accepting lists of packages, e.g. policy (Closes: #625960)
|
|
* apt-pkg/depcache.cc:
|
|
- prefer native providers over foreigns even if the chain is foreign
|
|
* cmdline/apt-get.cc:
|
|
- ignore foreign architectures if we check if a provides has only one
|
|
resolver as it's basically the same for the user, so no need to choose
|
|
* cmdline/apt-config.cc:
|
|
- dump the APT::Compressor settings correctly and completely
|
|
* apt-pkg/contrib/fileutl.{h,cc}:
|
|
- implement a ModificationTime method for FileFd
|
|
- add a ReadLine method
|
|
- drop the explicit export of gz-compression handling
|
|
* apt-pkg/cdrom.cc:
|
|
- support InRelease files on cdrom
|
|
|
|
-- Michael Vogt <mvo@debian.org> Thu, 05 Jan 2012 20:26:31 +0100
|
|
|
|
apt (0.8.16~exp8) experimental; urgency=low
|
|
|
|
[ David Kalnischkies ]
|
|
* algorithms.cc:
|
|
- show a debug why a package was kept by ResolveByKeep()
|
|
* apt-pkg/packagemanager.cc:
|
|
- do not fail on unpacked packages in SmartUnPack, just don't
|
|
shedule them for unpack, but do all checks and configure them
|
|
- do not enter an endless loop for (essential) pre-dependency loops
|
|
* apt-pkg/contrib/sha2_internal.cc:
|
|
- use a pointer-union to peace gcc strict-aliasing warning
|
|
* apt-pkg/deb/deblistparser.cc:
|
|
- M-A: foreign packages provide for other archs, too
|
|
|
|
-- David Kalnischkies <kalnischkies@gmail.com> Thu, 03 Nov 2011 09:40:29 -0500
|
|
|
|
apt (0.8.16~exp7) experimental; urgency=low
|
|
|
|
[ David Kalnischkies ]
|
|
* do not pollute namespace in the headers with using (Closes: #500198)
|
|
* use forward declaration in headers if possible instead of includes
|
|
* remove old APT_COMPATIBILITY ifdef's
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- use std::vector instead of fixed size arrays to store args and
|
|
multiarch-packagename strings
|
|
- load the dpkg base arguments only one time and reuse them later
|
|
* cmdline/apt-get.cc:
|
|
- follow Provides in the evaluation of saving candidates, too, for
|
|
statisfying garbage package dependencies (Closes: #640590)
|
|
* apt-pkg/algorithms.cc:
|
|
- if a package is garbage, don't try to save it with FixByInstall
|
|
* apt-pkg/deb/debsrcrecords.cc:
|
|
- remove the limit of 400 Binaries for a source package (Closes: #622110)
|
|
* apt-pkg/deb/deblistparser.cc:
|
|
- fix crash when the dynamic mmap needs to be grown in
|
|
LoadReleaseInfo (LP: #854090)
|
|
* apt-pkg/deb/debmetaindex.cc:
|
|
- none is a separator, not a language: no need for Index (Closes: #624218)
|
|
* apt-pkg/aptconfiguration.cc:
|
|
- do not builtin languages only if none is forced (Closes: #643787)
|
|
* apt-pkg/pkgcachegen.cc:
|
|
- refactor MergeList by creating -Group, -Package and -Version specialist
|
|
- share description list between "same" versions (LP: #868977)
|
|
This also means that descriptions are shared across archives now.
|
|
- add implicit dependencies needed for Multi-Arch at the time a Version
|
|
struct is created and not at the end of the cache generation
|
|
* apt-pkg/pkgcache.cc:
|
|
- always prefer "en" over "" for "en"-language regardless of cache-order
|
|
|
|
[ Michael Vogt ]
|
|
* apt-pkg/contrib/configuration.cc:
|
|
- fix double delete (LP: #848907)
|
|
- ignore only the invalid regexp instead of all options
|
|
* apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc:
|
|
- fix fetching language information by adding OptionalSubIndexTarget
|
|
* methods/https.cc:
|
|
- cleanup broken downloads properly
|
|
|
|
[ Colin Watson ]
|
|
* ftparchive/cachedb.cc:
|
|
- fix buffersize in bytes2hex
|
|
|
|
-- Michael Vogt <mvo@debian.org> Fri, 14 Oct 2011 13:51:35 +0200
|
|
|
|
apt (0.8.16~exp6) experimental; urgency=low
|
|
|
|
[ Christopher Baines ]
|
|
* enable APT in unpack/configure ordering to handle loops as well
|
|
as tight dependencies between immediate packages better
|
|
enabling also the possibility to mark all packages as immediate
|
|
(at least Closes: #353290, #540227, #559733, #621836, #639290)
|
|
|
|
[ David Kalnischkies ]
|
|
* [abi-break] Support large files in the complete toolset. Indexes of this
|
|
size are pretty unlikely for now, but we need it for deb
|
|
packages which could become bigger than 4GB now (LP: #815895)
|
|
* merged the debian-sid branch
|
|
|
|
[ Michael Vogt ]
|
|
* bump ABI version
|
|
|
|
-- Michael Vogt <mvo@debian.org> Wed, 14 Sep 2011 21:06:51 +0200
|
|
|
|
apt (0.8.16~exp5) experimental; urgency=low
|
|
|
|
* merged the latest debian-sid fixes
|
|
* 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
|
|
* methods/mirror.cc:
|
|
- include the architecture(s) in the query string as well so
|
|
that the server can make better decisions
|
|
|
|
-- Michael Vogt <mvo@debian.org> Mon, 15 Aug 2011 14:52:54 +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.10) UNRELEASEDunstable; urgency=low
|
|
|
|
[ David Kalnischkies ]
|
|
* algorithms.cc:
|
|
- show a debug why a package was kept by ResolveByKeep()
|
|
* doc/manpage-style.xml:
|
|
- put <brackets> around email addresses
|
|
* apt-pkg/aptconfiguration.cc:
|
|
- parse dpkg --print-foreign-architectures correctly in
|
|
case archs are separated by newline instead of space, too.
|
|
(Closes: #655590)
|
|
* doc/po/de.po:
|
|
- apply typo-fix from Michael Basse, thanks! (LP: #900770)
|
|
|
|
[ Chris Leick ]
|
|
* German manpage translation update
|
|
* doc/*.xml:
|
|
- find and fix a bunch of misspellings
|
|
|
|
[ Program translation updates ]
|
|
* Dutch (Jeroen Schot). Closes: #652230
|
|
* Slovak (Ivan Masar). Closes: #652985
|
|
* Russian (Yuri Kozlov). Closes: #654844
|
|
* Hungarian (Gabor Kelemen). Closes: #655238
|
|
|
|
-- David Kalnischkies <kalnischkies@gmail.com> Fri, 13 Jan 2012 17:30:36 +0100
|
|
|
|
apt (0.8.15.9) unstable; urgency=low
|
|
|
|
[ David Kalnischkies ]
|
|
* Symbol file update
|
|
* doc/apt-get.8.xml:
|
|
- change wording of autoremove description as suggested
|
|
by Robert Simmons, thanks! (Closes: #641490)
|
|
* apt-pkg/deb/dpkgpm.cc:
|
|
- use std::vector instead of fixed size arrays to store args and
|
|
multiarch-packagename strings
|
|
- load the dpkg base arguments only one time and reuse them later
|
|
* cmdline/apt-get.cc:
|
|
- follow Provides in the evaluation of saving candidates, too, for
|
|
statisfying garbage package dependencies (Closes: #640590)
|
|
* apt-pkg/algorithms.cc:
|
|
- if a package is garbage, don't try to save it with FixByInstall
|
|
* apt-pkg/init.cc:
|
|
- silently ignore *.orig and *.save files by default
|
|
* apt-pkg/policy.cc:
|
|
- accept generic release pin expressions again in -t (Closes: #644166)
|
|
* apt-pkg/deb/debmetaindex.cc:
|
|
- none is a separator, not a language: no need for Index (Closes: #624218)
|
|
* apt-pkg/aptconfiguration.cc:
|
|
- do not builtin languages only if none is forced (Closes: #643787)
|
|
* doc/apt.conf.5.xml:
|
|
- apply spelling fix by Kevin Lyda, thanks! (Closes: #644104)
|
|
|
|
[ Christian Perrier ]
|
|
* Fix spelling error (sensée) in French translation. Thanks
|
|
to Corentin Le Gall for spotting it.
|
|
|
|
[ Colin Watson ]
|
|
* ftparchive/cachedb.cc:
|
|
- fix buffersize in bytes2hex
|
|
|
|
[ Michael Vogt ]
|
|
* ftparchive/cachedb.cc:
|
|
- make buffer fully dynamic (thanks to Colin Watson)
|
|
|
|
-- Michael Vogt <mvo@debian.org> Fri, 14 Oct 2011 12:00:09 +0200
|
|
|
|
apt (0.8.15.8) unstable; urgency=low
|
|
|
|
[ David Kalnischkies ]
|
|
* cmdline/apt-get.cc:
|
|
- output list of virtual package providers to c1out in -q=1
|
|
instead of /dev/null to unbreak sbuild (LP: #816155)
|
|
|
|
[ Michael Vogt ]
|
|
* apt-pkg/contrib/configuration.cc:
|
|
- fix double delete (LP: #848907)
|
|
- ignore only the invalid regexp instead of all options
|
|
|
|
-- Michael Vogt <mvo@debian.org> Wed, 14 Sep 2011 12:08:25 +0200
|
|
|
|
apt (0.8.15.7) unstable; urgency=low
|
|
|
|
[ David Kalnischkies ]
|
|
* apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc:
|
|
- ignore "self"-conflicts for all architectures of a package
|
|
instead of just for the architecture of the package look at
|
|
in the ordering of installations, too (LP: #802901)
|
|
- M-A:same lockstep unpack should operate on installed
|
|
packages first (LP: #835625)
|
|
* test/*
|
|
- reorganize the various testcases and helper we have and
|
|
integrate them better into the buildsystem
|
|
- run the test/libapt testcases at package build-time
|
|
* debian/apt.symbols:
|
|
- add the newly added symbols since 0.8.15.3
|
|
* cmdline/apt-get.cc:
|
|
- remove the binary caches in 'apt-get clean' as it is the first
|
|
thing recommend by many supporters in case of APT segfaults
|
|
- remove the caches in 'apt-get update', too, as they will be
|
|
invalid in most cases anyway
|
|
* apt-pkg/acquire-item.cc:
|
|
- if no Release.gpg file is found try to verify with hashes,
|
|
but do not fail if a hash can't be found
|
|
* apt-pkg/acquire.cc:
|
|
- non-existing directories are by definition clean
|
|
* cmdline/apt-key:
|
|
- if command is 'add' do not error out if the specified
|
|
keyring doesn't exist, it will be created by gpg
|
|
* apt-pkg/orderlist.cc:
|
|
- prefer visiting packages marked for deletion in VisitProvides
|
|
if we are operating on a negative dependency so that we can
|
|
deal early with the fallout of this remove
|
|
* apt-pkg/indexrecords.cc:
|
|
- fix Acquire::Max-ValidTime option by interpreting it really
|
|
as seconds as specified in the manpage and not as days
|
|
- add an Acquire::Min-ValidTime option (Closes: #640122)
|
|
* doc/apt.conf.5.xml:
|
|
- reword Acquire::Max-ValidTime documentation to make clear
|
|
that it doesn't provide the new Min-ValidTime functionality
|
|
|
|
-- Michael Vogt <mvo@debian.org> Mon, 12 Sep 2011 16:38:46 +0200
|
|
|
|
apt (0.8.15.6) unstable; urgency=low
|
|
|
|
[ Michael Vogt ]
|
|
* 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
|
|
|
|
[ David Kalnischkies ]
|
|
* lots of cppcheck fixes
|
|
|
|
-- Michael Vogt <mvo@debian.org> Mon, 15 Aug 2011 09:20:35 +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
|
|