Share

Efax-gtk

File Release Notes and Changelog

Release Name: 3.0.17

Notes: Replace thread-unsafe use of sigc::slot where relevant with thread safe callback classes. Compile fixes for gcc-4.3 (file_list.cpp and socket_list.cpp). Fix '=' for '==' error in settings.cpp. Remove unnecessary debugging code in main.cpp.Update config.guess, config.sub, install-sh, missing and mkinstalldirs to automake-1.9. Correct comments in pipes.h. Update documentation in utils/gobj_handle.h, utils/intrusive_handle.h and utils/notifier.h.


Changes: Replace thread-unsafe use of sigc::slot where relevant with thread safe callback classes (efax_controller.cpp, fax_list.cpp, mainwindow.cpp, socket_server.cpp, utils/thread.h, utils/thread.cpp and utils/Makefile.am and add new file utils/callback.h). Compile fixes for gcc-4.3 (file_list.cpp and socket_list.cpp). Fix '=' for '==' error (settings.cpp). Remove unnecessary debugging code (main.cpp). Update config.guess, config.sub, install-sh, missing and mkinstalldirs to automake-1.9.Correct comments in pipes.h (utils/pipes.h). Update documentation in utils/gobj_handle.h, utils/intrusive_handle.h and utils/notifier.h.