summaryrefslogtreecommitdiffstats
path: root/libs/enet/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libs/enet/ChangeLog')
-rw-r--r--libs/enet/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/enet/ChangeLog b/libs/enet/ChangeLog
index 47c38ad..861d51f 100644
--- a/libs/enet/ChangeLog
+++ b/libs/enet/ChangeLog
@@ -1,3 +1,7 @@
+ENet 1.3.3 (June 28, 2011):
+
+* fixed bug with simultaneous disconnects not dispatching events
+
ENet 1.3.2 (May 31, 2011):
* added support for unreliable packet fragmenting via the packet flag
@@ -28,6 +32,10 @@ Caveats: This version is not protocol compatible with the 1.2 series or
earlier. The enet_host_connect and enet_host_create API functions require
supplying additional parameters.
+ENet 1.2.5 (June 28, 2011):
+
+* fixed bug with simultaneous disconnects not dispatching events
+
ENet 1.2.4 (May 31, 2011):
* fixed regression in unreliable packet queuing