summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-08-07 16:11:19 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-08-07 16:11:19 +0200
commit0fc23b591dfd1615910e58f063f8cfbebe2c8fc4 (patch)
tree61769ab0126204f9038a0175a561ee7de8506777
parent929083adc50a07221eacdb369b094e04ac7d7214 (diff)
downloadpython-apt-0fc23b591dfd1615910e58f063f8cfbebe2c8fc4.tar.gz
* finalized changelog
-rw-r--r--UpdateManager/UpdateManager.py1
-rw-r--r--debian/changelog7
2 files changed, 7 insertions, 1 deletions
diff --git a/UpdateManager/UpdateManager.py b/UpdateManager/UpdateManager.py
index 0962c6c8..51e67115 100644
--- a/UpdateManager/UpdateManager.py
+++ b/UpdateManager/UpdateManager.py
@@ -607,7 +607,6 @@ class UpdateManager(SimpleGladeApp):
apt_pkg.PkgSystemUnLock()
except SystemError:
pass
-# cmd = ["gksu","--",
cmd = ["gksu", "--desktop", "/usr/share/applications/synaptic.desktop",
"--", "/usr/sbin/synaptic", "--hide-main-window",
"--non-interactive", "--parent-window-id", "%s" % (id) ]
diff --git a/debian/changelog b/debian/changelog
index 3686ed50..d2794afc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+update-manager (0.44.2) edgy; urgency=low
+
+ * wording fixes
+ * fix update counting bug
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 3 Aug 2006 17:52:09 +0200
+
update-manager (0.44.1) edgy; urgency=low
* make UpdateManager check for new distribution releases by