CVS: tmda NEWS,NONE,1.1 ChangeLog,1.138,1.139 README,1.51,1.52
"Jason R. Mastaler" <[email protected]> Sat, 16 Sep 2006 01:09:11 -0700
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3570 Modified Files: ChangeLog README Added Files: NEWS Log Message: Add a NEWS file to list new features and capabilities by release. --- NEW FILE --- This file contains a list of new features and capabilities by TMDA version. These blurbs are what I usually include in release announcements under "What's new?". Make sure to read the UPGRADE file in this directory as well. ====================================================================== TMDA 1.1.4 "Edradour" -- * The new 'dot-tmda' directory in contrib contains a working ~/.tmda/ structure that can be used with only a few changes. See the README in that directory for more info. Not documented yet outside of the README, but this might help new TMDA users get started quicker. * Some of the tmda-* programs will now run on native win32 (tmda-address, tmda-check-address, tmda-pending, and tmda-keygen). * tmda-ofmipd has a new option (--pure-proxy) that can proxy mail for non-TMDA users in addition to TMDA users. This might be useful if you run a mixed environment, and want to use tmda-ofmipd for everyone. See `tmda-ofmipd --help' for more on this option. ====================================================================== TMDA 1.1.3 "Dailuaine" -- * New feature from David Bremner. Add 'shell=' and 'python=' tag actions to the outgoing filter. This allows you to add dynamic/shell escaped headers from the outgoing filter file. For example usage, see the TMDA/Hashcash HOWTO I've prepared at http://wiki.tmda.net/TmdaHashCashHowto * The template system has been reorganized to simplify things for users of multi-lingual templates among others. See http://www.us.tmda.net/unstable/howto-template.html and the UPGRADE notes below. * Messages are now simply deleted from your pending queue once they are confirmed or released rather than being renamed with a '3,C' or '3,R' suffix. This provides simpler, more intuitive behavior and decreased storage requirements. ====================================================================== TMDA 1.1.2 "Caol Ila" -- * Fixed a bug in TMDAINJECT that caused Message-ID and Date headers to differ when sending to multiple recipients. * Fixes to the tmda.spec file that should allow RPMs to be built with Python 2.3.x. ====================================================================== TMDA 1.1.1 "Balblair" -- * Tilde expansion is now done automatically for variables in /etc/tmdarc and ~/.tmda/config, so you no longer have to use os.path.expanduser() to do this yourself. e.g, TEMPLATE_DIR = "~/.tmda/templates" now ``just works''. * New 'whitelist' behavior for tmda-pending and tmda-cgi, controlled by http://tmda.net/unstable/config-vars.html#PENDING_WHITELIST_RELEASE * A new 'pipe-headers' incoming filter file source. Identical to 'pipe' except that it only pipes the headers to the program, instead of the headers + body. This should offer greater performance and reliability when processing the message body isn't required. * A new feature to add Mail-Followup-To headers from tmda-sendmail or tmda-ofmipd to messages. See http://tmda.net/unstable/config-vars.html#MAIL_FOLLOWUP_TO ====================================================================== ^L Local Variables: mode: text End: Index: ChangeLog =================================================================== RCS file: /cvsroot/tmda/tmda/ChangeLog,v retrieving revision 1.138 retrieving revision 1.139 diff -u -r1.138 -r1.139 --- ChangeLog 5 Apr 2004 22:37:14 -0000 1.138 +++ ChangeLog 16 Sep 2006 08:09:08 -0000 1.139 @@ -1,3 +1,7 @@ +2006-09-16 Jason R. Mastaler <[email protected]> + + * README: add NEWS. + 2004-04-05 Jason R. Mastaler <[email protected]> * TMDA 1.1.4 is released. Index: README =================================================================== RCS file: /cvsroot/tmda/tmda/README,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- README 1 Jan 2004 23:22:19 -0000 1.51 +++ README 16 Sep 2006 08:09:08 -0000 1.52 @@ -1,5 +1,5 @@ Tagged Message Delivery Agent (TMDA) -Copyright (C) 2001,2002,2003,2004 Jason R. Mastaler <[email protected]> +Copyright (C) 2001,2002,2003,2004,2005,2006 Jason R. Mastaler <[email protected]> This software is OSI Certified Open Source Software. OSI Certified is a certification mark of the Open Source Initiative. @@ -34,13 +34,18 @@ <URL:http://tmda.net/lists/listinfo/> -INSTALL says how to install and configure TMDA. +===================================================================== -UPGRADE contains upgrade instructions from selected releases. +CODENAMES contains the naming scheme for this development branch. + +COPYING contains licensing information. CRYPTO explains the cryptography used in TMDA. -THANKS contains acknowledgments and thanks. +NEWS contains a list of new features by release. -COPYING contains licensing information. +INSTALL says how to install and configure TMDA. +THANKS contains acknowledgments and thanks. + +UPGRADE contains upgrade instructions from selected releases.