~vcs-imports-ii/osip/master

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