roadrunner ./ChangeLog ./Makefile.am ./README. ...

[email protected] (Jonas Borgstr?m) Tue, 20 Aug 2002 00:59:11 +0200 (CEST)
Newsgroups gmane.network.beep.roadrunner.cvs
Message-ID <[email protected]>
CVSROOT:	/cvsrep/roadrunner
Module name:	roadrunner
Changes by:	[email protected]	2002-08-20 00:59:11

Modified files:
	.              : ChangeLog Makefile.am README.announce 
	                 configure.ac 
	doc/reference/tmpl: rr.sgml 
	examples       : Makefile.am simple-profile.c 
	librr          : Makefile.am rr-channel.c rr-connection.c 
	                 rr-manager.c rr.h 
	librr/message  : Makefile.am 
	librr/tcp      : Makefile.am rr-tcpconnection.c rr-tcplistener.c 
	profiles       : Makefile.am 
	profiles/null_echo: Makefile.am 
	profiles/rot13 : Makefile.am 
	tests          : Makefile.am 
Added files:
	build          : .cvsignore Makefile.am 
	build/win32    : .cvsignore Makefile.am 

Log message:
	2002-08-20  Jonas Borgström  <[email protected]>
	
	* Makefile.am:
	* build/.cvsignore:
	* build/Makefile.am:
	* build/win32/.cvsignore:
	* build/win32/Makefile.am:
	* examples/Makefile.am:
	* librr/Makefile.am:
	* librr/message/Makefile.am:
	* librr/tcp/Makefile.am:
	* profiles/Makefile.am:
	* profiles/null_echo/Makefile.am:
	* profiles/rot13/Makefile.am:
	* tests/Makefile.am:
	Added the win32 build system files to EXTRA_DIST
	
	* README.announce:
	* configure.ac:
	preparing for release 0.9.
	
	* doc/reference/tmpl/rr.sgml:
	
	* examples/simple-profile.c: (rr_simple_close):
	fixed a compile warning.
	
	* librr/rr-channel.c: (send_helper):
	* librr/rr-connection.c: (close_all_helper):
	* librr/rr-manager.c: (close_confirmation):
	* librr/rr.h:
	* librr/tcp/rr-tcpconnection.c: (frame_divider):
	* librr/tcp/rr-tcplistener.c: (rr_tcp_listener_new):
	Added more error codes, and just drop frames with bogus
	channel ids, don't shutdown the connection.

Patches:
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/ChangeLog.diff?cvsroot=Development&r1=1.85&r2=1.86
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/Makefile.am.diff?cvsroot=Development&r1=1.9&r2=1.10
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/README.announce.diff?cvsroot=Development&r1=1.2&r2=1.3
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/configure.ac.diff?cvsroot=Development&r1=1.17&r2=1.18
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/build/.cvsignore.diff?cvsroot=Development&r1=NONE&r2=1.1
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/build/Makefile.am.diff?cvsroot=Development&r1=NONE&r2=1.1
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/build/win32/.cvsignore.diff?cvsroot=Development&r1=NONE&r2=1.1
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/build/win32/Makefile.am.diff?cvsroot=Development&r1=NONE&r2=1.1
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/doc/reference/tmpl/rr.sgml.diff?cvsroot=Development&r1=1.1&r2=1.2
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/examples/Makefile.am.diff?cvsroot=Development&r1=1.4&r2=1.5
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/examples/simple-profile.c.diff?cvsroot=Development&r1=1.5&r2=1.6
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/Makefile.am.diff?cvsroot=Development&r1=1.21&r2=1.22
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-channel.c.diff?cvsroot=Development&r1=1.37&r2=1.38
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-connection.c.diff?cvsroot=Development&r1=1.53&r2=1.54
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr-manager.c.diff?cvsroot=Development&r1=1.67&r2=1.68
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/rr.h.diff?cvsroot=Development&r1=1.29&r2=1.30
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/message/Makefile.am.diff?cvsroot=Development&r1=1.7&r2=1.8
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/tcp/Makefile.am.diff?cvsroot=Development&r1=1.6&r2=1.7
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/tcp/rr-tcpconnection.c.diff?cvsroot=Development&r1=1.66&r2=1.67
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/librr/tcp/rr-tcplistener.c.diff?cvsroot=Development&r1=1.12&r2=1.13
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/profiles/Makefile.am.diff?cvsroot=Development&r1=1.2&r2=1.3
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/profiles/null_echo/Makefile.am.diff?cvsroot=Development&r1=1.2&r2=1.3
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/profiles/rot13/Makefile.am.diff?cvsroot=Development&r1=1.1&r2=1.2
http://rr.codefactory.se/cgi-bin/viewcvs.cgi/roadrunner/tests/Makefile.am.diff?cvsroot=Development&r1=1.6&r2=1.7