summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2009-08-27merged from lp:~donkult/apt/sidMichael Vogt
2009-08-19merged from the jackyf-devel branchMichael Vogt
2009-08-09[cmdline/apt-get.cc] check for availability ofstatfs.f_typeDavid Kalnischkies
Patch from Robert Millan, thanks! (Closes: #509313)
2009-08-03Set version to 0.7.22.1.Julian Andres Klode
2009-04-16releasing version 0.7.210.7.21Michael Vogt
2009-02-08merge the 0.7.20.2 uploadMichael Vogt
2009-02-08fix changlogMichael Vogt
2008-12-15Make apt proxy options have the highest priority, unified proxy determining ↵Eugene V. Lyubimkin
code.
2008-12-02make "apt-get build-dep" installed packages marked automaticMichael Vogt
by default. This can be changed by setting the value of APT::Get::Build-Dep-Automatic to false (thanks to Aaron Haviland, closes: #44874, LP: #248268)
2008-11-07* doc/examples/configure-index:Michael Vogt
- 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)
2008-11-05* Fix typos:Michael Vogt
- 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)
2008-10-10doc/apt-cache.8.xml: add missing <citerefentry>Michael Vogt
2008-10-07Upload to unstableMichael Vogt
2008-10-01fix typo *sigh*Michael Vogt
2008-09-16upload as 0.7.15~exp1egon
2008-09-16* debian/changelog:egon
- upload to experimental to give the releases managers something to check out * doc/makesfile: - merged from the apt--mvo branch
2008-05-02Add missing build-depends. Closes #478231Otavio Salvador
2008-02-16* Fix regression about APT::Get::List-Cleanup setting being ignored,Otavio Salvador
closes: #466052.
2007-11-28* debian/rulesMichael Vogt
- fix https install location
2007-10-31releasing version 0.7.9Otavio Salvador
2007-10-29* Fix configure script to check for CURL library and headers presense.Otavio Salvador
2007-10-25Sorry but it fail on tests so it will not be uploadedOtavio Salvador
2007-09-19Thai translation addedbubulle@debian.org
2007-08-28* apt-pkg/pkgcachegen.cc:Michael Vogt
- increase default mmap size * tests/local-repo: - added local repository testcase
2007-08-03* apt-inst/contrib/extracttar.cc:Michael Vogt
- fix fd leak for zero size files (thanks to Bill Broadley for reporting this bug) * apt-pkg/acquire-item.cc: - remove zero size files on I-M-S hit * methods/https.cc: - only send LastModified if we actually have one - send range request with if-range - delete failed downloads * apt-pkg/deb/dpkgpm.{cc,h}: - merged dpkg-log branch, this lets you specify a Dir::Log::Terminal file to log dpkg output to (ABI break) * merged apt--sha256 branch to fully support the new sha256 checksums in the Packages and Release files (ABI break) * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrong directory downloading on non-linux architectures (closes: #435597)
2007-08-01* Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrongOtavio Salvador
directory downloading on non-linux architectures (closes: #435597)
2007-07-30* methods/makefile:Michael Vogt
- install lzma symlink method (for full lzma support) * debian/control: - suggest "lzma"
2007-07-25* Applied patch from Guillem Jover <guillem.jover@nokia.com> to useOtavio Salvador
dpkg-architecture to get the host architecture (closes: #407187)
2007-07-12 - fix in the task-install code regexp (thanks to Adam Conrad andMichael Vogt
Colin Watson)
2007-07-01* Non-maintainer upload.Michael Vogt
* Build-depend on libcurl4-gnutls-dev instead of the obsolete libcurl3-gnutls-dev. Closes: #428363.
2007-06-06* merged the debian/experimental changes backMichael Vogt
into the debian/sid branch * merged from Christian Perrier: * mr.po: New Marathi translation Closes: #416806 * zh_CN.po: Updated by Eric Pareja Closes: #416822 * tl.po: Updated by Eric Pareja Closes: #416638 * gl.po: Updated by Jacobo Tarrio * da.po: Updated by Claus Hindsgaul * fr.po: Remove a non-breakable space for usability * ru.po: Updated Russian translation. Closes: #405476 * *.po: Unfuzzy after upstream typo corrections * buildlib/archtable: - added support for sh3/sh4 (closes: #424870) - added support for m32r (closes: #394096) * buildlib/systemtable: - added support for lpia * configure.in: - check systemtable for architecture mapping too * Package that contains tall the new features * Removed all #pragma interface/implementation * Branch that contains tall the new features: * translated package descriptions * task install support * automatic dependency removal (thanks to Daniel Burrows) * merged support for the new dpkg "Breaks" field (thanks to Ian Jackson) * handle network failures more gracefully on "update" * support for unattended-upgrades (via unattended-upgrades package) * added apt-transport-https method * merged "install-recommends" branch (ABI break): - new "--install-recommends" - install new recommends on "upgrade" if --install-recommends is given - new "--fix-policy" option to install all packages with unmet important dependencies (usefull with --install-recommends to see what not-installed recommends are on the system) - fix of recommended packages display (only show CandidateVersion fix or-group handling) * merged "install-task" branch (use with "apt-get install taskname^") * Applied patch from Daniel Schepler to make apt bin-NMU able. * eu.po: Updated * fix apt-get dist-upgrade * fix warning if no /var/lib/apt/extended_states is present * don't download Translations for deb-src sources.list lines * apt-pkg/tagfile.cc: - support not-mmapable files again * added support for i18n of the package descriptions * added support for aptitude like auto-install tracking (a HUGE HUGE thanks to Daniel Burrows who made this possible) * synced with the http://people.debian.org/~mvo/bzr/apt/debian-sid branch * build from http://people.debian.org/~mvo/bzr/apt/debian-experimental * apt-pkg/depcache.cc: - added Debug::pkgDepCache::AutoInstall (thanks to infinity) * apt-pkg/acquire-item.cc: - fix missing chmod() in the new aquire code (thanks to Bastian Blank, Closes: #367425) * merged from http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main: * sk.po: Completed to 512t * eu.po: Completed to 512t * fr.po: Completed to 512t * sv.po: Completed to 512t * Update all PO and the POT. Gives 506t6f for formerly complete translations * Fix a incorrect example in the man-page (closes: #282918)
2007-06-06* buildlib/systemtable, configure.in:Michael Vogt
added new buildlib/systemtable to map complette canonical system type to apt architecture and add support for lpia
2007-05-02* merged with the apt--mvo branchMichael Vogt
2007-05-02* fix version number and changelogMichael Vogt
2007-01-29Merge with Michaelbubulle@debian.org
Remove a non breakable space in the Frenc translation. Closes: #408877
2006-12-19* apt-pkg/deb/debrecords.cc:Michael Vogt
- return the correct SHA1Hash() * methods/http.cc: - send VERSION of apt in the User-Agent string
2006-12-14* merged with apt--debian-sidMichael Vogt
2006-12-14* merged with apt--debian-sidMichael Vogt
2006-12-14* finalized changelogMichael Vogt
2006-12-11Merke with Michaelbubulle@debian.org
Update Ukrainian translation Activate Ukrainian. Closes: #396966
2006-12-07* merged NMU from abaMichael Vogt
2006-10-30* changelog updatedMichael Vogt
2006-10-30* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- fix segfault if dpkg sends multiline error messages
2006-10-02* merged from apt--mvoMichael Vogt
2006-10-02* merged with unstable, prepared uploadMichael Vogt
2006-09-17Resync with Michael Vogtbubulle@debian.org
2006-09-17Add Kurdish translation. Closes: #387766bubulle@debian.org
2006-09-16* reverted otavios patch again because it breaks the following behaviour:Michael Vogt
A depends on X|Y B depends on Y With the old code we get: "apt-get install A B": we get "A B X Y" "apt-get install B A": we get "A B Y" With the new code there is no way to get this right and we always end up with "A B X Y" because we just go over the packages in the order that they are in the cache and run MarkInstall(AutoInstall=true) on them then. When A comes before B we always end up with the unneeded X dependency.
2006-09-16* cmdline/apt-get.cc:Michael Vogt
- merged patch from otavio to make the order of package selections less important
2006-09-15* apt-pkg/tagfile.cc:Michael Vogt
- applied patch from jvw to make the tag key stuff case-insensitive