summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8e4a7f5)
raw | patch | inline | side by side (parent: 8e4a7f5)
author | Florian Forster <octo@verplant.org> | |
Thu, 1 Jun 2006 18:26:56 +0000 (20:26 +0200) | ||
committer | Florian Forster <octo@verplant.org> | |
Thu, 1 Jun 2006 18:26:56 +0000 (20:26 +0200) |
ChangeLog | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 318e9d2c45465a9c234bc0a888ff1be7e3702cd9..74faeb362deacfa8ec60a250df5de3b652e771ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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.