Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-29 | Korean (Changwoo Ryu). Closes: #594809 | bubulle@debian.org | |
2010-08-28 | Portuguese (Miguel Figueiredo). Closes: #594668 | bubulle@debian.org | |
2010-08-28 | Corrected Bulgarian translation | bubulle@debian.org | |
2010-08-27 | Updated Italian translation | bubulle@debian.org | |
2010-08-27 | Bulgarian (Damyan Ivanov). Closes: #594627 | bubulle@debian.org | |
2010-08-27 | * Simplified Chinese (Aron Xu). Closes: #594458 | bubulle@debian.org | |
* Portuguese (Américo Monteiro) | |||
2010-08-25 | show in madison command again also source packages (LP: #614589) | Michael Vogt | |
2010-08-25 | show in madison command again also source packages (LP: #614589) | David Kalnischkies | |
2010-08-25 | Asturian (maacub). Closes: #594303 | bubulle@debian.org | |
2010-08-25 | Italian (Milo Casagrande). Closes: #594238 | bubulle@debian.org | |
2010-08-25 | Japanese (Kenshi Muto, Osamu Aoki). Closes: #594265 | bubulle@debian.org | |
2010-08-25 | Swedish (Daniel Nylander). Closes: #594241 | bubulle@debian.org | |
2010-08-25 | Slovak (Ivan Masár). Closes: #594255 | bubulle@debian.org | |
2010-08-25 | Move typo fix to 0.8.1 entry | bubulle@debian.org | |
2010-08-25 | Fix from Florentin Duneau review | bubulle@debian.org | |
2010-08-25 | Open new changelog entry. Move Thai and Russian translations there | bubulle@debian.org | |
2010-08-24 | po/LINGUAS: remove en_GB | Michael Vogt | |
2010-08-24 | configure.in: drop en_GB from configure.in now that it got deleted from po/ | Michael Vogt | |
2010-08-24 | Drop en_GB translation as per request of Neil Williams | bubulle@debian.org | |
2010-08-24 | Russian (Yuri Kozlov). Closes: #594232 | bubulle@debian.org | |
2010-08-24 | Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aoki | bubulle@debian.org | |
Closes: #594211 | |||
2010-08-24 | Thai translation completed | bubulle@debian.org | |
2010-08-24 | French translation completed | bubulle@debian.org | |
2010-08-24 | merged from debian-experimental-ma0.8.0 | Michael Vogt | |
2010-08-23 | Update PO(T) files | bubulle@debian.org | |
2010-08-23 | French manpages translation update | bubulle@debian.org | |
2010-08-23 | Update PO(T) files | bubulle@debian.org | |
2010-08-23 | releasing version 0.8.0~pre2 | Michael Vogt | |
2010-08-23 | merged from lp:~donkult/apt/sid | Michael Vogt | |
2010-08-22 | Change the translation of mmap | bubulle@debian.org | |
2010-08-22 | French translation update | bubulle@debian.org | |
2010-08-21 | * apt-pkg/acquire-item.cc: | David Kalnischkies | |
- don't use ReadOnlyGzip mode for PDiffs as this mode doesn't work in combination with the AddFd methods of our hashclasses Add also 2 testcases: one to test pdiffs in general and one to test the handling of compressed indexes. | |||
2010-08-21 | * methods/http.cc: | David Kalnischkies | |
- 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 | |||
2010-08-20 | * apt-pkg/deb/dpkgpm.cc: | David Kalnischkies | |
- use the InstVer instead of the CurrentVer for the autobit transfer Add also a small testcase to check the handling automatical | |||
2010-08-19 | sign the created Release files with our own dummy key "Joe Sixpack" | David Kalnischkies | |
2010-08-19 | * apt-pkg/deb/debsystem.cc: | David Kalnischkies | |
- set dir::state::status based at least on dir | |||
2010-08-19 | * ftparchive/writer.cc: | David Kalnischkies | |
- init valid-until correctly to prevent garbage entering Release file | |||
2010-08-19 | * apt-pkg/init.cc: | David Kalnischkies | |
- set the default values for dir::etc::trusted options correctly | |||
2010-08-18 | setup the environment correctly for dpkg, too | David Kalnischkies | |
2010-08-18 | extend the magic which creates the test archive by using FileLists to | David Kalnischkies | |
ship the build packages in the correct distribution and section | |||
2010-08-18 | add proper MSGLEVEL handling by overriding methods dynamic | David Kalnischkies | |
2010-08-18 | implement the first round of automated dummy package building and | David Kalnischkies | |
archive building | |||
2010-08-18 | * debian/apt.cron.daily: | David Kalnischkies | |
- create backups for our extended_states file (Closes: #593430) | |||
2010-08-18 | merge with debian-experimental-ma to get the final 0.8.0~pre1 | David Kalnischkies | |
2010-08-16 | * methods/bzip2.cc: | David Kalnischkies | |
- fix error checking for read in case of failing bzip2/lzma/whatever Spotted by -Wextra: bzip2.cc: In member function ‘virtual bool Bzip2Method::Fetch(pkgAcqMethod::FetchItem*)’: bzip2.cc:108:19: warning: comparison of unsigned expression < 0 is always false bzip2.cc:111:19: warning: comparison of unsigned expression < 0 is always false | |||
2010-08-16 | * apt-pkg/contrib/strutl.cc: | David Kalnischkies | |
- fix error checking for vsnprintf in its safe variant Spotted by -Wextra: contrib/strutl.cc: In function 'char* safe_snprintf(char*, char*, const char*, ...)': contrib/strutl.cc:1172:14: warning: comparison of unsigned expression < 0 is always false | |||
2010-08-15 | add finally my very small testcase for the conkeror problem resulting | David Kalnischkies | |
in the FixByInstall code we currently "experiment" with | |||
2010-08-14 | do not unconditional print the new debugoutput for "FixByInstall" | David Kalnischkies | |
2010-08-14 | fix testcase framework to test correctly for virtual packages | David Kalnischkies | |
2010-08-14 | add a small script to automate the task of creating Packages and status | David Kalnischkies | |
files for tests with "real" problems |