[Jukebox-cvs] CVS update: J4 ChangeLog
Brought to you by:
vtt
From: CVS B. <vt...@fr...> - 2000-11-02 08:38:14
|
User: vt Date: 00/11/01 23:57:43 Modified: . ChangeLog Log: Checkpoint on the way to implement a shutdown(Throwable failureCause) call, as opposed to no-argument shutdown(). Point is, I want to know why the execute() died, if it did. Revision Changes Path 1.23 +9 -4 J4/ChangeLog CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/ChangeLog?annotate=1.23&cvsroot=jukebox4 CVSWeb: View this file: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/ChangeLog?rev=1.23&content-type=text/x-cvsweb-markup&cvsroot=jukebox4 CVSWeb: Diff to previous version: http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/J4/ChangeLog.diff?r1=1.23&r2=1.22&cvsroot=jukebox4 ----------------------------------- Index: ChangeLog =================================================================== RCS file: /usr/local/cvs/J4/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 2000/09/13 20:14:29 1.22 +++ ChangeLog 2000/11/02 06:57:42 1.23 @@ -1,4 +1,4 @@ -$Id: ChangeLog,v 1.22 2000/09/13 20:14:29 vt Exp $ +$Id: ChangeLog,v 1.23 2000/11/02 06:57:42 vt Exp $ CURRENT RELEASE NOTES @@ -21,11 +21,16 @@ --- 2.1p0 Minor version bump (as opposed to patchlevel) caused by the total reimplementation of the configuration and logging - system. Actually, it was rather shuffling of the pieces of - code back and forth, so the reliability is not likely to - suffer, though the functionality has changed a lot. + system, as well as changing the method signature in + PassiveService allowing the shutdown procedure to be aware + of the reason execution has ended. + + Actually, it was rather shuffling of the pieces of code back + and forth, so the reliability is not likely to suffer, + though the functionality has changed a lot. A lot of dead code eliminated, a lot of code optimized. + --- 2.0p9 Jakarta Regexp support added; XML configuration added, minor fixes. It is now possible to use both global and local |