[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

2.99.49.patch2 available.



Hello,
	After testing the configuration, compilation, installation
	and running at Linux 2.1.x/RedHat 4.1 and SunOS 4.1.x
	(with gcc 2.7.2.2), I am fairly confident that this should
	work also at other systems.

	Now back to be a patio potato in Finnish summer -- short
	as it is, but quite pleasantly warm :-) (circa 90F/25C)

/Matti Aarnio <mea@nic.funet.fi>

diff -u -r zmailer-2.99.49p1/ChangeLog zmailer-2.99.49p2/ChangeLog
--- zmailer-2.99.49p1/ChangeLog	Thu Jun 19 19:50:30 1997
+++ zmailer-2.99.49p2/ChangeLog	Sun Jun 22 05:14:45 1997
@@ -1,3 +1,32 @@
+Sun Jun 22 04:57:02 1997  Matti Aarnio  <mea@mea.tmt.tele.fi>
+
+	* Makefile.in:
+	    Version 2.99.49p2
+
+	* configure.in:
+	    sprintf() return type testing fix
+ 	
+	* include/hostenv.h:
+	    Too many files need to include  <string.h>,  thus
+	    we added it into  "hostenv.h"... (for SunOS 4.1.x)
+
+	* libc/getaddrinfo.c, libc/getnameinfo.c:
+	    "extern int h_errno;" added
+
+	* proto/cf/SMTP+UUCP.cf.in
+	    More suitable, and more generic version
+
+	* smtpserver/smtpcmds.c:
+	    A fix in ORCPT pseudo-formation in case the original
+	    sending system did not use the option..
+
+	* support/vacarion/vacation.c:
+	    Properly placed  'extern char * strerror();'
+
+	* transports/libta/diagnostic.c:
+	   Again optimize int returning sprintf better, than
+	   the old char * returning...
+