Release notes for Sofia-SIP version 1.11.6 (2006-02-15) ======================================================= Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communication services. The primary target platform for Sofia-SIP is GNU/Linux. Sofia-SIP is based on a SIP stack developed at the Nokia Research Center. Sofia-SIP is licensed under the LGPL. Changes since last release -------------------------- The include files have sofia-sip prefix in front of them. While application should be compatible with new style with proper include paths, a sed script for converting source files to use new kind of headers is provided. There has been further improvements with STUN. 100rel handling in nua has been improved. API/ABI changes and versioning ------------------------------ - Moved all header files that are installed to sofia-sip subdirectories There is a sed script (scripts/fix-include-sofia-sip) that can be used to modify include directives to use "sofia-sip/foo.h" instead of "foo.h" - Renamed su_memmem.h as su_bm.h, sofia_sip_features.h as sofia-sip/features.h (these renames are handled with scripts/fix-include-sofia-sip, too) - Added helper scripts for WIN32/VC port - Removed include files msg/msg_bnf.h msg/msg_auth.h sip/sip_extensions.h sip/sip_internal.h and su/su_configure_win32.h - The clone su_home_t semantics were extended. Added su_home_is_threadsafe(), modified prototype of su_home_unref(). - Removed *_dll.h files - defining *_DLL macros in . - Changes in the STUN tags: STUN_REQUIRE_INTEGRITY() has been added, and replaced the now deprecated STUN_INTEGRITY() tag. A new tag STUN_DOMAIN() has been added. Other notable changes --------------------- - The nua_cli.c example application removed from the distribution package. Contributors to this release ---------------------------- See the AUTHORS file in the distribution package. Bugs fixed in this release -------------------------- - Handling responses to PRACK (on devel list) - nua_authenticate() calling NULL pointer (on devel list) - #1430759 header conficts - #1423415 Double free in SDP parser (#1423415) - #1410896 link to win32 pthread implementation added Website and other links ----------------------- The release can be downloaded from: - http://sourceforge.net/project/showfiles.php?group_id=143636 Checksums for sofia-sip-1.11.6.tar.gz - md5: c4f9dcad13daa9aaa1043a03cca2e7f2 - sha1: d8ee3afde3319f609c00e963463393b2adf4f713 Project website and mailing list: - http://sofia-sip.sourceforge.net - http://lists.sourceforge.net/mailman/listinfo/sofia-sip-devel Past releases: - http://sofia-sip.sourceforge.net/relnotes/