mirror of
https://github.com/lsalzman/enet
synced 2024-11-21 06:25:59 -07:00
changelog updates
This commit is contained in:
parent
29cbf82230
commit
f72b0300f6
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
ENet CVS (May 13, 2010):
|
||||
|
||||
* now uses dispatch queues for event dispatch rather than potentially
|
||||
unscalable array walking
|
||||
* fixed propagation of memory failures so that an abort is no longer
|
||||
required if malloc fails
|
||||
* now uses packed attribute for protocol structures on platforms with
|
||||
strange alignment rules
|
||||
|
||||
ENet 1.2.1 (November 12, 2009):
|
||||
|
||||
* fixed bug that could cause disconnect events to be dropped
|
||||
|
|
Loading…
Reference in a new issue