home *** CD-ROM | disk | FTP | other *** search
/ Tutto per Internet / Internet.iso / soft95 / Html / PerlW32 / RELEASE.TXT < prev    next >
Encoding:
Text File  |  1996-01-31  |  4.5 KB  |  155 lines

  1.  
  2. You are reading: RELEASE.TXT
  3. ----------------------------
  4. -------------------------------
  5. Version 5 build 105 Release
  6. -------------------------------
  7.  
  8. Changes
  9. -------
  10. - See changes for betas below.
  11.  
  12. Bugs fixed
  13. ----------
  14. - OLE bugs re: properties fixed.
  15. - Windows 95 problems with exceptions fixed.
  16. - Windows 95 problems with COMMAND.COM fixed.
  17. - OLE retrievable arrays work now.
  18.  
  19. Known Issues
  20. ------------
  21. - the return value of a system call is wrong on Win95, causes a test failure.
  22. - Makefiles are for MSVC version 2.2.  The next build will use 
  23.     VC 4.0 makefiles.
  24.  
  25. -------------------------------
  26. Version 5 build 104 Beta
  27. -------------------------------
  28.  
  29. Changes
  30. -------
  31. - See changes for betas below.
  32. - NT:: modules changed to Win32:: 
  33.  
  34. Bugs fixed
  35. ----------
  36. - will build
  37. - OLE bugs re: properties fixed.
  38. - Win32::Process module bug fixed ( Exit code ).
  39. - Flock() implemented (for real). 
  40.  
  41. Known Issues
  42. ------------
  43. - Windows 95 problems with Exception handling.
  44. - Windows 95 problems with COMMAND.COM.( affects system, pipes etc ).
  45. - no Makemaker support for extensions.
  46. - OLE: Retrievable arrays don't work. Will on next build.
  47.  
  48.  
  49. -------------------------------
  50. Version 5 Build 103 
  51. -------------------------------
  52.  
  53.  
  54. Changes
  55. -------
  56. - See changes for Betas 1 and 2
  57. - NT:: Extension modules added.    
  58. - sorta Works on 95. Install script is broken. 
  59. - flock() and pipe() now work.
  60.  
  61. Bugs fixed
  62. ----------
  63. - the -S flag bug is fixed.
  64. - the ctrl-c ( break ) signal bug is fixed. 
  65.  
  66. Known Issues
  67. ------------
  68. - Naming conventions will probably be changed for extensions to fit the 
  69.   "Will of the people". ( NT:: vs Win32:: vs Win95:: vs etc::).
  70. - perl -v causes an exception on Win95. Breaks the install script on 95
  71.   (WinNT too, but WinNT exception handling works!)
  72. - no makemaker, yet.
  73. - pipes, and sockets have some problems on Win95
  74. - system with multiple arguements fails on Win95 ( due to command.com ).
  75. - Writing extensions is a tad tedious. Soon to be remedied. Look at
  76. supplied extensions for example,and online documentation at:
  77.  
  78.     http://info.hip.com/ntperl/man-pages/win32xs.htm
  79.  
  80. - DBM bug, reports wrong size of file.
  81.  
  82. -------------------------------
  83. Version 5 Release 100 Beta 2
  84. -------------------------------
  85.  
  86. - This Beta will not work on Win95 !!!
  87.  
  88. Changes
  89. -------
  90. - See changes for Beta 1
  91. - added resources and icons.
  92. - pipe command added. ( not fully tested ).
  93. - DBM support added (using SDBM. DB_File on the way). dbmopen() et al now
  94. functional.
  95.  
  96. Bugs fixed
  97. ----------
  98. - a system environment bug was fixed.
  99.  
  100.  
  101. Known Issues
  102. ------------
  103. - Beta 2 does not work on Win95.
  104. - Sockets have some problems.
  105. - Ctrl-C (break) doesn't work when Perl spawns another Perl process.
  106. - Writing extensions is a tad tedious. Soon to be remedied. Look at
  107. supplied extensions for example.
  108.  
  109.  
  110. -------------------------------
  111. Version 5 Release 100 Beta 1
  112. -------------------------------
  113.  
  114. - This Beta will not work on Win95!!!
  115.  
  116. Changes
  117. -------
  118. - This Beta will not work on Win95!!!
  119. - NT.ph is being phased out. It is still available but will be removed soon.
  120. Redundant, a perl4'ism. Replaced by NT.pm ("use NT"). Other
  121. constant stuff now encompassed in module extensions.  
  122. -The built-in extensions for Eventlog and registry still exist, but will be
  123. removed.
  124.  Please use the module extensions, NT::EventLog and NT::Registry.
  125. (see lib/NT.pm for details)
  126. - Now search PERLLIB environment variable for @INC path.
  127. - Process loading now much faster, now does explicit loading on all
  128. system libraries except for kernel32.dll.
  129. - dynamic loading of module extensions added. Still in testing, use at your
  130. own risk. No MakeMaker available.
  131. - OLE automation schema completely overhauled. Now much simpler, faster,
  132. cleaner, nicer, you name it you got it. Embedded objects supported. Sorry,
  133. still can't do OCX's and never will do VBX's.
  134. - Added Socket.pm ("use Socket" is the equivalent to "use Winsock").
  135. - All of perl split into small exe and big dll - runs much faster!!!!!!!
  136. - Cwd.pm patched to use portable methods. Thanks Tim Bunce for patch.
  137. - All source files now have notice regarding GPL or Artistic License.
  138.  
  139. Bugs fixed
  140. ----------
  141.  
  142. - case smashing on %ENV hash.
  143. - 'pwd' unix'isms removed.
  144. - various problems with pipes
  145. - lots of other little things.
  146.  
  147. Known Issues
  148. ------------
  149. - Beta 1 does not work on Win95.
  150. - Sockets have some problems.
  151. - Ctrl-C (break) doesn't work when Perl spawns another Perl process.
  152. - Writing extensions is a tad tedious. Soon to be remedied. Look at
  153. supplied extensions for example.
  154.  
  155.