home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / ftp.vapor.com / voyager / v3_3_beta120.readme < prev    next >
Text File  |  2014-05-19  |  5KB  |  111 lines

  1.   __   __  
  2.   \ \ / 3 | Voyager 3.3beta120
  3.    \ V /  | Beta Release (1.1.2002)
  4.     \_/   | http://v3.vapor.com/
  5.             
  6. Welcome to V3.3beta120
  7.  
  8. This is the seventh "beta" version of V3 with the new layout 
  9. engine. It now has approached a somewhat usable state again.
  10. It's still not compiled with code-optimisation (68k), it
  11. hasn't been manually optimised yet and it still contains
  12. tons of debugging code (and, possibly, the associated bugs).
  13.  
  14. This is a full release archive and contains everything
  15. needed to run Voyager (except MUI 3.8). Please, do NOT
  16. install this over an old V 3.2 installation, because
  17. some of the subsystems are no longer compatible.
  18.  
  19. The archive contains the "Classic Amiga" 68020+
  20. build. The native MorphOS build is available in
  21. a different distribution.
  22.  
  23. Improvements over the last public beta (3.3.117):
  24.  
  25.  - various bugfixes in JS, Image Decoders
  26.    and the download manager
  27.  
  28. Notable known deficiencies (not worth reporting):
  29.  
  30.  - list item blocks don't get proper indentation
  31.    (same for BLOCKQUOTE)
  32.  - no printing at all
  33.  - Navigation within frames is, erm, suboptimal
  34.  - JS: function calls across frames don't pass arguments
  35.  - "fullscreen" mode and "single window" mode used together
  36.    have some complicated quirks
  37.  - no SSL support for MorphOS yet
  38.  - VFlash plugin doesn't detect resizes
  39.  - this list doesn't seem to be shrinking with new
  40.    beta versions
  41.  
  42. ------------------------------------------------------------
  43.  
  44. Changes since 3.3.116/117 [sixth public beta]
  45.  
  46. 3.3.118
  47. -------
  48. - JS: when assigning the special value "undefined" to variables,
  49.   an object reference with value "null" was created -- this esspecially
  50.   happened when function calls where made with less parameters than
  51.   the function expected. Now, the variables are properly undefined.
  52.   This fixes comparisions against the string literal "undefined"
  53.   (oh my, webmasters) [www.advance-bank.de] (Olli)
  54. - Download: now displays the full pathname instead of the file in the download
  55.   listview (Zapek)
  56. - Imgdecode: added PNG alpha support, MorphOS only and with the latest CGFX
  57.   (Zapek)
  58. - General: fixed possible crash when window.open() failed due to
  59.   lack of resources (Olli)
  60. - General: fixed possible crash when a window with dependant subwindows
  61.   was closed (Olli)
  62. - JS: fixed crash-o-nuke with onChange handlers for certain types
  63.   of popups [www.orb.de, et.al.] (Olli)
  64. - General: hopefully fixed screwed up cookie dates for the MorphOS build
  65.   (Zapek)
  66. - General: fixed processing of multiple placeholder into strings like %p, %u,
  67.   etc.. (Zapek)
  68. - General: <form action="blah.html"> is not merged with the base URL anymore
  69.   on parsing (to be more like Netscape and IE), instead they are now merged
  70.   on submission [www.bootbox.net] (Neko)
  71. - General: fixed various problems with anchor fragment addressing (Olli)
  72.  
  73. 3.3.119
  74. -------
  75. - Network: main network loop could crash by reusing a already
  76.   freed URL node under certain circumstances... (Olli)
  77. - Network: fixed a potential problem with the network cache
  78.   low memory handler not working under certain circumstances (Olli)
  79. - Image decoder: fixed a low memory issue in the image
  80.   decoders, raised version to 19.1 (Olli)
  81. - General: global speed up of the PPC version (Zapek)
  82. - Image decoder: fixed a crash issue with images > 2048 pixels.
  83.   Raised version to 19.2 [www.sport1.de] (Olli)
  84. - JS: fixed several problems with JS variable scoping
  85.   (like differentiating between local and global variables,
  86.   and "leaking" of variables across function contexts), and
  87.   assignments to "undefined" [numerous sites] (Olli)
  88. - JS: now deals with illegal octal constants (08 etc.)
  89.   like IE, by treating them as decimal (Olli)
  90. - JS: string.search(), string.replace() and string.match()
  91.   now also accept a plain string as an argument; a temporary
  92.   regexp object is automatically created then (Olli)
  93. - JS: location.pathname now has the leading "/"; fixes some
  94.   document.location based string trickery on various
  95.   sites [www.speednames.com] (Olli)
  96. - Layouter: images without SRC no longer throw up a "host not found:
  97.   undefined" error [www.google.co.uk] (Olli)
  98. - JS: string.replace now functional (JS 1.2 only) (Olli)
  99. - JS: fixed various problems with instantiating literal regular
  100.   expressions (Olli)
  101. - Download: now decodes urls containing %20 et al. for saving to disk,
  102.   so File%20With%20Spaces.zip becomes "File With Spaces.zip" (Neko)
  103. - FTP: now displays filesizes in Kilo-, Mega- and Gigabytes where
  104.   appropriate (Neko)
  105. - Layouter: fixed tab interpretation for pure text layout (Olli)
  106.  
  107. 3.3.120
  108. -------
  109. - updated package with current classes and libraries (Olli)
  110. - no longer quits on beta timeout (Olli)
  111.