SF.net SVN: tmda: [2191] trunk/tmda

[email protected] Mon, 30 Jul 2007 12:43:14 -0700
Newsgroups gmane.mail.spam.tmda.cvs
Message-ID <[email protected]>
Revision: 2191
          http://tmda.svn.sourceforge.net/tmda/?rev=2191&view=rev
Author:   jasonrm
Date:     2007-07-30 12:43:13 -0700 (Mon, 30 Jul 2007)

Log Message:
-----------
TMDA 1.1.12 is released

Modified Paths:
--------------
    trunk/tmda/ChangeLog
    trunk/tmda/NEWS
    trunk/tmda/TMDA/Version.py
    trunk/tmda/contrib/tmda.spec

Modified: trunk/tmda/ChangeLog
===================================================================
--- trunk/tmda/ChangeLog	2007-05-01 19:28:13 UTC (rev 2190)
+++ trunk/tmda/ChangeLog	2007-07-30 19:43:13 UTC (rev 2191)
@@ -1,3 +1,7 @@
+2007-07-30  Jason R. Mastaler  <[email protected]>
+
+	* TMDA 1.1.12 is released.
+
 2007-02-24  Jason R. Mastaler  <[email protected]>
 
 	* TMDA 1.1.11 is released.

Modified: trunk/tmda/NEWS
===================================================================
--- trunk/tmda/NEWS	2007-05-01 19:28:13 UTC (rev 2190)
+++ trunk/tmda/NEWS	2007-07-30 19:43:13 UTC (rev 2191)
@@ -9,10 +9,9 @@
 
 * tmda-ofmipd now has native STARTTLS and SSL support courtesy of
   Stephen Warren. The new options are '--tls', '--ssl', '--ssl-key',
-  and '--ssl-crt'. Note that the tlslite Python module
-  (http://trevp.net/tlslite/) needs to be installed to use this
-  feature. For more information, see tmda-ofmipd's '--help' output or
-  the "SSL/TLS" section of http://wiki.tmda.net/TmdaOfmipdHowto
+  and '--ssl-crt'. Note that the tlslite Python module needs to be
+  installed to use this feature. For more information, see the
+  "Builtin SSL/TLS" section of http://wiki.tmda.net/TmdaOfmipdHowto
 
 * Fixed a minor bug that prevented the use of both SMTPSSL and
   SMTPAUTH together.

Modified: trunk/tmda/TMDA/Version.py
===================================================================
--- trunk/tmda/TMDA/Version.py	2007-05-01 19:28:13 UTC (rev 2190)
+++ trunk/tmda/TMDA/Version.py	2007-07-30 19:43:13 UTC (rev 2191)
@@ -26,7 +26,7 @@
 
 
 # TMDA version
-TMDA = '1.1.11+'
+TMDA = '1.1.12'
 
 # TMDA version codename
 CODENAME = 'Macallan'

Modified: trunk/tmda/contrib/tmda.spec
===================================================================
--- trunk/tmda/contrib/tmda.spec	2007-05-01 19:28:13 UTC (rev 2190)
+++ trunk/tmda/contrib/tmda.spec	2007-07-30 19:43:13 UTC (rev 2191)
@@ -1,5 +1,5 @@
 %define name tmda
-%define version 1.1.11
+%define version 1.1.12
 %define release 1
 
 Summary: Tagged Message Delivery Agent


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.