aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoreihrul <eihrul>2007-06-06 22:19:06 +0000
committereihrul <eihrul>2007-06-06 22:19:06 +0000
commitf7af43f7b1626357558e32581045c31735b87b8d (patch)
tree7d160f75f64def80098381ec20e0e6d74ae88786
parent76252fa30879d1792794a583b142ced85086877a (diff)
downloadenet-f7af43f7b1626357558e32581045c31735b87b8d.tar.gz
enet-f7af43f7b1626357558e32581045c31735b87b8d.zip
*** empty log message ***
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..e951afd
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,19 @@
+ENet 1.1 (June 6, 2007):
+
+* optional CRC32 just in case someone needs a stronger checksum than UDP
+provides (--enable-crc32 configure option)
+* the size of packet headers are half the size they used to be (so less
+overhead when sending small packets)
+* enet_peer_disconnect_later() that waits till all queued outgoing
+packets get sent before issuing an actual disconnect
+* freeCallback field in individual packets for notification of when a
+packet is about to be freed
+* ENET_PACKET_FLAG_NO_ALLOCATE for supplying pre-allocated data to a
+packet (can be used in concert with freeCallback to support some custom
+allocation schemes that the normal memory allocation callbacks would
+normally not allow)
+* enet_address_get_host_ip() for printing address numbers
+* promoted the enet_socket_*() functions to be part of the API now
+* a few stability/crash fixes
+
+