bubulle@debian.org
de5a560abd
Update PO(T) files
15 years ago
Otavio Salvador
2e7cffaa74
releasing version 0.7.8
15 years ago
Otavio Salvador
36fb926ead
* Applied patch from Frans Pop <elendil@planet.nl> to fix a trailing
space after cd label, closes : #448187 .
15 years ago
Otavio Salvador
321fc595f9
Sorry but it fail on tests so it will not be uploaded
15 years ago
Otavio Salvador
86d1b4a902
releasing version 0.7.8
15 years ago
Otavio Salvador
f6fa4a10db
Changed ABI
15 years ago
Otavio Salvador
f27b4a70b2
* Applied patch from Daniel Burrows <dburrows@debian.org> to add support
for the Homepage field, closes : #447970 .
15 years ago
Otavio Salvador
1ccceaf30e
Merge 0.7.7 release
15 years ago
Michael Vogt
10e5e3b899
debian/changelog:
- finalize changelog
15 years ago
Otavio Salvador
c559790002
* Applied patch from Daniel Leidert <daniel.leidert@wgdd.de> to fix
APT::Acquire::Translation "none" support, closes : #437523 .
15 years ago
Michael Vogt
7052511ef6
apt-pkg/deb/dpkgpm.cc:
- use pselect() instead of select()
- on EIO error on pty master read, usleep(0.5s) to give up timeslice
so that the child can properly exit
15 years ago
Michael Vogt
cad7d95770
merged with apt--mvo
15 years ago
Michael Vogt
312764930f
* merge from apt--mvo (fix resource leak, run apt.cron.daily only if
apt-get check is successfull)
15 years ago
Michael Vogt
477b5d6cac
apt-pkg/deb/dpkgpm.cc:
- fix resource leak
15 years ago
Michael Vogt
6edbc051f4
* apt-pkg/depcache.cc:
- set "APT::Install-Recommends" to true by default (OMG!)
15 years ago
bubulle@debian.org
36a79a09a5
Update Changelog for the Swedish translation update
15 years ago
bubulle@debian.org
dc5a7ed926
Galician translation update
15 years ago
Michael Vogt
e15dcd38af
* debian/apt.cron.daily:
- only run the cron job if apt-get check succeeds (LP: #131719 )
15 years ago
Otavio Salvador
5ba1ceaef9
- Swedish updated.
15 years ago
Peter Karlsson
d7c86787eb
Updated Swedish translation.
15 years ago
Peter Karlsson
21231056c2
Merge upstream.
15 years ago
Otavio Salvador
24401c09f0
* cmdline/apt-get.cc: really applies Julien Danjou <acid@debian.org>
patch to add 'purge' command line argument (closes : #133421 ).
15 years ago
Otavio Salvador
3272872427
Fix indentation
15 years ago
Otavio Salvador
5edb74a357
* cmdline/apt-get.cc: adds 'autoremove' as a valid comment to usage
statement of apt-get (closes : #445468 ).
15 years ago
Michael Vogt
50e95852a7
- only send LastModified if we actually have a file
- delete zero size I-M-S hits
15 years ago
Michael Vogt
d6039f9e73
methods/https.cc:
- delete zero size I-M-S hits
- fix of-by-one error in I-M-S code
15 years ago
Michael Vogt
717847f20a
apt-pkg/acquire-item.cc:
- do not unlink() on normal i-m-s hit, this fixes the problem
that local repository files got a i-m-s hit too and got removed
test/pre-upload-check.py
- add test for local Packages.gz file removal
- add test for leftover files in partial/
15 years ago
Michael Vogt
ff6bb5727e
merged from the dpkg-log branch
15 years ago
Michael Vogt
18a14a834e
- French updated
15 years ago
Otavio Salvador
a491fe600c
- apt-pkg/deb/debmetaindex.cc: comparison with string literal results
in unspecified behaviour;
15 years ago
Otavio Salvador
70e6f24e3b
- cmdline/apt-extracttemplates.cc: likewise;
15 years ago
Otavio Salvador
b856433668
- methods/ftp.cc: likewise;
15 years ago
Otavio Salvador
31c64df39b
- methods/gpgv.cc: conversion from string constant to 'char*';
15 years ago
Otavio Salvador
71afbdb50d
- apt-pkg/deb/dpkgpm.cc: initialization order and conversion from
string constant to 'char*';
15 years ago
Otavio Salvador
9504f6f95b
- apt-pkg/cdrom.cc: '%lu' expects 'long unsigned int', but argument
has type 'size_t';
15 years ago
Otavio Salvador
1450dbaaad
- apt-pkg/acquire-item.cc: likewise;
15 years ago
Otavio Salvador
bc36c37bdb
* Fix compilation warnings:
- apt-pkg/indexfile.cc: conversion from string constant to 'char*';
15 years ago
Michael Vogt
3346b38552
- fix parse error when dpkg sends unexpected data
* fix missing SetExecClose() call when the status-fd is used
* debian/apt.cron.daily:
- move unattended-upgrade before apt-get autoclean
* fix "purge" commandline argument, closes : #133421
(thanks to Julien Danjou for the patch)
* cmdline/apt-get.cc:
- do not change the auto-installed information if a package
is reinstalled
* apt-pkg/acquire-item.cc:
- fix crash in diff acquire code
* cmdline/apt-mark:
- Fix chmoding after have renamed the extended-states file (LP: #140019 )
(thanks to Laurent Bigonville)
* apt-pkg/contrib/mmap.cc:
- don't fail if msync() returns > 0
15 years ago
Michael Vogt
59d5cc74ef
* apt-pkg/acquire-item.cc:
- fix typo
15 years ago
Michael Vogt
e9fce64bd4
* apt-pkg/acquire-item.cc:
- fix crash in diff acquire code
* apt-pkg/contrib/mmap.cc:
- don't fail if msync() returns > 0
15 years ago
Michael Vogt
526d43695b
* cmdline/apt-mark:
- Fix chmoding after have renamed the extended-states file (LP: #140019 )
(thanks to Laurent Bigonville)
15 years ago
bubulle@debian.org
36fc5dca8b
Thai translation added
15 years ago
Michael Vogt
314555a955
apt-pkg/deb/dpkgpm.cc:
- make it compileable
15 years ago
Michael Vogt
f26fcbc707
- fix parse error when dpkg sends unexpected data
15 years ago
Michael Vogt
085bedacb0
* cmdline/apt-get.cc:
- do not change the auto-installed information if a package
is reinstalled
15 years ago
Michael Vogt
1d6386f350
* apt-pkg/packagemanager.{cc,h}:
- move DoInstallPostFork() out of the header into the .cc file
15 years ago
Michael Vogt
9efa2e916d
* fix "purge" commandline argument, closes : #133421
(thanks to Julien Danjou for the patch)
15 years ago
Otavio Salvador
bf6d5b428e
* Add support to apt-key to export keys to stdout. Thanks to "Dwayne
C. Litzenberger" <dlitz@dlitz.net> for the patch (closes : #441942 )
15 years ago
Michael Vogt
de15fbae15
* debian/apt.cron.daily:
- move unattended-upgrade before apt-get autoclean
15 years ago
Michael Vogt
faebb6992f
* fix missing SetExecClose() call when the status-fd is used
15 years ago