diff options
author | Olivier Tilloy <olivier.tilloy@canonical.com> | 2012-10-31 17:38:45 +0000 |
---|---|---|
committer | Tarmac <> | 2012-10-31 17:38:45 +0000 |
commit | 2e6ccdba482da0d042ff3a6a4bee0807f533a3e3 (patch) | |
tree | ef875ceafcd3b30191d6ea107dc2f43743e33e4f | |
parent | 521a582066b78531ea7587e465d716b91e8266fb (diff) | |
parent | cf0b1b655165e41a1f64e639128d5ef4725c1238 (diff) | |
download | qmenumodel-2e6ccdba482da0d042ff3a6a4bee0807f533a3e3.tar.gz qmenumodel-2e6ccdba482da0d042ff3a6a4bee0807f533a3e3.tar.bz2 qmenumodel-2e6ccdba482da0d042ff3a6a4bee0807f533a3e3.zip |
releasing version 0.1.6.
Approved by Ricardo Mendoza.
-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] |