diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 4 | ||||
-rwxr-xr-x | docs/mainpage.dox | 2 |
3 files changed, 6 insertions, 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): diff --git a/configure.in b/configure.in index f0fd703..62fb265 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/docs/mainpage.dox b/docs/mainpage.dox index 6f268a2..b8876ba 100755 --- a/docs/mainpage.dox +++ b/docs/mainpage.dox @@ -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 |