mirror of
https://github.com/lsalzman/enet
synced 2024-11-21 06:25:59 -07:00
ENet 1.2.1 prep
This commit is contained in:
parent
7062a14912
commit
0190653095
3 changed files with 6 additions and 4 deletions
|
@ -1,8 +1,10 @@
|
|||
ENet - (current):
|
||||
ENet 1.2.1 (November 12, 2009):
|
||||
|
||||
* fixed bug that could cause disconnect events to be dropped
|
||||
* added thin wrapper around select() for portable usage
|
||||
* added ENET_SOCKOPT_REUSEADDR socket option
|
||||
* factored enet_socket_bind()/enet_socket_listen() out of enet_socket_create()
|
||||
* added contributed Code::Blocks build file
|
||||
|
||||
ENet 1.2 (February 12, 2008):
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
AC_INIT(libenet, 9-15-2008)
|
||||
AM_INIT_AUTOMAKE(libenet.a, 9-15-2008)
|
||||
AC_INIT(libenet, 11-12-2009)
|
||||
AM_INIT_AUTOMAKE(libenet.a, 11-12-2009)
|
||||
|
||||
AC_PROG_CC
|
||||
AC_PROG_RANLIB
|
||||
|
|
|
@ -36,7 +36,7 @@ or dependent tasks.
|
|||
You can retrieve the source to ENet by downloading it in either .tar.gz form
|
||||
or accessing the cvs distribution directly.
|
||||
|
||||
The most recent stable release (1.2) can be downloaded <a href="http://enet.bespin.org/download/enet-1.2.tar.gz">here</a>.
|
||||
The most recent stable release (1.2.1) can be downloaded <a href="http://enet.bespin.org/download/enet-1.2.1.tar.gz">here</a>.
|
||||
|
||||
To access ENet via anonymous CVS, you must use the CVSROOT
|
||||
:pserver:anonymous\@bespin.org:/var/lib/cvs/enet with an empty
|
||||
|
|
Loading…
Reference in a new issue