SF.net SVN: tmda: [2168] branches/tmda-cgi-0.16

[email protected] Fri, 02 Mar 2007 06:05:19 -0800
Newsgroups gmane.mail.spam.tmda.cvs
Message-ID <[email protected]>
Revision: 2168
          http://svn.sourceforge.net/tmda/?rev=2168&view=rev
Author:   lack
Date:     2007-03-02 06:05:17 -0800 (Fri, 02 Mar 2007)

Log Message:
-----------
Fixed a typo in the TODO file that causes the 'Info' link to break, caught by
Werner Fleck.

Also releasing 0.16.1 bugfix release.

Modified Paths:
--------------
    branches/tmda-cgi-0.16/CgiVersion.py
    branches/tmda-cgi-0.16/ChangeLog
    branches/tmda-cgi-0.16/TODO

Modified: branches/tmda-cgi-0.16/CgiVersion.py
===================================================================
--- branches/tmda-cgi-0.16/CgiVersion.py	2007-03-02 13:55:52 UTC (rev 2167)
+++ branches/tmda-cgi-0.16/CgiVersion.py	2007-03-02 14:05:17 UTC (rev 2168)
@@ -24,7 +24,7 @@
 from TMDA import Version
 
 # tmda-cgi version
-tmda_cgi = "0.16"
+tmda_cgi = "0.16.1"
 
 # tmda-cgi version codename
 Codename = "Sulphur"

Modified: branches/tmda-cgi-0.16/ChangeLog
===================================================================
--- branches/tmda-cgi-0.16/ChangeLog	2007-03-02 13:55:52 UTC (rev 2167)
+++ branches/tmda-cgi-0.16/ChangeLog	2007-03-02 14:05:17 UTC (rev 2168)
@@ -1,5 +1,12 @@
 2007-02-08  Jim Ramsay      <[email protected]>
 
+	* Version 0.16.1 is released
+
+	* Fixed a typo in the TODO file that caused the "Info" link in the interface
+	to crash (Caught by Werner Fleck, thanks!)
+
+2007-02-08  Jim Ramsay      <[email protected]>
+
 	* Version 0.16 is released
 
 	* Fixed TMDA version detection code which previously thought that version

Modified: branches/tmda-cgi-0.16/TODO
===================================================================
--- branches/tmda-cgi-0.16/TODO	2007-03-02 13:55:52 UTC (rev 2167)
+++ branches/tmda-cgi-0.16/TODO	2007-03-02 14:05:17 UTC (rev 2168)
@@ -1,7 +1,7 @@
 Things left to do:
 ==================
 
-    * Better handling of really bad template errors which currently cause a
+    * Error Handling -- Better handling of really bad template errors which currently cause a
 	     "server error" such as missing template directory.
 		  (Bug found by Michael Weiner)
 


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