From: Florian G. <re...@us...> - 2010-09-16 12:04:23
|
Update of /cvsroot/perfparse/_perfparse In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9205 Modified Files: ChangeLog Log Message: Fixed handling of special characters in metric names (Christian Vieser) Index: ChangeLog =================================================================== RCS file: /cvsroot/perfparse/_perfparse/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** ChangeLog 9 Nov 2008 00:14:29 -0000 1.26 --- ChangeLog 16 Sep 2010 12:04:15 -0000 1.27 *************** *** 1,2 **** --- 1,4 ---- + Fixed handling of special characters in metric names (Christian Viesser) + Version 1.0 beta 1 Fixed a buffer overflow with long service/metric names - Thanks to Jamie Garcia (FG) |