Code

Added a ChangeLog entry about changes in the build system.
authorFlorian Forster <octo@verplant.org>
Thu, 1 Jun 2006 18:26:56 +0000 (20:26 +0200)
committerFlorian Forster <octo@verplant.org>
Thu, 1 Jun 2006 18:26:56 +0000 (20:26 +0200)
ChangeLog

index 318e9d2c45465a9c234bc0a888ff1be7e3702cd9..74faeb362deacfa8ec60a250df5de3b652e771ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-01, Version 0.2.1
+       * Build fixes for non-GNU/Linux platforms: Mac OS X doesn't define
+         `size_t' as `unsigned int' and therefore needs casting and FreeBSD
+         needs to have `sys/types.h' included before `netinet/*.h'
+
 2006-05-29, Version 0.2.0
        * It's now possible to set the data to be send to the remote host and
          to get the data received from the host.