2016-07-21 Murray Cumming <
[email protected]>
2.49.4
2016-07-17 Sebastian Geiger <
[email protected]>
docs: Make Doxygen silent
https://bugzilla.gnome.org/show_bug.cgi?id=768797
2016-07-14 Sebastian Geiger <
[email protected]>
Build: Fix silent builds
Silent builds were introduced in commit
fa03634b5963af18340258a67063f3a527c4e471
but they were not really enabled. Passing
yes to AM_SILENT_RULES fixes this issue.
See
https://wiki.gnome.org/Initiatives/GnomeGoals/NicerBuilds
for more information.
https://bugzilla.gnome.org/show_bug.cgi?id=768797
2016-07-05 Murray Cumming <
[email protected]>
connection_add_exception_handler(): Use list<slot> instead of signal.
Because libsigc++ 2.10 deprecates signal::slots() and libsigc++ 3.0
now has no signal<>::slots() method. Using a signal for the list of
slots seems rather non-obvious anyway.