roadrunner ./ChangeLog examples/simple-client. ...

[email protected] (Jonas Borgstr?m) Thu, 15 Aug 2002 18:21:41 +0200 (CEST)
Newsgroups gmane.network.beep.roadrunner.cvs
Message-ID <[email protected]>
CVSROOT:	/cvsrep/roadrunner
Module name:	roadrunner
Changes by:	[email protected]	2002-08-15 18:21:41

Modified files:
	.              : ChangeLog 
	examples       : simple-client.c simple-profile.c 
	                 simple-profile.h 
	librr          : rr-connection.c 
	profiles/rot13 : rot13.c rot13.h 
	tests          : rr-client.c 
Added files:
	.              : API_CHANGES 

Log message:
	2002-08-15  Jonas Borgström  <[email protected]>
	
	* API_CHANGES: documented the api changes (0.8->0.9)
	
	* examples/simple-client.c: (main):
	rr_simple_start takes a connection as first argument now.
	
	* examples/simple-profile.c: (rr_simple_start):
	* examples/simple-profile.h:
	use rr_connection_start instead of rr_manager_start
	
	* librr/rr-connection.c: (rr_connection_start),
	(rr_connection_start_multi):
	rr_connection_start should be used instead of rr_manager_start, so the
	user doesn't have to worry about RRManager
	
	* profiles/rot13/rot13.c: (rr_rot13_start):
	* profiles/rot13/rot13.h:
	Use RRConnection instead of RRManager.
	
	* tests/rr-client.c: (do_tests), (my_thread), (init_connection),
	(main):
	Use RRConnection instead of RRManager.

Patches:
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/API_CHANGES.diff?cvsroot=Development&r1=NONE&r2=1.1
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/ChangeLog.diff?cvsroot=Development&r1=1.83&r2=1.84
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/examples/simple-client.c.diff?cvsroot=Development&r1=1.7&r2=1.8
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/examples/simple-profile.c.diff?cvsroot=Development&r1=1.4&r2=1.5
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/examples/simple-profile.h.diff?cvsroot=Development&r1=1.2&r2=1.3
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-connection.c.diff?cvsroot=Development&r1=1.51&r2=1.52
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/profiles/rot13/rot13.c.diff?cvsroot=Development&r1=1.17&r2=1.18
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/profiles/rot13/rot13.h.diff?cvsroot=Development&r1=1.4&r2=1.5
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/tests/rr-client.c.diff?cvsroot=Development&r1=1.30&r2=1.31