Update of /cvsroot/tmda/tmda/TMDA
In directory usw-pr-cvs1:/tmp/cvs-serv21965/TMDA
Modified Files:
AutoResponse.py ChangeLog Version.py
Log Message:
Something I should have done from the beginning, but better late than
never.
Each TMDA release now has a "codename" in addition to a version
number. This serves no purpose other than to add colour to the
development process. XEmacs did this (and still does) when I was
involved with that project, so I continue the tradition here.
The naming scheme for this first development branch is ``Kentucky
Derby Winners'' (the names of the winning horses, not jockeys,
starting chronologically since the first race in 1875).
Why ``Kentucky Derby Winners''? The Derby is around the same time of
year as the first TMDA release, and I can remember being preoccupied
with it as I sipped Mint Juleps and watched the race in 2001. The day
of next year's race (May 3rd, 2003) will also be the target date for
the 1.0 release. I've also lived in Louisville before, so the Derby in
now in my blood, I think.
A new naming scheme will be used for the post 1.0 branch.
Index: AutoResponse.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/AutoResponse.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- AutoResponse.py 24 Oct 2002 17:52:10 -0000 1.4
+++ AutoResponse.py 4 Nov 2002 02:49:24 -0000 1.5
@@ -189,7 +189,8 @@
self.mimemsg['Auto-Submitted'] = 'auto-replied'
elif self.responsetype == 'bounce':
self.mimemsg['Auto-Submitted'] = 'auto-generated (failure)'
- self.mimemsg['X-Delivery-Agent'] = 'TMDA/%s' % Version.TMDA
+ self.mimemsg['X-Delivery-Agent'] = 'TMDA/%s (%s)' % (Version.TMDA,
+ Version.CODENAME)
# Optionally, add some user-specified headers.
if Defaults.ADDED_HEADERS_SERVER:
for hdr in Defaults.ADDED_HEADERS_SERVER.keys():
Index: ChangeLog
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/ChangeLog,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -r1.236 -r1.237
--- ChangeLog 1 Nov 2002 22:53:07 -0000 1.236
+++ ChangeLog 4 Nov 2002 02:49:24 -0000 1.237
@@ -1,3 +1,8 @@
+2002-11-03 Jason R. Mastaler <[EMAIL PROTECTED]>
+
+ * AutoResponse.py (AutoResponse.create): Add Version.CODENAME to
+ X-Delivery-Agent.
+
2002-11-01 Jason R. Mastaler <[EMAIL PROTECTED]>
* Util.py (maketext): Recognize TEMPLATE_DIR_MATCH_SENDER.
Index: Version.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/Version.py,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- Version.py 29 Oct 2002 01:58:30 -0000 1.55
+++ Version.py 4 Nov 2002 02:49:24 -0000 1.56
@@ -28,6 +28,9 @@
# TMDA version
TMDA = "0.63+"
+# TMDA version codename
+CODENAME = "Lawrin"
+
# Python version
PYTHON = sys.version.split()[0]
_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs