diff options
author | Ted Gould <ted@gould.cx> | 2010-09-22 10:23:13 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-09-22 10:23:13 -0500 |
commit | d00a97e0310b8b9f1ad135dac6eecf75cdabb83a (patch) | |
tree | db64e0dc6d3b5414334656c51c0794eb9ec0ce06 /ChangeLog | |
parent | 83f1303ec3f3673200ed20eeaa980b9aab221ba2 (diff) | |
parent | 9e1c8319da6ac98bd36b73c4d46d7b655778ed9d (diff) | |
download | libdbusmenu-d00a97e0310b8b9f1ad135dac6eecf75cdabb83a.tar.gz libdbusmenu-d00a97e0310b8b9f1ad135dac6eecf75cdabb83a.tar.bz2 libdbusmenu-d00a97e0310b8b9f1ad135dac6eecf75cdabb83a.zip |
* New upstream release:
* Don't use a typedef in the signal handler in the class to
avoid confusing vapigen.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ # Generated by Makefile. Do not edit. +2010-09-22 Ted Gould <ted@gould.cx> + + Removing a typedef in headers as it confuses vapigen + +2010-09-22 Ted Gould <ted@gould.cx> + + Reintroduce the typedef so we don't break the API + +2010-09-22 Ted Gould <ted@gould.cx> + + Removing the typedef for the callback + 2010-09-22 David Barth <david.barth@canonical.com> 0.3.15 |