Message-Id: <199710111508.LAA10085@delorie.com> Date: Sat, 11 Oct 1997 14:36:48 +0300 (EET DST) From: Indrek Mandre To: djgpp-announce AT delorie DOT com cc: ava AT cri DOT dk, wgalazka AT chem DOT uw DOT edu DOT pl Subject: ANNOUNCE: libsocket-0.5 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk Precedence: bulk Hi! I announce new version of libsocket - networking library for DJGPP and Micro$oft Windows. Library is under GNU LGPL, I'v tryed to make the library as compatible as possible with berkeley socket standard. You can get the library from: http://www.pld.ttu.ee/~indrek/downloads Here's the CHANGELOG: v0.5 11.10.1997 * Fixed misfeatures in Makefiles pointed out by Laszlo Vecsey. Created one global Makefile.cfg. * Name resolving now even works. * Wrote new demo resit that demonstrates name resolving. * Fixed some minor bugs and created some minor bugs ;) v0.4 15.09.1997 * Fixed the bugfix made with recv. I discovered that after connect on many 95's the programmes crash. v0.3 28.08.1997 * Fixed bug in recv/recvfrom (blocking and return value and EOF cond.) * connect now waits for windows -> send just after connect works now * wrote new demo httpget that gets http files from www servers. v0.2 22.08.1997 * Fixed makefile bug when make all gave errors at demo directory. * Wrote client.c and server.c as demos at demo directory. /* * Indrek Mandre * indrek AT warp DOT edu DOT ee */