diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index af54c57..6d87540 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +qmenumodel (0.1.8) quantal; urgency=low + + [ Renato Araujo Oliveira Filho ] + * Fixed memory leak after the service disappear. + * Implemented support to tuple conversions. + * Added 'TEST_XML_OUTPUT' option on cmake to enable/disalbe test output in + xml. + * Removed QAction dependency from QStateAction. + * Fixed QMenumodel behavior when the GMenuModel is destroyed. + + [ Olivier Tilloy ] + * Reimplement roleNames() instead of using setRoleNames(…). + + -- Renato Araujo Oliveira Filho <renato@canonical.com> Fri, 23 Nov 2012 16:15:00 -0300 + qmenumodel (0.1.7) quantal; urgency=low [ Renato Araujo Oliveira Filho ] |