aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2012-03-12 09:04:50 -0400
committerKen VanDine <ken.vandine@canonical.com>2012-03-12 09:04:50 -0400
commitbc0fd0fc72e51cc858bed6483afa3ac1f31d5b62 (patch)
treeb86a80a73ac7375ccb4976186e6e396efcdb1508 /debian
parent1c5dbfebdcd6ea55ba72e60289e9efc56c6a2805 (diff)
parent7045c3ef11adfad6cc0b468ce07acd3d68325d1e (diff)
downloadayatana-indicator-application-bc0fd0fc72e51cc858bed6483afa3ac1f31d5b62.tar.gz
ayatana-indicator-application-bc0fd0fc72e51cc858bed6483afa3ac1f31d5b62.tar.bz2
ayatana-indicator-application-bc0fd0fc72e51cc858bed6483afa3ac1f31d5b62.zip
* New upstream release.
* Explicitly specifying GVariant Builder types * Cleaning up a switch statement (LP: #944236)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index aa076d1..971dbee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+indicator-application (0.4.92-0ubuntu1~ppa1) precise; urgency=low
+
+ * New upstream release.
+ * Explicitly specifying GVariant Builder types
+ * Cleaning up a switch statement (LP: #944236)
+
+ -- Ted Gould <ted@ubuntu.com> Fri, 09 Mar 2012 15:15:19 -0600
+
indicator-application (0.4.91-0ubuntu2) precise; urgency=low
* Backport an upstream fix for a gvariant misuse, thanks desrt for it!