diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2012-01-24 22:20:59 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2012-01-24 22:20:59 -0500 |
commit | 645376ce15e97a5caca6869236aa7df82af3b1ca (patch) | |
tree | cdf04901609abe4f963339506bef6f4c02058856 /debian/changelog | |
parent | 5c23d138bfa80811e6c1198804dca164b608e08b (diff) | |
download | ayatana-indicator-sound-645376ce15e97a5caca6869236aa7df82af3b1ca.tar.gz ayatana-indicator-sound-645376ce15e97a5caca6869236aa7df82af3b1ca.tar.bz2 ayatana-indicator-sound-645376ce15e97a5caca6869236aa7df82af3b1ca.zip |
* -debian/patches/disable_Werror.patch
- disabled in debian/rules instead
* Add lazy_init.patch: Avoid spawning notification daemon right at startup,
instead initialize it lazily when actually doing a notification. Improves
boot speed. (LP: #912150)
* Add disable_Werror.patch: Build without -Werror, to avoid build failure
due to deprecated declarations. (LP: #912160)
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 32c27b6..bb1808d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,23 @@ -indicator-sound (0.8.0.0-0ubuntu2) UNRELEASED; urgency=low +indicator-sound (0.8.0.0-0ubuntu3) UNRELEASED; urgency=low * rebuild for libindicator7 * debian/rules - build with no-error=deprecated-declarations + * -debian/patches/disable_Werror.patch + - disabled in debian/rules instead -- Ken VanDine <ken.vandine@canonical.com> Tue, 24 Jan 2012 12:58:33 -0500 +indicator-sound (0.8.0.0-0ubuntu2) precise; urgency=low + + * Add lazy_init.patch: Avoid spawning notification daemon right at startup, + instead initialize it lazily when actually doing a notification. Improves + boot speed. (LP: #912150) + * Add disable_Werror.patch: Build without -Werror, to avoid build failure + due to deprecated declarations. (LP: #912160) + + -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 05 Jan 2012 09:29:36 +0100 + indicator-sound (0.8.0.0-0ubuntu1) precise; urgency=low * New upstream release. |