summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bring consistency to the use of capitals in programs messagesChristian Perrier2005-03-0624-170/+167
|
* Correct file permissionsChristian Perrier2005-03-060-0/+0
|
* Correct file permissionsChristian Perrier2005-03-050-0/+0
|
* Re-sync PO files with the POT fileChristian Perrier2005-03-0530-1206/+1261
| | | | * po/*.po: synced with the POT file
* Regenerate apt-all.pot from the sources after merging with MattChristian Perrier2005-03-051-16/+16
| | | | * po/apt-all.pot: Regenerated
* Merge with mattChristian Perrier2005-03-0512-46/+132
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * apt@packages.debian.org/apt--main--0--patch-59 Open 0.6.32 * apt@packages.debian.org/apt--main--0--patch-60 Merge apt--mvo--0 * apt@packages.debian.org/apt--main--0--patch-61 Add missing whitespace in new Debug::Acquire::gpgv output * apt@packages.debian.org/apt--main--0--patch-62 Merge apt--mvo--0 * apt@packages.debian.org/apt--main--0--patch-63 Open 0.6.34 * apt@packages.debian.org/apt--main--0--patch-64 Add missing semicolon in configure-index (Debian #295773) * apt@packages.debian.org/apt--main--0--patch-65 Update build-depends on gettext to 0.12 * michael.vogt@canonical.com--2004/apt--mvo--0--patch-12 * star-merged with matt, removed the unset("no_proxy") in methods/ftp.cc * michael.vogt@canonical.com--2004/apt--mvo--0--patch-13 * commented the ftp no_proxy unseting in methods/ftp.cc * michael.vogt@canonical.com--2004/apt--mvo--0--patch-14 * starmeged with matt, added some comments to the unsetting of no_proxy in ftp.cc * michael.vogt@canonical.com--2004/apt--mvo--0--patch-15 * merged with matt's tree * michael.vogt@canonical.com--2004/apt--mvo--0--patch-16 * added support for "Acquire::gpgv::options" in methods/gpgv.cc * michael.vogt@ubuntu.com--2005/apt--mvo--0--base-0 tag of michael.vogt@canonical.com--2004/apt--mvo--0--patch-16 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-1 * slightly cosmetic change in methods/gpgv.cc * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-2 * merge with matts tree, added documentation for the gpgv stuff * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-3 * added gpgv::Options to configure-index * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-4 * PulseIntervall can be configured now to make frontends like synaptic hayppy. it's done in a way that does not break binary compatibility * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-5 * fix for apt-get update removing the cdroms Release.gpg files * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-6 * path scoring changed, the non-symlink path is scored highest
| * Update build-depends on gettext to 0.12Matt Zimmerman2005-03-052-1/+2
| |
| * Add missing semicolon in configure-index (Debian #295773)Matt Zimmerman2005-03-052-4/+4
| |
| * Open 0.6.34Matt Zimmerman2005-03-051-0/+6
| |
| * Merge apt--mvo--0Matt Zimmerman2005-02-2610-39/+82
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-2 * merge with matts tree, added documentation for the gpgv stuff * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-3 * added gpgv::Options to configure-index * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-4 * PulseIntervall can be configured now to make frontends like synaptic hayppy. it's done in a way that does not break binary compatibility * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-5 * fix for apt-get update removing the cdroms Release.gpg files * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-6 * path scoring changed, the non-symlink path is scored highest
| | * * path scoring changed, the non-symlink path is scored highestMichael Vogt2005-02-252-21/+38
| | |
| | * * fix for apt-get update removing the cdroms Release.gpg filesMichael Vogt2005-02-253-13/+3
| | |
| | * * PulseIntervall can be configured now to make frontends like synaptic ↵Michael Vogt2005-02-103-5/+6
| | | | | | | | | | | | hayppy. it's done in a way that does not break binary compatibility
| | * * added gpgv::Options to configure-indexMichael Vogt2005-02-091-0/+5
| | |
| | * * merge with matts tree, added documentation for the gpgv stuffMichael Vogt2005-02-096-5/+29
| | |\ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * apt@packages.debian.org/apt--main--0--patch-59 Open 0.6.32 * apt@packages.debian.org/apt--main--0--patch-60 Merge apt--mvo--0 * apt@packages.debian.org/apt--main--0--patch-61 Add missing whitespace in new Debug::Acquire::gpgv output
| * | Add missing whitespace in new Debug::Acquire::gpgv outputMatt Zimmerman2005-02-091-1/+1
| | |
| * | Merge apt--mvo--0Matt Zimmerman2005-02-093-8/+38
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * michael.vogt@canonical.com--2004/apt--mvo--0--patch-12 * star-merged with matt, removed the unset("no_proxy") in methods/ftp.cc * michael.vogt@canonical.com--2004/apt--mvo--0--patch-13 * commented the ftp no_proxy unseting in methods/ftp.cc * michael.vogt@canonical.com--2004/apt--mvo--0--patch-14 * starmeged with matt, added some comments to the unsetting of no_proxy in ftp.cc * michael.vogt@canonical.com--2004/apt--mvo--0--patch-15 * merged with matt's tree * michael.vogt@canonical.com--2004/apt--mvo--0--patch-16 * added support for "Acquire::gpgv::options" in methods/gpgv.cc * michael.vogt@ubuntu.com--2005/apt--mvo--0--base-0 tag of michael.vogt@canonical.com--2004/apt--mvo--0--patch-16 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-1 * slightly cosmetic change in methods/gpgv.cc
| | * * slightly cosmetic change in methods/gpgv.ccMichael Vogt2005-02-081-2/+1
| | |
| | * tag of michael.vogt@canonical.com--2004/apt--mvo--0--patch-16Michael Vogt2005-02-080-0/+0
| | |
| | * * added support for "Acquire::gpgv::options" in methods/gpgv.ccMichael Vogt2005-02-082-7/+37
| | |
| | * * merged with matt's treeMichael Vogt2005-02-0817-821/+1328
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * apt@packages.debian.org/apt--main--0--patch-52 0.6.31 * apt@packages.debian.org/apt--main--0--patch-53 Remove debugging from apt.cron.daily * apt@packages.debian.org/apt--main--0--patch-54 allow SHA1Summation to process a file descriptor until EOF * apt@packages.debian.org/apt--main--0--patch-55 Fix syntax in sha1.cc * apt@packages.debian.org/apt--main--0--patch-56 Fix build/install of Polish offline documentation * apt@packages.debian.org/apt--main--0--patch-57 Move CD-ROM handling backend into libapt-pkg * apt@packages.debian.org/apt--main--0--patch-58 Fix compilation errors from apt--auth-cdrom--0 * michael.vogt@ubuntu.com--2005/apt--auth-cdrom--0--base-0 tag of apt@packages.debian.org/apt--main--0--patch-51 * michael.vogt@ubuntu.com--2005/apt--auth-cdrom--0--patch-1 * added support for signed cdroms * michael.vogt@ubuntu.com--2005/apt--auth-cdrom--0--patch-2 * merged with apt--main, seperated cmdline/apt-cdrom.cc into a library (apt-pkg/cdrom.{cc,h}) * michael.vogt@ubuntu.com--2005/apt--auth-cdrom--0--patch-3 * cleaned up the cmdline/apt-cdrom.cc code
| | * \ * starmeged with matt, added some comments to the unsetting of no_proxy in ↵Michael Vogt2005-01-208-23/+42
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ftp.cc Patches applied: * apt@packages.debian.org/apt--main--0--patch-49 Merge michael.vogt@canonical.com--2004/apt--status-fd--0 * apt@packages.debian.org/apt--main--0--patch-50 Increment libapt-pkg version * apt@packages.debian.org/apt--main--0--patch-51 0.6.30 * michael.vogt@canonical.com--2004--laptop/apt--status-fd--0--base-0 tag of apt@packages.debian.org/apt--main--0--patch-32 * michael.vogt@canonical.com--2004--laptop/apt--status-fd--0--patch-1 * michael.vogt@canonical.com--2004--laptop/apt--status-fd--0--patch-2 * changed version of the library * michael.vogt@canonical.com--2004--laptop/apt--status-fd--0--patch-3 * merged with matt again * michael.vogt@canonical.com--2004--laptop/apt--status-fd--0--patch-4 * merged with apt--main--0 and fixed permissions in po/ * michael.vogt@canonical.com--2004/apt--status-fd--0--patch-1 tag of michael.vogt@canonical.com--2004--laptop/apt--status-fd--0--patch-4 * michael.vogt@canonical.com--2004/apt--status-fd--0--patch-2 * merged with matt's tree * michael.vogt@canonical.com--2004/apt--status-fd--0--patch-3 * removed a stupid "<<<" merge in the changelog * michael.vogt@canonical.com--2004/apt--status-fd--0--patch-4 * star-merged with apt@packages.debian.org/apt--main--0 * michael.vogt@canonical.com--2004/apt--status-fd--0--patch-5 * removed the "pre-fork/post-fork" change and put it into it's own branch, star-merged with matt so that it applies cleanly * michael.vogt@canonical.com--2004/apt--status-fd--0--patch-6 * cleaned a incorrect log-file merge * michael.vogt@canonical.com--2004/apt--status-fd--0--patch-7 * removed a conflict in =tagging-method * michael.vogt@canonical.com--2004/apt--status-fd--0--patch-8 * cleaned up the delta so that it no longer contains unreleated whitespace changes
| | * | | * commented the ftp no_proxy unseting in methods/ftp.ccMichael Vogt2005-01-141-2/+4
| | | | |
| | * | | * star-merged with matt, removed the unset("no_proxy") in methods/ftp.ccMichael Vogt2005-01-116-29/+52
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * apt@packages.debian.org/apt--main--0--patch-42 Merge from apt--mvo--0 * apt@packages.debian.org/apt--main--0--patch-43 Fix permissions AGAIN * apt@packages.debian.org/apt--main--0--patch-44 Update to 0.6.28 * apt@packages.debian.org/apt--main--0--patch-45 Fix malformatted changelog * apt@packages.debian.org/apt--main--0--patch-46 Merge apt--mvo--0 * apt@packages.debian.org/apt--main--0--patch-47 s/unstable/hoary/ * apt@packages.debian.org/apt--main--0--patch-48 Add ppc64 to buildlib/archtable
| * | | | | Open 0.6.32Matt Zimmerman2005-02-092-1/+7
| | |_|_|/ | |/| | |
* | | | | Traditional Chinese translation updateChristian Perrier2005-02-211-2/+2
| | | | | | | | | | | | | | | | | | | | * po/zh_TW.po: Updated (errors corrected)
* | | | | Greek translation completedChristian Perrier2005-02-201-60/+46
| | | | | | | | | | | | | | | | | | | | * po/el.po: Completed
* | | | | Remove de.UTF-8 from LINGUASChristian Perrier2005-02-201-1/+1
| | | | | | | | | | | | | | | | | | | | * po/LINGUAS: removed de.UTF-8
* | | | | Restored complete French translationChristian Perrier2005-02-201-210/+300
| | | | | | | | | | | | | | | | | | | | * po/fr.po: Restored to 100%
* | | | | Traditional Chinese translation update by Asho YehChristian Perrier2005-02-191-84/+35
| | | | | | | | | | | | | | | | | | | | * po/zh_TW.po: Updated
* | | | | Updated Portuguese translation by Miguel FiguereidoChristian Perrier2005-02-191-183/+185
| | | | | | | | | | | | | | | | | | | | * po/pt.po: Updated
* | | | | French translation update after proofreadingChristian Perrier2005-02-171-321/+225
| | | | | | | | | | | | | | | | | | | | * po/fr.po: Updated
* | | | | Updated Slovenian translation by Jure CuhalevChristian Perrier2005-02-171-211/+247
| | | | | | | | | | | | | | | | | | | | * po/sl.po: Updated
* | | | | Important corrections to French translation by Mohamed Adn��neTrojetteChristian Perrier2005-02-171-31/+31
| | | | | | | | | | | | | | | | | | | | * po/fr.po: Updated
* | | | | Greek translation updated by George PapamichelakisChristian Perrier2005-02-161-38/+32
| | | | | | | | | | | | | | | | | | | | * po/el.po: Updated
* | | | | Korean translation update by Changwoo RyuChristian Perrier2005-02-161-40/+36
| | | | | | | | | | | | | | | | | | | | * po/ko.po: Updated
* | | | | Catalan translation update by Jordi MallachChristian Perrier2005-02-151-42/+41
| | | | | | | | | | | | | | | | | | | | * po/ca.po: Updated
* | | | | Hungarian translation update by Kelemen G��borChristian Perrier2005-02-151-615/+596
| | | | | | | | | | | | | | | | | | | | * po/hu.po: Updated
* | | | | Finnish translation update by Tapio LehtonenChristian Perrier2005-02-151-28/+31
| | | | | | | | | | | | | | | | | | | | * po/fi.po: Updated
* | | | | Swedish translation update by Peter KarlssonChristian Perrier2005-02-151-69/+68
| | | | | | | | | | | | | | | | | | | | * po/sv.po: updated
* | | | | German translation update by Michael PiefelChristian Perrier2005-02-152-2969/+48
| | | | | | | | | | | | | | | | | | | | * po/de.po: Updated
* | | | | Russian translation update by Yuri KozlovChristian Perrier2005-02-151-65/+51
| | | | | | | | | | | | | | | | | | | | * po/ru.po: Updated
* | | | | Updated Spanish translation by Ruben PorrasChristian Perrier2005-02-151-52/+46
| | | | | | | | | | | | | | | | | | | | * po/es.po: Updated
* | | | | Complete Norwegian Nynorsk translation by H��vard KorsvollChristian Perrier2005-02-151-65/+54
| | | | | | | | | | | | | | | | | | | | * po/nn.po: Updated
* | | | | Brazilian Portuguese translation update by Andre Luis LopesChristian Perrier2005-02-141-32/+38
| | | | | | | | | | | | | | | | | | | | * po/pt_BR.po: Updated
* | | | | Czech translation update by Miroslav KureChristian Perrier2005-02-111-33/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * po/cs.po: Updated
* | | | | Polish translation update by Bartosz FenskiChristian Perrier2005-02-111-68/+66
| | | | | | | | | | | | | | | | | | | | * po/pl.po: Updated
* | | | | Correct LINGUAS to include ru and tlChristian Perrier2005-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | * po/LINGUAS: Russian and Tagalog added
* | | | | Danish translation update by Claus HindsgaulChristian Perrier2005-02-111-70/+54
| | | | | | | | | | | | | | | | | | | | * po/da.po: Updated
* | | | | Dutch translation update by Bart CornelisChristian Perrier2005-02-111-30/+34
| | | | | | | | | | | | | | | | | | | | * po/nl.po: Updated