NEWS 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. Oct 2015 : 5.0.0 and later
  2. This file is not maintained. oSIP is stil under dev. Keep looking
  3. at the git on http://savannah.gnu.org/git/?group=osip and ChangeLog.
  4. Apr 2003 : 2.0.0
  5. oSIP is becoming oSIP2. In fact, this new version is very close
  6. to the previous one but the API has been completely renamed in
  7. order to be more consistent. Source and include files have also
  8. been renamed to be more consistent and make oSIP more readable.
  9. Jul 2002 : 0.8.8
  10. I have never tested the windows version myself. In fact, previous
  11. version was broken du to a wrong contribution. This is now fixed
  12. by using a new thread API (which Microsoft recommends to not use!).
  13. Aside to this, this new revision is fully tested on a wide variety
  14. of OS and several bugs and race conditions has been fixed.
  15. Feb 2002 : 0.8.1
  16. Old API for fsm is broken. The finite state machines have been
  17. entirely rewritten to be compliant with rfc2543bis-07. They
  18. only contains what's defined for the TRANSACTION LAYER. Previously,
  19. the finite state machines were only usable by endpoints. Now,
  20. the UAS_UAC_core is removed from the finite state machines so
  21. they can be used by Proxy_core as well as UAS_UAC_core as
  22. defined by rfc2543bis-07.
  23. Jan 2002 : 0.8.0
  24. The library now contains a full SDP parser and
  25. its accessor API. The ./fsm also includes a new
  26. (and optionnal) framework to be used for automatic
  27. SDP negociation. This feature is targetted to SIP UA.
  28. Sept 2001 : 0.7.0
  29. 2 libraries are provided by now: the SIP parser
  30. and the state machines.
  31. Also, osip can now be compiled without any thread,
  32. mutex, and semaphore support.
  33. The API (parser and fsm) is now entirely fixed.
  34. Aug 2001 : 0.6.2
  35. finite state machine has been optimized. Note
  36. that it may not be free of bug as it has not been
  37. tested heavily. This release also include many
  38. improvements.
  39. Aug 2001 : 0.6.1
  40. move some prototypes, correct BUGs, and began
  41. the declaration of the accessor API.
  42. Aug 2001 : 0.6.0
  43. This release has a completely NEW PARSER which is
  44. a lot more compliant with draft-sip-rfc2543-03.txt.
  45. The API for the parser is completely new and
  46. ready for a better error management. The support
  47. of multiple attachments (MIME) has been added.
  48. May/June 2001: 0.5.1 to 0.5.4
  49. Those versions include some bug fixes but no major
  50. improvements.
  51. April 2001 : first release of oSIP 0.5.0
  52. This is the first release and is not complete but
  53. yet usable to implement SIP agents.