]> Pileus Git - ~andy/fetchmail/blobdiff - NEWS
Merge portability patch from Peter O'Gorman, fetchmail-devel 2007-10-31.
[~andy/fetchmail] / NEWS
diff --git a/NEWS b/NEWS
index ac45db7d515aab3df48f61cb3c84958417d2bb4b..bbdf2180608c3b56b6b0ba45558eff7564862a50 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -75,6 +75,21 @@ fetchmail 6.3.9 (not yet released):
   default with no switches in configure to enable it. However, the macro would 
   have been prone to a symlink attack. Found by Nico Golde.
 
+* Include the typedef for int16 in the #ifndef _AIX in smbencrypt.c (Peter
+  O'Gorman)
+* Correct check for u_int32_t in configure.ac (seems to be typedef'ed in
+  namser.h on some platforms.) (Peter O'Gorman)
+* In configure.ac change all CPFLAGS to CPPFLAGS, CEFLAGS to CFLAGS and LDEFLAGS
+  to LDFLAGS otherwise the results of some tests (additional -L and -I flags) do
+  not get used for later tests causing incorrect configure results. Makefile.am
+  was also changed to reflect this. (Peter O'Gorman)
+* m4/gethostbyname_r.m4 does AC_TRY_COMPILE, which unfortunately can pass even
+  if there is no gethostbyname_r. Changed to AC_TRY_LINK. (Peter O'Gorman)
+* __attribute__ ((unused)) is a gccism, removed from libesmtp/gethostbyname.c.
+  (Peter O'Gorman)
+* In KAME/getnameinfo.c it's best to use the correct argument to inet_ntoa.
+  (Peter O'Gorman)
+
 # DOCUMENTATION:
 * Add fetchmail-SA-2007-02.txt
 * Re-add two lines to the manual page that had accidentally become comments 
@@ -89,6 +104,8 @@ fetchmail 6.3.9 (not yet released):
 * Spanish (Javier Fernández-Sanguino Peña, Matthias Andree)
 * Vietnamese (Clytie Siddall)
 
+
+
 fetchmail 6.3.8 (released 2007-04-06):
 
 # SECURITY STRENGTHENING: