- use CFLAGS -Wall only with GCC compiler

- fixed a number of compiler warnings (by Norm Brandinger)
  [3086593,3086371,3086351]
- use getifaddrs() to get the IP address of local interfaces.
  This seems to be required with FreeeBSD jails.
This commit is contained in:
Thomas Ries
2011-01-09 13:10:27 +00:00
parent 7be49c4329
commit f2c98485f8
6 changed files with 92 additions and 17 deletions
+5
View File
@@ -1,5 +1,10 @@
0.8.1
=====
09-Jan-2011: - use CFLAGS -Wall only with GCC compiler
14-Oct-2010: - fixed a number of compiler warnings (by Norm Brandinger)
[3086593,3086371,3086351]
03-Oct-2010: - use getifaddrs() to get the IP address of local interfaces.
This seems to be required with FreeeBSD jails.
19-Jun-2010: - fix: include correct ltdl.h for system & convenience libltdl
26-Apr-2010: - Clean building from distribuion TAR did fail if the host
installed libltdl lib was used (and not the convenience lib)