diff options
| author | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-04-29 15:53:42 +0200 |
|---|---|---|
| committer | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-04-29 15:53:42 +0200 |
| commit | 4e093f33b5e9da902a69fc8bdf0fd2109a31c2d5 (patch) | |
| tree | 54cc2932cb71aded4e39a71653dea7b540304049 /DistUpgrade/Changelog | |
| parent | d19de868ff0230aebfc0920bd31caa64d51ec920 (diff) | |
| parent | dc3dc10c9a2835ffef5708db35dd70344860adab (diff) | |
| download | python-apt-4e093f33b5e9da902a69fc8bdf0fd2109a31c2d5.tar.gz | |
* merged from mvo
Diffstat (limited to 'DistUpgrade/Changelog')
| -rw-r--r-- | DistUpgrade/Changelog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/DistUpgrade/Changelog b/DistUpgrade/Changelog index df5bb506..c450d99d 100644 --- a/DistUpgrade/Changelog +++ b/DistUpgrade/Changelog @@ -1,3 +1,20 @@ +2006-04-28: + - add more sanity checking, if no valid mirror is found in the + sources.list ask for "dumb" rewrite + - if nothing valid was found after a dumb rewrite, add official + sources + - don't report install TIMEOUT over and over in the log + - report what package caused a install TIMEOUT +2006-04-27: + - add a additonal sanity check after the rewriting of the sources.list + (check for BaseMetaPkgs still in the cache) + - on abort reopen() the cache to force writing a new + /var/cache/apt/pkgcache.bin + - use a much more compelte mirror list (based on the information + from https://wiki.ubuntu.com/Archive) +2006-04-25: + - make sure that DistUpgradeView.getTerminal().call() actually + waits until the command has finished (dpkg --configure -a) 2006-04-18: - add logging to the sources.list modification code - general logging improvements (thanks to Xavier Poinsard)
\ No newline at end of file |
