From: <bil...@us...> - 2007-01-25 23:44:18
|
Update of /cvsroot/proxool/proxool In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv962 Modified Files: CHANGES.txt Log Message: Draft change log Index: CHANGES.txt =================================================================== RCS file: /cvsroot/proxool/proxool/CHANGES.txt,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** CHANGES.txt 11 Jan 2007 09:51:20 -0000 1.47 --- CHANGES.txt 25 Jan 2007 23:44:15 -0000 1.48 *************** *** 10,13 **** --- 10,18 ---- that as a cause. + - Changed the signature of the ConnectionListenerIF.onDeath() method to include a + reasonCode defining exactly why the connection is about to die. This gives you the + chance to decide whether to commit or rollback. See the onDeath() method for a list + of possible codes. + 0.9.0RC3 |