summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-11-01 18:26:52 +0000
committerStef Walter <stef@memberwebs.com>2004-11-01 18:26:52 +0000
commit263b752d211d211f39a094f69e39d29c33ca70b9 (patch)
treeee1a965f1a005a2cfb436c0df42b2bc3ed69e360 /ChangeLog
parent022e7ef3f5cc2eca1c8ac901e4ef8fec327252a5 (diff)
Added dates to changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 13 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 95d9443..2294431 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,26 +1,26 @@
-1.1
+1.1 [2004-10-30]
- Added CLIENT and SERVER variables to VirusAction script environment.
- Even better logging for network errors.
- Print out clamsmtp version in debug logs
- Allow configuration of server keep alives (NOOPs). Default to none
-1.0
+1.0 [2004-10-21]
- Removed user option from startup script (use User config option)
- Don't send lines that are too long to syslog [Ben Mesman]
- Stable release
-0.9.6
+0.9.6 [2004-10-10]
- Fixed problem when filtering the last of a list of EHLO responses
- Send NOOPs to the server when receiving data slowly from client
to prevent timeouts on the server side.
- Made the log line always keep the status, rather than dropping of
the end in the case of many recipeints.
-0.9.5
+0.9.5 [2004-10-01]
- Fixed problems with the select zeroing out timeouts.
- Added support for setting the PidFile from the config file
-0.9
+0.9 [2004-09-23]
- Don't quit when too many threads created
- Restructured smtp passthru system so it can be used by other apps
- Better IO and SMTP parsing
@@ -32,14 +32,14 @@
- By default don't use ClamAV sessions. This fixes several stability problems
that were being experienced with clamd.
-0.8
+0.8 [2004-09-07]
- clamsmtpd now uses a configuration file
- Transparent proxy support [Andreas Steinmetz]
- Compile option -Wall only enabled on debug builds
- Sample script changed due to configuartion file
- Fixed other minor bugs
-0.7
+0.7 [2004-08-29]
- Added support for ESMTP [Andreas Steinmetz]
- Fixed crash when too many connections established
- Announce ourselves as 'clamsmtp' in EHLO/HELO responses which fixes 'loopback'
@@ -48,30 +48,30 @@
- Fixed most warnings when compiled with -Wall
- Fixed other minor bugs
-0.6
+0.6 [2004-08-17]
- Proper adding of customized header [Berk D. Demir]
- Fixes to documentation [Jasper Slits]
-0.5
+0.5 [2004-08-02]
- Announce ourselves as 'clamsmtp' in banner to prevent loop warnings
- Fixed endless loop that occurred on failure to connect out [João Carlos Mendes Luís]
- Added option for leaving all files in temp directory (debugging purposes)
- Prints version number when run with -v
-0.4
+0.4 [2004-07-22]
- Option for quarantining files with viruses
- Fixed problem with returning wrong SMTP error code
- Handling timeouts properly
- Fixed stupid problem with sockets not getting closed properly
-0.3
+0.3 [2004-07-20]
- Small log format changes
- When no port specified for out address, connect back to original IP
- Bug fixes to address parsing and formatting code
- Fixed problem with AV header not being added [Yamamoto Takao]
- Send our own initial banner to prevent complaints about loops
-0.2
+0.2 [2004-07-09]
- Initial public release
- Sliently dropping viruses is the default
- Limit to old SMTP (not ESMTP)
@@ -79,6 +79,6 @@
- Many bug fixes
- Adds a header to email
-0.1
+0.1 [2004-07-08]
- Initial implementation