summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-18we break the ABI, so let use increase the ABI number :)David Kalnischkies
(This is the revert of the glibc-abi-compatibility-hack)
2010-02-18* doc/apt_preferences.5.xml:David Kalnischkies
- explicitly warn against careless use (Closes: #567669)
2010-02-18* debian/control:David Kalnischkies
- update with no changes to debian policy 3.8.4
2010-02-18* aptconfiguration.cc:David Kalnischkies
- include all existing Translation files in the Cache (Closes: 564137) Previously if APT was executed with a different LC_* all these invocations needed to rebuild the Cache as too many files were included or missing: Now the lists-directory is checked for Translation-files and all these will be included in getLanguages() regardless of the environment setting (after a "none" so APT will not use them for displaying information).
2010-02-18* buildlib/apti18n.h.in, po/makefile:David Kalnischkies
- add ngettext support with P_()
2010-02-18dd support for the LANGUAGE environment variableDavid Kalnischkies
2010-02-18 - add --arch option for apt-ftparchive packages and contents commandsDavid Kalnischkies
- if an arch is given accept only *_all.deb and *_arch.deb instead of *.deb. Thanks Stephan Bosch for the patch! (Closes: #319710)
2010-02-18* apt-pkg/deb/dpkgpm.cc:David Kalnischkies
- stdin redirected to /dev/null takes all CPU (Closes: #569488) Thanks to Aurelien Jarno for providing (again) a patch!
2010-02-13merge with debian-sidDavid Kalnischkies
2010-02-07fix progress reporting while reading extended_states fileDavid Kalnischkies
2010-02-03Slovak translation updatebubulle@debian.org
2010-02-01releasing version 0.7.25.30.7.25.3Michael Vogt
2010-01-31merge r1966..1967 from lp:~donkult/apt/sidMichael Vogt
2010-01-31* cmdline/acqprogress.cc:Michael Vogt
- 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)
2010-01-31commit debian/changelog for final 0.7.25.2 uploadMichael Vogt
2010-01-31* cmdline/apt-get.cc:David Kalnischkies
- don't mark as manually if in download only (Closes: #468180)
2010-01-30* ftparchive/writer.cc:David Kalnischkies
- generate sha1 and sha256 checksums for dsc (Closes: #567343)
2010-01-30* cmdline/acqprogress.cc:David Kalnischkies
- Set Mode to Medium so that the correct prefix is used. Thanks Stefan Haller for the patch! (Closes: #567304 LP: #275243)
2010-01-30cleanup the error header a bit by moving the printf-macros outDavid Kalnischkies
and remove the using std::string
2010-01-30* apt-pkg/contrib/macros.h:David Kalnischkies
- move the header system.h with a new name to the public domain, to be able to use it in other headers (Closes: #567662)
2010-01-29First French updatebubulle@debian.org
2010-01-29French translation updatebubulle@debian.org
2010-01-29Italian translation updatebubulle@debian.org
2010-01-27merged from lp:~mvo/apt/mvoMichael Vogt
2010-01-27merge 1695..1701 from the lp:~mvo/apt/mvo branchMichael Vogt
2010-01-26add new "Acquire::cdrom::AutoDetect" config that enables/disablesMichael Vogt
the dlopen of libudev for automatic cdrom detection. Off by default currently, feedback/testing welcome
2010-01-25* ftparchive/writer.{cc,h}:Michael Vogt
- merge crash fix for apt-ftparchive on hurd, thanks to Samuel Thibault for the patch (closes: #566664)
2010-01-25* cmdline/apt-mark:Michael Vogt
- merge fix from Gene Cash that supports markauto for packages that are not in the extended_states file yet (closes: #534920)
2010-01-25methods/cdrom.cc: fix compile errorMichael Vogt
2010-01-23* apt-pkg/contrib/fileutl.cc:Michael Vogt
- 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)
2010-01-22* methods/cdrom.cc:Michael Vogt
- fixes in multi cdrom setup code
2010-01-22* apt-pkg/contrib/cdromutl.cc:Michael Vogt
- fix UnmountCdrom() fails, give it a bit more time and try the umount again
2010-01-22mark the Error methods as __coldDavid Kalnischkies
2010-01-22add a few gcc helpers, including [un]likely() and __deprecatedDavid Kalnischkies
2010-01-20* apt-pkg/contrib/strutl.cc:David Kalnischkies
- fix malloc asseration fail with ja_JP.eucJP locale in apt-cache search. Thanks Kusanagi Kouichi! (Closes: #548884)
2010-01-20replace the per language addendum with a global addendum andDavid Kalnischkies
add a explanation why translations include (maybe) english parts to this new global addendum (Closes: #561636)
2010-01-19* apt-pkg/deb/dpkgpm.cc:David Kalnischkies
- don't segfault if term.log file can't be opened. Thanks Sam Brightman for the patch! (Closes: #475770)
2010-01-17merge with lp:~mvo/apt/apt-sid to get the complete frDavid Kalnischkies
2010-01-17Missing \nbubulle@debian.org
2010-01-16Fix the newly introduced method GetListOfFilesInDir to not accept everyDavid Kalnischkies
file if no extension is enforced (= restore old behaviour). (Closes: #565213) This commit includes also: * 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 And a lovely test application of course.
2010-01-16Completed translationbubulle@debian.org
2010-01-14French translation update (17 left)bubulle@debian.org
2010-01-13correct a spelling error spotted by lintian in the debian/NEWS file:David Kalnischkies
W: spelling-error-in-news-debian: informations -> information
2010-01-13merge with lp:~mvo/apt/debian-sid to get 0.7.25.1 and my changes backDavid Kalnischkies
2010-01-11releasing version 0.7.25.10.7.25.1Michael Vogt
2010-01-09* apt-pkg/deb/debindexfile.cc, apt-pkg/pkgcachegen.cc:Michael Vogt
- add debug option Debug::pkgCacheGen - merge fix for apt-get source pkg=version regression (closes: #561971)
2010-01-09Update PO filesbubulle@debian.org
2010-01-09Russian translation updatebubulle@debian.org
2010-01-08fix merge errorMichael Vogt
2010-01-08* po/ru.po:Michael Vogt
- merged updated ru.po, thanks to Yuri Kozlov (closes: #564171)