2003-10-16 Alan Hawrylyshen * Embedded.cxx (decode): Pointer checking made stronger * MultipartMixedContents.cxx : Added comments for assertion verification. * Preparse.cxx : Upgraded to handle SipFrags. * SdpContents.cxx : Made asserts less odious. (Open to discussion) * SdpContents.hxx : Constification. Added methods for encryption keys. * Security.cxx : Narrowed scope of const - error check ifdef. * SipFrag.cxx : Plumbed in new Preparse stuff. * TransactionState.cxx : Various assertions promoted / demoted. (Open for discussion) * Data.hxx : Added truncate method. * os/Random.cxx : Changed to /dev/urandom for seed. Fixes embedded blocking problems. * test/testSipFrag.cxx : Added test that fails with MsgHeaderScanner and works with Preparser. Message is example from real UA in real scenario. 2003-08-14 Wensong Zhang * Makefile.am (rpms): added "make rpms" to build RPM packages. * resip.spec.in: added the RPM spec file to build RPM packages. 2003-08-09 Wensong Zhang * README: added some description how to build and install the resip library using the configure.ac and automake files. * configure.ac: added major, minor and micro version number of the resip library package. * configure.in: recovered for the original configure system, and moved the new configure.in to configure.ac. 2003-08-08 Wensong Zhang * acinclude.m4: fixed not to add -I/usr/include into CPPFLAGS and not to add -L/usr/lib into LDFLAGS, which avoid a lot of compiling warnings. * configure.in: most stuff of configure.ac is merged in the configure.in. configure.ac should be of no use now. * acinclude.m4: fixed to look up contrib/ares automatically when the --with-ares is specified. * Makefile.am (EXTRA_DIST): fixed to use the right directory.