home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / WEBSERVE / SAMBAR / DATA.1 / release.txt < prev    next >
Text File  |  1997-07-21  |  5KB  |  146 lines

  1.  
  2. You are reading: RELEASE.TXT for Perl for Win32
  3. -----------------------------------------------
  4.  
  5. -------------------------
  6. Build 306 - Apr. 9, 1997
  7. -------------------------
  8. Added:
  9. foreach.pl  - OLE foreach () sample
  10. ado.pl - ADO database sample
  11.  
  12. Fixes:
  13. o Added COMSPEC registry lookup to override/provide COMSPEC environment variable
  14.     from Jorge Gustavson <JGustavson@ACM.org>
  15. o Change ntole.cpp to use SysAllocString instead of SysAllocStringByteLen
  16. o Added ioctl for socket fds from Ronan Waide <waider@autodealing.com>
  17. o Fixed Win32:: calls for memory leak
  18. o Added FileHandle extension and associated test script
  19. o Stopped deletion of spaces inside quotes in system command
  20. o BIT_BUCKET changed from "\\dev\\nul" to "nul"
  21. o Win32::Service::GetStatus returns the following if service stopped. 
  22.     CurrentState              =   1
  23.     CheckPoint                =   0
  24.     ControlsAccepted          =   0
  25.     ServiceSpecificExitCode   =   0
  26.     ServiceType               =   0
  27.     WaitHint                  =   0
  28.     Win32ExitCode             =   0
  29.  
  30. Known Issues
  31. ------------
  32. o SDBM_File fails on FAT file systems
  33. o characters > 127 in file names are problematic
  34.  
  35.  
  36. -------------------------
  37. Build 305 - Apr. 2, 1997
  38. -------------------------
  39. Fixes:
  40. o this build loads and executes extension 303 or greater
  41. o added handling of OLE collections in foreach
  42. o unlink fixed for read only files
  43. o Socket error report adds error number
  44. o Fixed Win32::FSType for print
  45. o FindFirstFile, FindNextFile, and FindClose moved into IPerlSupport;
  46.     handles opendir problem in PerlScript and PerlIS
  47.  
  48. Known Issues
  49. ------------
  50. o SDBM_File fails on some Win95 installations 
  51. o characters > 127 in file names are problematic
  52.  
  53. -------------------------
  54. Build 304 - Mar. 22, 1997
  55. -------------------------
  56.  
  57. Fixes:
  58. o Defined HAS_UTINE in Config.h
  59. o Added additional tests to the test suite
  60. o Fixed bug in GroupGetAttributes in NetAdmin.cpp
  61. o Added fixes for Win95 install from Alexander Caskey <afc@halcyon.com>
  62. o Fixed 'select(undef, undef, undef, 5);' exception.
  63. o Fixed InitiateSystemShutdown and AbortSystemShutdown
  64. o Added package Variant for OLE - see oleauto.html for docs
  65. o Fixed handling of SIGINT
  66. o Added Monte Mitzelfelt, monte@conchas.nm.org fixes/changes to FileSecurity.pll
  67. o Perl300 tracks loading of libraries and unloads then when it unloads
  68. o Removed setting of PATHEXT in perlw32-install.bat
  69. o Fixed Win32::EventLog operations with large events logs
  70. o Fixed IDispatch as parameter to OLE method
  71. o Delete processing of '.' in PATH during install
  72.  
  73. Known Issues
  74. ------------
  75. o characters > 127 in file names are problematic
  76. o "Associate .pl with Perl.exe?" fails in perlw32-install.bat on Windows NT versions
  77.     earlier than 4.0 -- ftype and assoc commands are not available
  78.  
  79. -------------------------
  80. Build 303 - Jan. 29, 1997
  81. -------------------------
  82.  
  83. Fixes:
  84. o Changed Perl100.dll to Perl300.dll in Nt.cpp
  85. o Added additional tests to the test suite
  86. o Added Fcntl.pll
  87. o Fixed bug in Open in Eventlog.pm
  88. o Corrected reference to Tie::Hash for SDBM_File.pm
  89. o Changed '!= ARRAY' to 'ne ARRAY' in Registry.pm
  90. o Corrected error in docs 'GroupDel...' should be 'GroupDelete...'
  91. o Added extensions IO.pll and Socket.pll
  92. o Added 'kill' -- Perl built in
  93.  
  94. Known Issues
  95. ------------
  96. o characters > 127 in file names are problematic
  97. o some Win32::EventLog operations fail with large events logs
  98. o "Associate .pl with Perl.exe?" fails in perlw32-install.bat on Windows NT versions
  99.     earlier than 4.0 -- ftype and assoc commands are not available
  100.  
  101. -------------------------
  102. Build 302 - Dec. 13, 1996
  103. -------------------------
  104.  
  105. Fixes:
  106. o Added missing .pm and .pl files from distribution
  107. o fixed building of SDBM_File.pll in build code so that a binary is produced
  108.  
  109. -------------------------------
  110. Version 5.003_7 build 301
  111. -------------------------------
  112.  
  113. Fixes:
  114. o OLE error loading some servers
  115. o OLE error reusing SV's
  116. o PERL5DB.PL corrected console detection for MSWin32
  117.  
  118. Updates:
  119. o docs/Perl directory
  120.  
  121. -------------------------------
  122. Version 5.003_7 build 300
  123. -------------------------------
  124.  
  125. Fixes
  126. -----
  127. o added Win32/ChangeNotify.pm that was forgotten
  128.  
  129. -------------------------------
  130. Version 5.003_7 build 300
  131. -------------------------------
  132. o first release of Perl 5.003 for Win32
  133. o likely has bugs
  134. o Documentation is seriously out of date
  135.  
  136. Things to look out for
  137. ----------------------
  138. o All built in NT* functions have been renamed Win32::*
  139.     done to clean up the main name space significantly
  140. o Win32::ChangeNotification has been renamed Win32::ChangeNotify
  141. o registry records are now in \Software\ActiveWare\..
  142. o Installation associates .pl files to perl.exe in NT
  143.  
  144. Known Issues
  145. ------------
  146.     none - please report bugs to perl@ActiveWare.com