SF.net SVN: tmda: [2185] branches/tmda-cgi-0.16
[email protected] Mon, 16 Apr 2007 09:35:58 -0700
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 2185
http://svn.sourceforge.net/tmda/?rev=2185&view=rev
Author: lack
Date: 2007-04-16 09:33:59 -0700 (Mon, 16 Apr 2007)
Log Message:
-----------
Release 0.16.3 coming soon.
Modified Paths:
--------------
branches/tmda-cgi-0.16/CgiVersion.py
branches/tmda-cgi-0.16/ChangeLog
Modified: branches/tmda-cgi-0.16/CgiVersion.py
===================================================================
--- branches/tmda-cgi-0.16/CgiVersion.py 2007-04-16 16:29:01 UTC (rev 2184)
+++ branches/tmda-cgi-0.16/CgiVersion.py 2007-04-16 16:33:59 UTC (rev 2185)
@@ -24,7 +24,7 @@
from TMDA import Version
# tmda-cgi version
-tmda_cgi = "0.16.2"
+tmda_cgi = "0.16.3"
# tmda-cgi version codename
Codename = "Sulphur"
Modified: branches/tmda-cgi-0.16/ChangeLog
===================================================================
--- branches/tmda-cgi-0.16/ChangeLog 2007-04-16 16:29:01 UTC (rev 2184)
+++ branches/tmda-cgi-0.16/ChangeLog 2007-04-16 16:33:59 UTC (rev 2185)
@@ -1,3 +1,10 @@
+2007-04-16 Jim Ramsay <[email protected]>
+
+ * Version 0.16.3 is released
+
+ * Fixed more ugly errors when the theme vars have not yet been initialized
+ (for example, when releasing a message that doesn't exist).
+
2007-03-29 Jim Ramsay <[email protected]>
* Version 0.16.2 is released
@@ -4,7 +11,7 @@
* Removed "message delivered twice on whitelist" issue
- * Added patch which removes deprecated confirm_accept_text from
+ * Added patch which removes deprecated confirm_accept_text from
confirm_accept.txt in the skel directory, from Bill Shupp, thanks!
* Merged in a fix to vmailmgr stub.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.