diff options
author | Olivier Tilloy <olivier.tilloy@canonical.com> | 2012-10-31 18:21:58 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier.tilloy@canonical.com> | 2012-10-31 18:21:58 +0100 |
commit | cf0b1b655165e41a1f64e639128d5ef4725c1238 (patch) | |
tree | ef875ceafcd3b30191d6ea107dc2f43743e33e4f /debian | |
parent | 521a582066b78531ea7587e465d716b91e8266fb (diff) | |
download | qmenumodel-cf0b1b655165e41a1f64e639128d5ef4725c1238.tar.gz qmenumodel-cf0b1b655165e41a1f64e639128d5ef4725c1238.tar.bz2 qmenumodel-cf0b1b655165e41a1f64e639128d5ef4725c1238.zip |
releasing version 0.1.6
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0261fef..60de143 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +qmenumodel (0.1.6) quantal; urgency=low + + [ Renato Araujo Oliveira Filho ] + * Changed the 'g_bus_watch_name' flag to auto start the service. + * Replaced gchar ⇄ QString conversion function, from Latin1 to Utf8. + * Use the correct function "g_action_group_change_action_state" to change the + action state. + + [ Olivier Tilloy ] + * Migrate all the scripts to python3. + + -- Olivier Tilloy <olivier.tilloy@canonical.com> Wed, 31 Oct 2012 18:19:15 +0100 + qmenumodel (0.1.5) quantal; urgency=low [ Renato Araujo Oliveira Filho] |