From: Peter C. <pc...@us...> - 2010-03-04 00:19:04
|
Update of /cvsroot/ipbench/ipbench2/debian In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv14456/debian Modified Files: changelog control Log Message: New version: nfsstone should now work, and I've actually tested the XML parsing this time... Index: control =================================================================== RCS file: /cvsroot/ipbench/ipbench2/debian/control,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** control 3 Feb 2010 01:26:51 -0000 1.8 --- control 4 Mar 2010 00:18:41 -0000 1.9 *************** *** 64,68 **** Package: ipbench-controller Architecture: all ! Depends: ${shlibs:Depends}, python, ipbench-client, ipbench-target Description: Controller script for ipbench2 ipbench is a distributed networking suite with a variety of tests and --- 64,68 ---- Package: ipbench-controller Architecture: all ! Depends: ${shlibs:Depends}, python, ipbench-client, ipbench-target, python-lxml Description: Controller script for ipbench2 ipbench is a distributed networking suite with a variety of tests and Index: changelog =================================================================== RCS file: /cvsroot/ipbench/ipbench2/debian/changelog,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** changelog 10 Feb 2010 04:02:51 -0000 1.7 --- changelog 4 Mar 2010 00:18:41 -0000 1.8 *************** *** 1,2 **** --- 1,9 ---- + ipbench (2.0.1-6) unstable; urgency=low + + * Fixes to nfsstone: no longer dumps core on exit + * Use python-lxml to get full XPATH support in controller script. + + -- Peter Chubb <pe...@ge...> Thu, 04 Mar 2010 11:17:49 +1100 + ipbench (2.0.1-5) unstable; urgency=low |