Update of /cvsroot/nice/Nice
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11173
Modified Files:
NEWS
Log Message:
Exit the JVM with exit code 1 when the main program finishes with an uncaught
exception.
Index: NEWS
===================================================================
RCS file: /cvsroot/nice/Nice/NEWS,v
retrieving revision 1.73
retrieving revision 1.74
diff -C2 -d -r1.73 -r1.74
*** NEWS 24 Mar 2005 14:47:08 -0000 1.73
--- NEWS 26 Mar 2005 15:33:02 -0000 1.74
***************
*** 47,50 ****
--- 47,52 ----
Nice classes, so that those do not need to be automatically added to
generated jars.
+ * Exit the JVM with exit code 1 when the main program finishes with an
+ uncaught exception.
* Bug fixes (negative int hex literals, ...)
|