[Arsperl-devel] ARSperl/html changes.html,1.30,1.31
Brought to you by:
jeffmurphy
From: jeff m. <jef...@us...> - 2007-07-20 19:44:34
|
Update of /cvsroot/arsperl/ARSperl/html In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv13307/html Modified Files: changes.html Log Message: buffer overrun, malloc-on-windows fix Index: changes.html =================================================================== RCS file: /cvsroot/arsperl/ARSperl/html/changes.html,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** changes.html 13 Mar 2007 13:20:33 -0000 1.30 --- changes.html 20 Jul 2007 19:44:34 -0000 1.31 *************** *** 29,32 **** --- 29,78 ---- <tr><td colspan='2'> <table width='100%' border='0'><tr> + <td width='50%'>Released: <B>xx/xx/xxx</B></td> + <td width='50%'>Version: <B>1.91</B></td> + </tr></table></td> + </tr><tr bgcolor='#eeeeee'><td width='10%'>(JCM)</td><td width='90%'><font color='black'>buffer overflow in perl_BuildEntryList + </font></td></tr> + <tr bgcolor='#dddddd'><td width='10%'>(JCM)</td><td width='90%'><font color='black'>malloc-on-windows patch by John Unsworth + </font></td></tr> + <tr bgcolor='#eeeeee'><td width='10%'>(TS)</td><td width='90%'><font color='black'>fixed memory leak in ars_Get... functions (added "sv_2mortal( (SV*) RETVAL )") + </font></td></tr> + <tr bgcolor='#dddddd'><td width='10%'>(TS)</td><td width='90%'><font color='black'>bugfix in dup_Value (support.c) for API version <= 5.0.1 + </font></td></tr> + <tr bgcolor='#eeeeee'><td width='10%'>(TS)</td><td width='90%'><font color='black'>changed enum limits processing in perl_ARFieldLimitStruct for API version <= 5.0.1 + </font></td></tr> + <tr bgcolor='#dddddd'><td width='10%'>(TS)</td><td width='90%'><font color='black'>updated MANIFEST file + </font></td></tr> + <tr bgcolor='#eeeeee'><td width='10%'>(TS)</td><td width='90%'><font color='black'>replaced strdup() by arsperl_strdup() form win32 to fix problems with VisualStudio8 + </font></td></tr> + <tr bgcolor='#dddddd'><td width='10%'>(TS)</td><td width='90%'><font color='black'>changed type of "owner" attribute: ARNameType -> ARAccessNameType + </font></td></tr> + <tr bgcolor='#eeeeee'><td width='10%'>(TS)</td><td width='90%'><font color='black'>corrected function signature for ars_SetVUI, ars_CreateSchema + </font></td></tr> + <tr bgcolor='#dddddd'><td width='10%'>(TS)</td><td width='90%'><font color='black'>fixed memory leak in sv_to_ARValue (support.c) + </font></td></tr> + <tr bgcolor='#eeeeee'><td width='10%'>(TS)</td><td width='90%'><font color='black'>fixed memory leak in ars_GetMultipleEntries, ars_GetListEntryWithFields + XPUSHs(newRV_noinc(...)) -> XPUSHs(sv_2mortal(newRV_noinc(...))) </font></td></tr> + <tr bgcolor='#dddddd'><td width='10%'>(TS)</td><td width='90%'><font color='black'>added "name" value to schemaHash returned by ars_GetSchema + </font></td></tr> + <tr bgcolor='#eeeeee'><td width='10%'>(TS)</td><td width='90%'><font color='black'>fixed rev_ARArchiveInfo Struct, moved function from supportrev_generated.c to supportrev.c + </font></td></tr> + <tr bgcolor='#dddddd'><td width='10%'>(TS)</td><td width='90%'><font color='black'>changed $ARS_LIBS variable for 7.0 Unix API in Makefile.pl (-licuuc -> -licuucbmc) + </table></td></tr></table> + + <P> + + + <TABLE CELLSPACING='0' + CELLPADDING='2' + WIDTH='100%' + BORDER='0' + BGCOLOR='black'> + <TR> + <TD width='100%'> + <TABLE CELLSPACING='0' CELLPADDING='3' WIDTH='100%' BORDER='0' + BGCOLOR='lightblue'> + <tr><td colspan='2'> + <table width='100%' border='0'><tr> <td width='50%'>Released: <B>03/12/2007</B></td> <td width='50%'>Version: <B>1.90</B></td> |