mirror of
https://github.com/lsalzman/enet
synced 2024-11-21 06:25:59 -07:00
*** empty log message ***
This commit is contained in:
parent
0a373938f7
commit
9506ba1b64
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue