aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoreihrul <eihrul>2008-01-09 14:14:09 +0000
committereihrul <eihrul>2008-01-09 14:14:09 +0000
commit9506ba1b640e509228d43f85ac7e80bf864ceb0b (patch)
tree4cf07378289bff80efbf42b7bdb08d9e86bdf0e9
parent0a373938f706ddb7a41f9c8d0225075b1a4d8ab8 (diff)
downloadenet-9506ba1b640e509228d43f85ac7e80bf864ceb0b.tar.gz
enet-9506ba1b640e509228d43f85ac7e80bf864ceb0b.zip
*** empty log message ***
-rw-r--r--ChangeLog4
-rw-r--r--configure.in4
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index af7b088..0797987 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
-ENet CVS (10-12-07):
+ENet CVS (1-8-2008):
+* fixed bug in VERIFY_CONNECT acknowledgement that could cause connect
+attempts to occasionally timeout
* fixed acknowledgements to check both the outgoing and sent queues
when removing acknowledged packets
* fixed accidental bit rot in the MSVC project file
diff --git a/configure.in b/configure.in
index 178a623..47da5fe 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
-AC_INIT(libenet, 10-12-2007)
-AM_INIT_AUTOMAKE(libenet.a, 10-12-2007)
+AC_INIT(libenet, 1-8-2008)
+AM_INIT_AUTOMAKE(libenet.a, 1-8-2008)
AC_PROG_CC
AC_PROG_RANLIB