home *** CD-ROM | disk | FTP | other *** search
/ Freelog 15 / FREELOG 15.ISO / WebMaster / Perl / PERL5106.ZIP / perl5 / RELEASE.TXT < prev    next >
Encoding:
Text File  |  1996-04-05  |  4.9 KB  |  176 lines

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