From: Robert M. <rob...@us...> - 2008-02-08 14:34:17
|
Update of /cvsroot/perl-win32-gui/Win32-GUI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30337 Modified Files: CHANGELOG GUI.pm Log Message: Prepare for 1.06 RC2 Index: GUI.pm =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GUI.pm,v retrieving revision 1.67 retrieving revision 1.68 diff -C2 -d -r1.67 -r1.68 *** GUI.pm 1 Feb 2008 13:33:22 -0000 1.67 --- GUI.pm 8 Feb 2008 14:34:18 -0000 1.68 *************** *** 20,24 **** # STATIC OBJECT PROPERTIES # ! $VERSION = "1.05_90"; # For MakeMaker and CPAN $XS_VERSION = $VERSION; # For dynaloader $VERSION = eval $VERSION; # For Perl (see perldoc perlmodstyle) --- 20,24 ---- # STATIC OBJECT PROPERTIES # ! $VERSION = "1.05_91"; # For MakeMaker and CPAN $XS_VERSION = $VERSION; # For dynaloader $VERSION = eval $VERSION; # For Perl (see perldoc perlmodstyle) Index: CHANGELOG =================================================================== RCS file: /cvsroot/perl-win32-gui/Win32-GUI/CHANGELOG,v retrieving revision 1.138 retrieving revision 1.139 diff -C2 -d -r1.138 -r1.139 *** CHANGELOG 8 Feb 2008 14:24:38 -0000 1.138 --- CHANGELOG 8 Feb 2008 14:34:18 -0000 1.139 *************** *** 6,9 **** --- 6,12 ---- Win32-GUI ChangeLog =================== + + [Robert May] : 8 February 2008 - Prepare for 1.06 RC2 + - GUI.pm - up version to 1.05_91 in preparation for 1.06 RC2 + + [Robert May] : 8 February 2008 - Fix $w->{-handle} availability - GUI_Messageloops.cpp - when using WS_POPUP we discover that |