projects
/
liboping.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e4a7f5
)
Added a ChangeLog entry about changes in the build system.
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
318e9d2
..
74faeb3
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.