Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-03 | Slovak translation update | bubulle@debian.org | |
2009-12-02 | * apt-pkg/packagemanager.cc: | Michael Vogt | |
- 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 * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc: - typo fix (LP: #462328) * cmdline/apt-key: - Emit a warning if removed keys keyring is missing and skip associated checks (LP: #218971) | |||
2009-12-01 | drop quote elements | bubulle@debian.org | |
2009-12-01 | Simplified CHinese translation update | bubulle@debian.org | |
2009-12-01 | doc/po: Rerun po4a to update the template and translations. | Julian Andres Klode | |
2009-12-01 | doc/po/de.po: Fix missing > in </option>. | Julian Andres Klode | |
2009-12-01 | doc/po/de.po: Fix the umlauts. | Julian Andres Klode | |
2009-12-01 | * debian/apt.conf.autoremove: | Julian Andres Klode | |
- Add kfreebsd-image-* to the list (Closes: #558803) | |||
2009-11-24 | * ftparchive/apt-ftparchive.cc: | Julian Andres Klode | |
- Call setlocale() so translations are actually used. | |||
2009-11-17 | methods/https.cc: cleanup for CURLOPT_LOW_SPEED_TIME | Michael Vogt | |
2009-11-17 | * methods/https.cc: | Michael Vogt | |
- fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972 thanks to Brian Thomason for the patch | |||
2009-11-12 | Italian translation update | bubulle@debian.org | |
2009-11-11 | Italian translation update | bubulle@debian.org | |
2009-10-31 | German translation update | bubulle@debian.org | |
2009-10-29 | * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc: | Michael Vogt | |
- typo fix (LP: #462328) | |||
2009-10-28 | German translation of manpages | bubulle@debian.org | |
2009-10-21 | German translation completed | bubulle@debian.org | |
2009-10-21 | more debug output in SmartConfigure | Michael Vogt | |
2009-10-21 | * apt-pkg/packagemanager.cc: | Michael Vogt | |
- add output about pre-depends configuring when debug::pkgPackageManager is used | |||
2009-10-19 | German translation update | bubulle@debian.org | |
2009-10-12 | methods/https.cc: Add support for authentication using netrc (Closes: #518473), | Julian Andres Klode | |
patch by Jussi Hakala <jussi.hakala@hut.fi>. | |||
2009-10-11 | Merge configuration format simplification from jak branch | Julian Andres Klode | |
2009-09-29 | * apt-pkg/packagemanager.cc: | Michael Vogt | |
- fix overly aggressive immediate config propergation (thanks to David Kalnischkies) | |||
2009-09-28 | doc/apt.conf.5.xml: Deprecate #include, we have apt.conf.d nowadays which ↵ | Julian Andres Klode | |
should be sufficient. | |||
2009-09-27 | French translation completed | bubulle@debian.org | |
2009-09-27 | Update PO files | bubulle@debian.org | |
2009-09-27 | Polish translation update | bubulle@debian.org | |
2009-09-26 | Enable Lithuanian translations | bubulle@debian.org | |
2009-09-26 | Enable Asturian translations | bubulle@debian.org | |
2009-09-26 | Fix some typos from #479997 | bubulle@debian.org | |
2009-09-26 | French translation update | bubulle@debian.org | |
2009-09-26 | Fix typo | bubulle@debian.org | |
2009-09-26 | Fix typo | bubulle@debian.org | |
2009-09-26 | doc/apt.conf.5.xml: Restrict option names to alphanumerical characters and ↵ | Julian Andres Klode | |
"/-:._+". | |||
2009-09-26 | doc/apt.conf.5.xml: Start deprecating stuff. | Julian Andres Klode | |
- Deprecate unquoted values, string concatenation and explain what should not be written inside a value (quotes,backslash). | |||
2009-09-26 | Disable hebrew on translator's request | bubulle@debian.org | |
2009-09-26 | Update files | bubulle@debian.org | |
2009-09-26 | Update POT file | bubulle@debian.org | |
2009-09-26 | French translation update | bubulle@debian.org | |
2009-09-26 | Update PO files | bubulle@debian.org | |
2009-09-26 | Fix ftp(archive(1) documentation of -o | bubulle@debian.org | |
2009-09-25 | releasing version 0.7.240.7.24 | Michael Vogt | |
2009-09-25 | merged typo fixes from david | Michael Vogt | |
2009-09-25 | fix same typos in debian/changelog and doc/apt.conf.5.xml | David Kalnischkies | |
2009-09-24 | merged from david | Michael Vogt | |
2009-09-24 | add a NEWS entry for the upcoming upload summarizing the bigger and/or | David Kalnischkies | |
user-visible changes. | |||
2009-09-24 | Ignore TriggerPendings between multiple --configure calls | David Kalnischkies | |
2009-09-24 | readd the pl-translation for the offline apt documentation for now as | David Kalnischkies | |
long as these files are not included in the po4a-powered translation work | |||
2009-09-24 | try to be cristal clear about the usage of :: and {} (Closes: #503481) | David Kalnischkies | |
See the bugreport (and merged ones) for discussion details which lead to these additions to the introduction of the apt.conf manpage. | |||
2009-09-24 | When selecting a real package instead of a virtual one, | David Kalnischkies | |
ignore versions for the same package that are not candidates. This allows us to survive repositories that contain more than one version of a package. Bugreport #547788 and patch by Marius Vollmer, thanks! |