summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-08-02 10:33:16 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-08-02 10:33:16 +0200
commiteb74fddcc11cf40ef207157a36308aa29801e907 (patch)
tree50200adfc5ab73c0e97003768f0fd618bea2233b /debian
parent19639e82319463cfb5c311155d63e06dd8ad5bde (diff)
downloadpython-apt-eb74fddcc11cf40ef207157a36308aa29801e907.tar.gz
* UpdateManager/DistUpgradeFetcher.py:
- don't use the trustdb anymore because it if mode 0600 and can't be read as user
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 981c5564..c5347d2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+update-manager (0.44.1) edgy; urgency=low
+
+ * make UpdateManager check for new distribution releases by
+ default again
+ * fix dist-upgrade fetching when run as root.
+
+ --
+
update-manager (0.44) edgy; urgency=low
* new SoftwareProperties GUI (thanks to Sebastian Heinlein)