diff options
author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2012-11-23 16:17:16 -0300 |
---|---|---|
committer | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2012-11-23 16:17:16 -0300 |
commit | 8d9b6dc6f874e6132ef077bc5f9a110a9810724b (patch) | |
tree | ece5c0f9603569b04236336084041ba939bc10a9 /debian | |
parent | 68533d0fedf1bf3a0e6f45230e03222510dd6af6 (diff) | |
download | qmenumodel-8d9b6dc6f874e6132ef077bc5f9a110a9810724b.tar.gz qmenumodel-8d9b6dc6f874e6132ef077bc5f9a110a9810724b.tar.bz2 qmenumodel-8d9b6dc6f874e6132ef077bc5f9a110a9810724b.zip |
releasing version 0.1.8
Diffstat (limited to 'debian')
-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 ] |