Merge lp:~glatzor/aptdaemon/ubuntu-precise into lp:~aptdaemon-developers/aptdaemon/ubuntu-precise

Proposed by Sebastian Heinlein
Status: Merged
Merged at revision: 231
Proposed branch: lp:~glatzor/aptdaemon/ubuntu-precise
Merge into: lp:~aptdaemon-developers/aptdaemon/ubuntu-precise
Diff against target: 58 lines (+39/-1)
2 files modified
debian/aptdaemon.install (+0/-1)
debian/changelog (+39/-0)
To merge this branch: bzr merge lp:~glatzor/aptdaemon/ubuntu-precise
Reviewer Review Type Date Requested Status
Aptdaemon Developers Pending
Review via email: mp+101282@code.launchpad.net

Description of the change

New upstream release with a lot of important bug fixes

To post a comment you must log in.
lp:~glatzor/aptdaemon/ubuntu-precise updated
231. By Michael Vogt

releasing version 0.43+bzr805-0ubuntu1

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/aptdaemon.install'
2--- debian/aptdaemon.install 2011-08-26 06:46:34 +0000
3+++ debian/aptdaemon.install 2012-04-09 19:56:19 +0000
4@@ -6,7 +6,6 @@
5 usr/share/polkit-1/actions/org.debian.apt.policy
6 usr/share/locale
7 usr/share/man
8-usr/share/aptdaemon/aptdaemon.desktop
9 usr/share/apport/package-hooks/aptdaemon.py
10 usr/share/aptdaemon/lintian-*fatal.tags*
11 # install our own (more relaxed) Ubuntu tags file
12
13=== modified file 'debian/changelog'
14--- debian/changelog 2012-04-02 17:11:27 +0000
15+++ debian/changelog 2012-04-09 19:56:19 +0000
16@@ -1,3 +1,42 @@
17+aptdaemon (0.43+bzr805-0ubuntu1) precise; urgency=low
18+
19+ * New upstream snapshot:
20+ - Fix: Catch a possible exception in apt.cache.Cache.required_download
21+ which can occur if the user e.g. rebooted the system during a running
22+ debconf question (fixes LP: #659438)
23+ Furthermore raise ERROR_INCOMPLETE_INSTALL to signal the client
24+ that a call of FixIncompleteInstall() (basically a dpkg --configure -a
25+ call) fixes the issue
26+ - Fix: Sync all properties of the D-Bus transaction in the client before
27+ emitting the Finished signal (fixes LP: #747172) to ensure all changed
28+ properties are available (the order of received signals is not
29+ guranteed and the finished signal could be received before an error
30+ signal)
31+ Additionally raise the timeout before removing a transaction from
32+ D-Bus on the server side to give clients more time to sync
33+ - Fix wrong variable names in the download progress (fixes LP: #971839,
34+ LP: #976521)
35+ - Fix: Catch a possible pipe reading error (fixes LP: #733090)
36+ - Fix: Don't show the name of aptdaemon in crash reports
37+ (fixes LP: #973370)
38+ Aptdaemon is a system daemon and should work and fail silently
39+ - Fix: Fallback to a default terminal width of 80 chars (fixes LP: #948588)
40+ The width request could fail on standard input/output redirections
41+ - Fix: Don't use a reserved name for the simulate helper function
42+ - Fix: Convert exceptions to string before raising TransactionFailed()
43+ - Fix wrong variable name in the add license key failed error message
44+ - Fix: Don't overwrite the GObject.GObject.disconnect in
45+ aptdemon.client.Transaction by renaming the method to
46+ _disconnect_from_dbus()
47+ - Fix: Allow to cancel a transaction which hasn't been queued yet and
48+ is still in limbo
49+ - Fix: Raise NotImplementedError instead of ImplementedError
50+ - Add a test case for config file changes handling
51+ * debian/aptdaemon.install:
52+ - Don't ship the obsolete .desktop file anymore
53+
54+ -- Sebastian Heinlein <glatzor@ubuntu.com> Mon, 09 Apr 2012 20:48:44 +0200
55+
56 aptdaemon (0.43+bzr790-0ubuntu1) precise; urgency=low
57
58 New upstream snapshot:

Subscribers

People subscribed via source and target branches