diff options
author | Michael Terry <mike@mterry.name> | 2011-02-25 08:57:27 -0500 |
---|---|---|
committer | Michael Terry <mike@mterry.name> | 2011-02-25 08:57:27 -0500 |
commit | c6384725e5580e021a9d6f95685c54dad9619153 (patch) | |
tree | 9601ad05430cc4d17c4fcdbfe0a28d232d15f99f /debian/changelog | |
parent | 8ea37c583b769b749f352dc7473ba4af2bab44a1 (diff) | |
download | ayatana-indicator-application-c6384725e5580e021a9d6f95685c54dad9619153.tar.gz ayatana-indicator-application-c6384725e5580e021a9d6f95685c54dad9619153.tar.bz2 ayatana-indicator-application-c6384725e5580e021a9d6f95685c54dad9619153.zip |
* debian/control, debian/rules:
- Add quilt as a patch system
* debian/patches/fix-null-string-to-variant-crash.patch:
- Don't pass a null string to GVariant, it hates it. LP: #724767
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d215213..89cc5e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +indicator-application (0.2.94-0ubuntu2) natty; urgency=low + + * debian/control, debian/rules: + - Add quilt as a patch system + * debian/patches/fix-null-string-to-variant-crash.patch: + - Don't pass a null string to GVariant, it hates it. LP: #724767 + + -- Michael Terry <mterry@ubuntu.com> Fri, 25 Feb 2011 08:53:58 -0500 + indicator-application (0.2.94-0ubuntu1) natty; urgency=low * New upstream release. |