diff options
author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2012-11-28 20:07:56 -0300 |
---|---|---|
committer | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2012-11-28 20:07:56 -0300 |
commit | 98ed17ed5c2ebab3a396906d4219af2e99988370 (patch) | |
tree | 526d7f52989723d623e426862393890c60b6cece /debian | |
parent | 53dfc2a919fd03f5570cb106d71d3989a3f528d9 (diff) | |
parent | da5a0437d57df35409fedb568b7ebf4e3d6af0da (diff) | |
download | qmenumodel-98ed17ed5c2ebab3a396906d4219af2e99988370.tar.gz qmenumodel-98ed17ed5c2ebab3a396906d4219af2e99988370.tar.bz2 qmenumodel-98ed17ed5c2ebab3a396906d4219af2e99988370.zip |
Merged mainline.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 60de143..6d87540 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +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 ] + * Fixed tests to avoid crashing if dbus session is not available. + * Updated debian package to use debhelper instead of cdbs. + * Updates to get coverage and test results in jenkins. + + -- Olivier Tilloy <olivier.tilloy@canonical.com> Wed, 14 Nov 2012 10:43:15 +0100 + qmenumodel (0.1.6) quantal; urgency=low [ Renato Araujo Oliveira Filho ] |