From: Robert M. <rob...@us...> - 2008-01-13 21:41:42
|
Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7020/Win32-GUI-ReleaseNotes Modified Files: RN_1_06.pod Log Message: Add info about 5.10 support and some typos Index: RN_1_06.pod =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-ReleaseNotes/RN_1_06.pod,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** RN_1_06.pod 13 Jan 2008 11:42:57 -0000 1.5 --- RN_1_06.pod 13 Jan 2008 21:41:46 -0000 1.6 *************** *** 14,18 **** This release is a primarily a bug-fix release addressing the issues ! below. There are a small number of new features. =head2 New Features --- 14,19 ---- This release is a primarily a bug-fix release addressing the issues ! below. There are a small number of new features. Minor changes have ! been made to enable correct building with the new perl 5.10.0 =head2 New Features *************** *** 56,60 **** =over ! =item Baloon Tooltip info and warning icons swapped The info and warning icon for balloon tooltips --- 57,61 ---- =over ! =item Balloon Tooltip info and warning icons swapped The info and warning icon for balloon tooltips *************** *** 97,101 **** There were several places in the Scintilla wrapper ! code where buffer of the wrong sizes were allocated. This has been fixed. --- 98,102 ---- There were several places in the Scintilla wrapper ! code where buffers of the wrong sizes were allocated. This has been fixed. *************** *** 167,170 **** --- 168,174 ---- directory. (Tracker: 1586643) + Further, the filename chosen wasn't thread-safe. This (unlikely) + race-condition should also be fixed. + =back |