diff options
| author | glatzor@ubuntu.com <> | 2006-09-09 23:07:01 +0200 |
|---|---|---|
| committer | glatzor@ubuntu.com <> | 2006-09-09 23:07:01 +0200 |
| commit | 55dc951dc39a68249435256da79bacfd2961e1c4 (patch) | |
| tree | 4eaf74f7e56334a1a8c787b2ac5d8ee1f675c3bd /debian | |
| parent | 3afcdfc4f30173672b5745f69e2bc401f20e1d90 (diff) | |
| parent | a5a1685317f25de0a0d7bd8ccc5317a17fa219bf (diff) | |
| download | python-apt-55dc951dc39a68249435256da79bacfd2961e1c4.tar.gz | |
* merge with mvo
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 39 | ||||
| -rw-r--r-- | debian/dirs | 1 |
2 files changed, 40 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3f60cb20..230fd67f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,42 @@ +update-manager (0.44.9) edgy; urgency=low + + * SoftwareProperties/SoftwareProperties.py: + - bugfix in the popcon enable code (lp: #59540) + + -- Michael Vogt <michael.vogt@ubuntu.com> Sat, 9 Sep 2006 02:13:40 +0200 + +update-manager (0.44.8) edgy; urgency=low + + * fix missing /var/log/dist-upgrade + + -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 8 Sep 2006 20:33:04 +0200 + +update-manager (0.44.7) edgy; urgency=low + + * UpdateManager/UpdateManager.py: + - be more accurate about dependencies when the user selects only + a supset of the packages + + -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 6 Sep 2006 12:29:05 +0200 + +update-manager (0.44.6) edgy; urgency=low + + * SoftwareProperties/SoftwareProperties.py: + - fix inconsistency in the new software-sources dialog + * integrate DistUpgrade code into UpdateManager to make sure + that after e.g. a CDROM upgrade the rest of the system can still + be fully upgraded over the net + + -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 5 Sep 2006 13:30:22 +0200 + +update-manager (0.44.5) edgy; urgency=low + + * install the DistUpgrade package too + * data/channels/Ubuntu.info.in: + - warty is no longer officially supported + + -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 30 Aug 2006 11:32:24 +0200 + update-manager (0.44.4) edgy; urgency=low * SoftwareProperties/SoftwareProperties.py: diff --git a/debian/dirs b/debian/dirs index 83916ddf..635898db 100644 --- a/debian/dirs +++ b/debian/dirs @@ -1,2 +1,3 @@ var/lib/update-manager +var/log/dist-upgrade usr/bin
\ No newline at end of file |
