diff options
author | seb128 <seb128@seb128-desktop> | 2009-04-08 11:04:48 +0200 |
---|---|---|
committer | seb128 <seb128@seb128-desktop> | 2009-04-08 11:04:48 +0200 |
commit | f218267246b3068690693894fefe2763a4552e1a (patch) | |
tree | a09c07eae843fc3440520228cacc61aefd33a678 /debian | |
parent | fc65adbf3bdd4a94813251b61fedbe0016f94463 (diff) | |
parent | 0fabaa72a7fb4fa93763e16121efb475d50c1c46 (diff) | |
download | ayatana-indicator-messages-f218267246b3068690693894fefe2763a4552e1a.tar.gz ayatana-indicator-messages-f218267246b3068690693894fefe2763a4552e1a.tar.bz2 ayatana-indicator-messages-f218267246b3068690693894fefe2763a4552e1a.zip |
releasing version 0.1.5-0ubuntu1
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 7350bc4..7e80558 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +indicator-messages (0.1.5-0ubuntu1) jaunty; urgency=low + + * New upstream version + * Fixes the lifecycle of the various structures tracking the messages + and applications. Fixing bugs like (LP: #355616) (LP: #352881) + * Fixes the visual appearance by setting the widget name to grab the + style settings from the main applet. (LP: #351979) + * debian/control: Upgrading dependency on libindicate-dev to 0.1.5 or + higher as the new version requires that. + + -- Ted Gould <ted@ubuntu.com> Fri, 03 Apr 2009 16:32:49 -0500 + indicator-messages (0.1.4-0ubuntu1) jaunty; urgency=low * New upstream version diff --git a/debian/control b/debian/control index 3635452..f403ed8 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, scrollkeeper, intltool, - libindicate-dev + libindicate-dev (>= 0.1.5) Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/messages-ubuntu |