Update of /cvsroot/perl-win32-gui/Win32-GUI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14718
Modified Files:
CHANGELOG
Log Message:
Bring Changelog and Release Notes up to date
Index: CHANGELOG
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/CHANGELOG,v
retrieving revision 1.131
retrieving revision 1.132
diff -C2 -d -r1.131 -r1.132
*** CHANGELOG 13 Jan 2008 20:20:50 -0000 1.131
--- CHANGELOG 31 Jan 2008 00:42:10 -0000 1.132
***************
*** 6,9 ****
--- 6,26 ----
Win32-GUI ChangeLog
===================
+ + [Robert May] : 31 January 2008 - Misc Fixes
+ - Makefile.PL - another attempt to prevent spurous CPAN tester reports
+ from linux testers.
+ - TreeView.xs - GetItem()/ItemInfo() return empty list rather than undef
+ on failure.
+ - GUI.xs - allow LoadImage to cope with cygwin paths
+ - Update ppport.h to the latest version to silence some compiler warnings
+ - Toolbar.xs - allow AddBitmap to be called multiple times
+ --- Win32::GUI::BitmapInline ---
+ - BitmapInline.pm - fix tained problem with tmpfile under perl 5.6.1
+ --- Win32::GUI::Scintilla ---
+ - Scintilla.xs - remove NO_GET_PERL_CONTEXT, as this is picked up from
+ GUI.h when needed, and was causing crash in cygwin (Reini Urban)
+ - t/02_new.t,03_LoadFile.t,55_crash.t - new tests added
+ --- Win32::GUI::ReleaseNotes ---
+ - RN_1_06.pod brought up to date.
+
+ [Reini Urban] : 13 January 2008 - Fixes to build under Perl 5.10.0
- Changes to GUI.pm and Win32-GUI-Constants/Constants.pm to get
|