diff options
author | eihrul <eihrul> | 2008-02-13 01:31:07 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2008-02-13 01:31:07 +0000 |
commit | 356ff9bc7fa933a7ab7d483756ec308c0eac49ec (patch) | |
tree | 61f9ad41f53e9f85b3361607e84780eb5debd2b4 | |
parent | 9506ba1b640e509228d43f85ac7e80bf864ceb0b (diff) | |
download | enet-356ff9bc7fa933a7ab7d483756ec308c0eac49ec.tar.gz enet-356ff9bc7fa933a7ab7d483756ec308c0eac49ec.zip |
1.2 branding
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | README | 1 | ||||
-rwxr-xr-x | docs/mainpage.dox | 2 |
3 files changed, 9 insertions, 3 deletions
@@ -1,4 +1,4 @@ -ENet CVS (1-8-2008): +ENet 1.2 (February 12, 2008): * fixed bug in VERIFY_CONNECT acknowledgement that could cause connect attempts to occasionally timeout @@ -8,7 +8,12 @@ when removing acknowledged packets * revised sequence number overflow handling to address some possible disconnect bugs * added enet_host_check_events() for getting only local queued events -* factored out socket option setting into enet_socket_set_option() +* factored out socket option setting into enet_socket_set_option() so +that socket options are now set separately from enet_socket_create() + +Caveats: While this release is superficially protocol compatible with 1.1, +differences in the sequence number overflow handling can potentially cause +random disconnects. ENet 1.1 (June 6, 2007): @@ -12,3 +12,4 @@ aclocal && automake -a -c --foreign && autoconf ./configure && make && make install + diff --git a/docs/mainpage.dox b/docs/mainpage.dox index 9333823..86cd8c1 100755 --- a/docs/mainpage.dox +++ b/docs/mainpage.dox @@ -34,7 +34,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.1) can be downloaded <a href="http://enet.bespin.org/download/enet-1.1.tar.gz">here</a>. +The most recent stable release (1.2) can be downloaded <a href="http://enet.bespin.org/download/enet-1.2.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 |