2007-01-08 Carlos Garnacho * Release 2.17.4 2006-12-11 Carlos Garnacho * doc/, doc/reference/: add .cvsignore files * src/oobs-iface.h: remove oobs_iface_get_hwaddr function declaration. 2006-12-10 Carlos Garnacho * src/oobs-share-nfs.c: add missing documentation bits. * src/oobs-iface.c (oobs_iface_get_hwaddr): removed, not used anywhere... * doc/reference/Makefile.am: ignore oobs.h * doc/reference/tmpl/*sgml: add some descriptions. * doc/reference/liboobs-docs.sgml: change index layout. 2006-12-06 Carlos Garnacho * src/oobs-timeconfig.c (real_set_time): initialize tm.tm_isdst to avoid a conditional jump based on uninitialized values in mktime(). 2006-12-05 Carlos Garnacho * doc/reference/liboobs-sections.txt: updated. 2006-12-05 Carlos Garnacho * src/oobs-share-smb.h, oobs-iface-wireless.h, oobs-iface-modem.h, oobs-iface-ethernet.h: define function prototypes correctly. * src/oobs-iface-isdn.c, oobs-iface-modem.c, oobs-iface.c, oobs-ifacesconfig.c, oobs-service.c, oobs-servicesconfig.c, oobs-share-nfs.c, oob-share-smb.c, oobs-smbconfig.c, oobs-user.c, oobs-usersconfig.c: Add API docs. 2006-12-04 Carlos Garnacho * oobs-object.[ch] (oobs_object_process_requests): added, blocks until all pending messages are processed. (async_message_cb) (run_message_async): maintain a list of pending calls. (oobs_object_finalize): cancel all pending calls. * oobs-session.[ch] (oobs_session_process_requests): added, blocks until all pending messages in the session are processed. * configure.in: bump revision number, bump version.