pyrr ./ChangeLog ./configure.ac examples/echo/ ...

[email protected] (Jonas Borgstr?m) Fri, 19 Jul 2002 09:31:54 +0200 (CEST)
Newsgroups gmane.network.beep.roadrunner.cvs
Message-ID <[email protected]>
CVSROOT:	/cvsrep/roadrunner
Module name:	pyrr
Changes by:	[email protected]	2002-07-19 09:31:54

Modified files:
	.              : ChangeLog configure.ac 
	examples/echo  : echo_profile.py 
	rr             : Makefile.am __init__.py rr-types.defs rr.c 
	                 rr.defs rr.override test-client.py 
	                 test-server.py 
Added files:
	rr             : pychannel.c pychannel.h 
Removed files:
	rr             : pyprofile.c pyprofile.h 

Log message:
	2002-07-19  Jonas Borgström  <[email protected]>
	
	* configure.ac: Need RoadRunner >= 0.8.1
	
	* examples/echo/echo_profile.py:
	
	* rr/Makefile.am:
	
	* rr/__init__.py:
	
	* rr/pychannel.c: (rr_py_channel_init), (rr_py_channel_class_init),
	(rr_py_channel_get_type), (do_py_call), (frame_available),
	(close_confirmation), (close_indication), (client_init),
	(server_confirmation), (server_init), (client_confirmation):
	* rr/pychannel.h:
	Updated to use the new Profile API
	
	* rr/pyprofile.c: Removed
	* rr/pyprofile.h: Removed
	
	* rr/rr-types.defs:
	
	* rr/rr.c: (_wrap_rr_tcp_connection_new), (_wrap_rr_channel_close),
	(_wrap_rr_channel_set_piggyback), (_wrap_rr_channel_get_piggyback),
	(_wrap_rr_manager_start),
	(_wrap_rr_profile_registry_remove_profile),
	(_wrap_rr_tcp_listener_new), (_wrap_rr_channel_set_uri),
	(_wrap_rr_channel_get_uri), (rr_register_classes):
	changes corresponding to the api change
	
	* rr/rr.defs:
	
	* rr/rr.override:
	
	* rr/test-client.py:
	
	* rr/test-server.py:

Patches:
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/pyrr/ChangeLog.diff?cvsroot=Development&r1=1.1.1.1&r2=1.2
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/pyrr/configure.ac.diff?cvsroot=Development&r1=1.1.1.1&r2=1.2
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/pyrr/examples/echo/echo_profile.py.diff?cvsroot=Development&r1=1.1.1.1&r2=1.2
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/pyrr/rr/pychannel.c.diff?cvsroot=Development&r1=NONE&r2=1.1
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/pyrr/rr/pychannel.h.diff?cvsroot=Development&r1=NONE&r2=1.1
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/pyrr/rr/Makefile.am.diff?cvsroot=Development&r1=1.1.1.1&r2=1.2
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/pyrr/rr/__init__.py.diff?cvsroot=Development&r1=1.1.1.1&r2=1.2
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/pyrr/rr/rr-types.defs.diff?cvsroot=Development&r1=1.1.1.1&r2=1.2
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/pyrr/rr/rr.c.diff?cvsroot=Development&r1=1.1.1.1&r2=1.2
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/pyrr/rr/rr.defs.diff?cvsroot=Development&r1=1.1.1.1&r2=1.2
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/pyrr/rr/rr.override.diff?cvsroot=Development&r1=1.1.1.1&r2=1.2
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/pyrr/rr/test-client.py.diff?cvsroot=Development&r1=1.1.1.1&r2=1.2
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/pyrr/rr/test-server.py.diff?cvsroot=Development&r1=1.1.1.1&r2=1.2
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/pyrr/rr/pyprofile.c.diff?cvsroot=Development&r1=1.1.1.1&r2=NONE
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/pyrr/rr/pyprofile.h.diff?cvsroot=Development&r1=1.1.1.1&r2=NONE