blob: 25d20acbce4e710e9c265cb459ac3432e3feb3e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
2006-05-31:
- fix bug in the free space calculation (#47092)
- updated ReleaseAnnouncement
- updated translations
- fix a missing bindtextdomain
- fix a incorrect ngettext usage
- added quirks handler to fix nvidia-glx issue (#47017)
Thanks to the amazing Kiko for helping improve this!
2006-05-24:
- if the initial "update()" fails, just exit, don't try
to restore the old sources.list (nothing was modified yet)
Ubuntu: #46712
- fix a bug in the sourcesList rewriting (ubuntu: #46245)
- expand the terminal when no libgnome2-perl is installed
because debconf might want to ask questions (ubuntu: #46214)
- disable the breezy cdrom source to make removal of demoted
packages work properly (ubuntu: #46336)
- translations updated from rosetta
- fixed a bug in the demotions calculation (ubuntu: #46245)
- typos fixed and translations unfuzzied (ubuntu: #46792,#46464)
- upload
2006-05-12:
- space checking improved (ubuntu: #43948)
- show software that was demoted from main -> universe
- improve the remaining time reporting
- translation updates
- upload
2006-05-09:
- upload
2006-05-08:
- fix error when asking for media-change (ubuntu: 43442,43728)
2006-05-02:
- upload
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)
|