summaryrefslogtreecommitdiff
path: root/libs/enet/ChangeLog
diff options
context:
space:
mode:
authorStefan Dombrowski <stefan@uni-bonn.de>2011-05-31 15:54:54 +0200
committerStefan Dombrowski <stefan@uni-bonn.de>2011-05-31 15:54:54 +0200
commitc5390a30868f7eb3b5337963dba20911ea7dc6ea (patch)
tree32f64ef97617dcc6c58e4f1415caf808f6498275 /libs/enet/ChangeLog
parentc464dc20ed2c3b37d81d9bbf96b968900cdebcba (diff)
downloadmana-client-c5390a30868f7eb3b5337963dba20911ea7dc6ea.tar.gz
mana-client-c5390a30868f7eb3b5337963dba20911ea7dc6ea.tar.bz2
mana-client-c5390a30868f7eb3b5337963dba20911ea7dc6ea.tar.xz
mana-client-c5390a30868f7eb3b5337963dba20911ea7dc6ea.zip
Updating ENet to version 1.3.2
Source: http://enet.bespin.org/download/enet-1.3.2.tar.gz
Diffstat (limited to 'libs/enet/ChangeLog')
-rw-r--r--libs/enet/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/libs/enet/ChangeLog b/libs/enet/ChangeLog
index b1fc2008..47c38adc 100644
--- a/libs/enet/ChangeLog
+++ b/libs/enet/ChangeLog
@@ -1,3 +1,10 @@
+ENet 1.3.2 (May 31, 2011):
+
+* added support for unreliable packet fragmenting via the packet flag
+ENET_PACKET_FLAG_UNRELIABLE_FRAGMENT
+* fixed regression in unreliable packet queuing
+* added check against received port to limit some forms of IP-spoofing
+
ENet 1.3.1 (February 10, 2011):
* fixed bug in tracking of reliable data in transit
@@ -21,6 +28,15 @@ 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.4 (May 31, 2011):
+
+* fixed regression in unreliable packet queuing
+* added check against received port to limit some forms of IP-spoofing
+
+ENet 1.2.3 (February 10, 2011):
+
+* fixed bug in tracking reliable data in transit
+
ENet 1.2.2 (June 5, 2010):
* checksum functionality is now enabled by setting a checksum callback