Update of /cvsroot/perl-win32-gui/Win32-GUI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13218

Modified Files:
        CHANGELOG GUI.pm GUI.rc MANIFEST Readme Readme.html 
Log Message:
1.05 Release

Index: GUI.rc
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GUI.rc,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** GUI.rc      15 Oct 2006 14:07:45 -0000      1.9
--- GUI.rc      5 Nov 2006 20:04:49 -0000       1.10
***************
*** 8,13 ****
  
  1 VERSIONINFO
! FILEVERSION           1,04,00,00
! PRODUCTVERSION        1,04,00,00
  FILEOS        VOS__WINDOWS32
  FILETYPE VFT_DLL
--- 8,13 ----
  
  1 VERSIONINFO
! FILEVERSION           1,05,00,00
! PRODUCTVERSION        1,05,00,00
  FILEOS        VOS__WINDOWS32
  FILETYPE VFT_DLL
***************
*** 17,24 ****
                BLOCK "040904E4"
                {
!                       VALUE "Comments" , "Win32::GUI Perl module v1.04"
                        VALUE "CompanyName" , "Open Source"
                        VALUE "FileDescription" , "perl-win32-gui Perl 
extension"
!                       VALUE "FileVersion" , "1.04"
                        VALUE "InternalName" , "GUI.dll"
                        VALUE "LegalCopyright" , "Copyright © Aldo Caplini 
1997..2006"
--- 17,24 ----
                BLOCK "040904E4"
                {
!                       VALUE "Comments" , "Win32::GUI Perl module v1.05"
                        VALUE "CompanyName" , "Open Source"
                        VALUE "FileDescription" , "perl-win32-gui Perl 
extension"
!                       VALUE "FileVersion" , "1.05"
                        VALUE "InternalName" , "GUI.dll"
                        VALUE "LegalCopyright" , "Copyright © Aldo Caplini 
1997..2006"
***************
*** 26,30 ****
                        VALUE "OriginalFilename" , "GUI.dll"
                        VALUE "ProductName" , "Win32::GUI"
!                       VALUE "ProductVersion" , "1.04"
                }
        }
--- 26,30 ----
                        VALUE "OriginalFilename" , "GUI.dll"
                        VALUE "ProductName" , "Win32::GUI"
!                       VALUE "ProductVersion" , "1.05"
                }
        }

Index: GUI.pm
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/GUI.pm,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** GUI.pm      31 Oct 2006 22:24:15 -0000      1.57
--- GUI.pm      5 Nov 2006 20:04:49 -0000       1.58
***************
*** 20,24 ****
  # STATIC OBJECT PROPERTIES
  #
! $VERSION             = "1.04_01";     # For MakeMaker
  $XS_VERSION          = $VERSION;      # For dynaloader
  $VERSION             = eval $VERSION; # For Perl  (see perldoc perlmodstyle)
--- 20,24 ----
  # STATIC OBJECT PROPERTIES
  #
! $VERSION             = "1.05";        # For MakeMaker
  $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.105
retrieving revision 1.106
diff -C2 -d -r1.105 -r1.106
*** CHANGELOG   2 Nov 2006 20:39:18 -0000       1.105
--- CHANGELOG   5 Nov 2006 20:04:49 -0000       1.106
***************
*** 6,12 ****
--- 6,23 ----
  Win32-GUI ChangeLog
  ===================
+ + [Robert May] : 5 November 2006 - 1.05 Release
+     - docs/GUI.pod - update references to v1.05 to v1.06, and v1.06
+       to v1.07
+     - GUI.pm up version to 1.05
+     - MANIFEST - add ReleaseNotes/RN_1_05.pod
+     - Tag HEAD as Win32-GUI-1_05
+     --- Win32::GUI::ReleaseNotes ---
+     - RN_1_05.pod - add final info
+ 
  + [Robert May] : 2 November 2006 - Include POD docs in PPM
      - Makefile.PL - remove --exclude="*.pod" switch from tar
        command that packs the PPM in the ppm target
+     --- Win32::GUI::UserGuide ---
+     - FAQ.pod -  update freeimage website and version
  
  + [Robert May] : 30 October 2006 - Bug Fixes

Index: MANIFEST
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/MANIFEST,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** MANIFEST    15 Oct 2006 14:07:45 -0000      1.20
--- MANIFEST    5 Nov 2006 20:04:49 -0000       1.21
***************
*** 343,346 ****
--- 343,347 ----
  Win32-GUI-ReleaseNotes/RN_1_03.pod
  Win32-GUI-ReleaseNotes/RN_1_04.pod
+ Win32-GUI-ReleaseNotes/RN_1_05.pod
  Win32-GUI-ReleaseNotes/t/98_pod.t
  Win32-GUI-Scintilla/Changes

Index: Readme
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Readme,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Readme      15 Oct 2006 14:07:45 -0000      1.7
--- Readme      5 Nov 2006 20:04:49 -0000       1.8
***************
*** 14,18 ****
  AVAILABILITY
  
!     This is the README file for Win32::GUI v1.04 built on 15 Oct 2006.
  
      Source and ActiveState Perl PPMs are available from
--- 14,18 ----
  AVAILABILITY
  
!     This is the README file for Win32::GUI v1.05 built on 05 Nov 2006.
  
      Source and ActiveState Perl PPMs are available from
***************
*** 162,166 ****
  VERSION
  
!     Documentation for Win32::GUI v1.04 created 15 Oct 2006
  
      This document is autogenerated by the build process. Edits made here
--- 162,166 ----
  VERSION
  
!     Documentation for Win32::GUI v1.05 created 05 Nov 2006
  
      This document is autogenerated by the build process. Edits made here

Index: Readme.html
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Readme.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Readme.html 15 Oct 2006 14:07:45 -0000      1.8
--- Readme.html 5 Nov 2006 20:04:49 -0000       1.9
***************
*** 62,67 ****
  <hr />
  <h1><a name="availability">AVAILABILITY</a></h1>
! <p>This is the README file for Win32::GUI v1.04
! built on 15 Oct 2006.</p>
  <p>Source and ActiveState Perl PPMs are available from
  <a 
href="http://sourceforge.net/project/showfiles.php?group_id=16572";>http://sourceforge.net/project/showfiles.php</a>.</p>
--- 62,67 ----
  <hr />
  <h1><a name="availability">AVAILABILITY</a></h1>
! <p>This is the README file for Win32::GUI v1.05
! built on 05 Nov 2006.</p>
  <p>Source and ActiveState Perl PPMs are available from
  <a 
href="http://sourceforge.net/project/showfiles.php?group_id=16572";>http://sourceforge.net/project/showfiles.php</a>.</p>
***************
*** 201,205 ****
  <hr />
  <h1><a name="version">VERSION</a></h1>
! <p>Documentation for Win32::GUI v1.04 created 15 Oct 2006</p>
  <p>This document is autogenerated by the build process. Edits made here will 
be lost.
  Edit <em>docs/GUI/UserGuide/Readme.pod</em> instead.</p>
--- 201,205 ----
  <hr />
  <h1><a name="version">VERSION</a></h1>
! <p>Documentation for Win32::GUI v1.05 created 05 Nov 2006</p>
  <p>This document is autogenerated by the build process. Edits made here will 
be lost.
  Edit <em>docs/GUI/UserGuide/Readme.pod</em> instead.</p>


Reply via email to