summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog4
-rw-r--r--common/smtppass.c1
3 files changed, 4 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index a80252d..46248ee 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -3,6 +3,7 @@ Nate Nielsen <nielsen@memberwebs.com>
CONTRIBUTORS:
Andreas Steinmetz <ast@domdv.de>
+Rubio Vaughan <rubio@passim.net>
PATCHES:
Berk D. Demir <demir@meteksan.net.tr>
diff --git a/ChangeLog b/ChangeLog
index 6edc605..6fabba4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,10 @@
0.9
- Don't quit when too many threads created
- Restructured smtp passthru system so it can be used by other apps
- - Fixed some minor IO bugs
+ - Better IO and SMTP parsing
- Changed default header to be similar to Amavis
- Compiles and runs on systems without error checking mutexes
- - Ability to run as a different user
+ - Ability to run as a different user [Rubio Vaughan]
- Fixed config file bugs
0.8
diff --git a/common/smtppass.c b/common/smtppass.c
index d1a62a0..ec2bb89 100644
--- a/common/smtppass.c
+++ b/common/smtppass.c
@@ -34,6 +34,7 @@
* CONTRIBUTORS
* Nate Nielsen <nielsen@memberwebs.com>
* Andreas Steinmetz <ast@domdv.de>
+ * Rubio Vaughan <rubio@passim.net>
*/
#include <sys/time.h>