##// END OF EJS Templates
Send mail notifications when an error different to ValueError has occurred
Miguel Valdez -
r689:450b0e936558
parent child
Show More
@@ -26,4 +26,8 VERSIONS:
26 26 -Colored Button Icons were added to GUI
27 27
28 28 2.1.4:
29 -Sending error notifications to signal chain administrator No newline at end of file
29 -Sending error notifications to signal chain administrator
30 -Login to email server added
31
32 2.1.4.1:
33 -Send notifications when an error different to ValueError is detected No newline at end of file
@@ -4,4 +4,4 Created on Feb 7, 2012
4 4 @author $Author$
5 5 @version $Id$
6 6 '''
7 __version__ = "2.1.4" No newline at end of file
7 __version__ = "2.1.4.1" No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now