Update of /cvsroot/tmda/tmda/bin
In directory usw-pr-cvs1:/tmp/cvs-serv21965/bin
Modified Files:
ChangeLog tmda-inject
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: ChangeLog
===================================================================
RCS file: /cvsroot/tmda/tmda/bin/ChangeLog,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -r1.238 -r1.239
--- ChangeLog 29 Oct 2002 19:40:51 -0000 1.238
+++ ChangeLog 4 Nov 2002 02:49:24 -0000 1.239
@@ -1,3 +1,8 @@
+2002-11-03 Jason R. Mastaler <[EMAIL PROTECTED]>
+
+ * tmda-inject (inject_message): Add Version.CODENAME to
+ X-Delivery-Agent.
+
2002-10-29 Jason R. Mastaler <[EMAIL PROTECTED]>
* tmda-pending (main): Allow messages to be specified on standard
Index: tmda-inject
===================================================================
RCS file: /cvsroot/tmda/tmda/bin/tmda-inject,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- tmda-inject 4 Oct 2002 23:43:32 -0000 1.71
+++ tmda-inject 4 Nov 2002 02:49:24 -0000 1.72
@@ -247,7 +247,7 @@
msg['Message-ID'] = Util.make_msgid()
# Add `X-Delivery-Agent' header.
del msg['X-Delivery-Agent']
- msg['X-Delivery-Agent'] = 'TMDA/%s' % Version.TMDA
+ msg['X-Delivery-Agent'] = 'TMDA/%s (%s)' % (Version.TMDA, Version.CODENAME)
# Optionally, add an `X-TMDA-Fingerprint' header.
if Defaults.FINGERPRINT:
hdrlist = []
_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs