summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoreihrul <eihrul>2010-05-13 17:02:28 +0000
committereihrul <eihrul>2010-05-13 17:02:28 +0000
commitf72b0300f69cdcf25b380392b78b065117afad47 (patch)
tree5ee22a60336affe96ae0bec1d68727a31a033fe1
parent29cbf82230087db1bd16884617754dbee23e4534 (diff)
downloadenet-f72b0300f69cdcf25b380392b78b065117afad47.tar.gz
enet-f72b0300f69cdcf25b380392b78b065117afad47.zip
changelog updates
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 10ef525..a84733e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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