Release Notes Solo Predictor Version 1 0 1: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
(New page: ==Changes and Bug Fixes in Version 1.0.1== ===High-level Changes=== * Allow import of generic filetype using: '''x = 'file.filetype' ''' * Allow HTTP serving of javascript (js) and CSS fi...)
 
imported>Jeremy
No edit summary
 
Line 8: Line 8:


===Low-level Changes and Bug Fixes===
===Low-level Changes and Bug Fixes===
* read preference file ONLY when running as a compiled application
* Read preference file ONLY when running as a compiled application
* set empty packet timeout to 2 seconds
* Set empty packet timeout to 2 seconds
* fix for empty post message bug (look for blank line starting with line 2)
* Fix for empty post message bug (look for blank line starting with line 2)
* say that caching is OK for HTTP/GET images, but not for anything else
* Say that caching is OK for HTTP/GET images, but not for anything else
* report when user makes blank index.html call
* Report when user makes blank index.html call
* split out socketapplymodel to allow calling from custom functions
* Split out socketapplymodel to allow calling from custom functions

Latest revision as of 15:50, 30 December 2008

Changes and Bug Fixes in Version 1.0.1

High-level Changes

  • Allow import of generic filetype using: x = 'file.filetype'
  • Allow HTTP serving of javascript (js) and CSS files
  • Add ability to access sub-folders of htpd folder
  • Revised image drawing method (works in cases when figure is not "on top")

Low-level Changes and Bug Fixes

  • Read preference file ONLY when running as a compiled application
  • Set empty packet timeout to 2 seconds
  • Fix for empty post message bug (look for blank line starting with line 2)
  • Say that caching is OK for HTTP/GET images, but not for anything else
  • Report when user makes blank index.html call
  • Split out socketapplymodel to allow calling from custom functions