From: Florian Forster Date: Thu, 1 Jun 2006 18:26:56 +0000 (+0200) Subject: Added a ChangeLog entry about changes in the build system. X-Git-Tag: liboping-0.2.1~5 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=6a756d4403f8bc41a8c21acfc9e068763a5efe17;p=liboping.git Added a ChangeLog entry about changes in the build system. --- diff --git a/ChangeLog b/ChangeLog index 318e9d2..74faeb3 100644 --- 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.