changelog.txt

来自「WAP browser is based on the Wireless App」· 文本 代码 · 共 413 行 · 第 1/2 页

TXT
413
字号
    -added file download support
    -fixed up some card handling (if card defined in URL, i.e. #page1, than go to it, otherwise only display
     the first card)
 Fixed Bugs:
    -if the URL got too long (over about 150 chars) then data is not properly sent (uintvar)
 Bugs to fix:
    -really large files or images do not get downloaded
    -rare random fatal alerts in browsing (not severe)
 Features to add:
    -More through URL escaping
    -Displaying of variables
    -Connection Oriented support (port 9201) to support a wider range of gateways 
     (predicted in version 1.7.0)
    -gif and png image support
    -WTLS for secure transactions

version 1.6.3 (build 57):
 Added Features:
    -added HTTP redirection support
    -WAPUniverse now retrieves the content type (now we need to handle it)
    -Added an actual Open URL dialog
 Fixed Bugs:
    -If timer value is set to 0 then WAPUniverse ignores the timer instead of constantly refreshing the page
 Bugs to fix:
    -rare random fatal alerts in browsing (not severe)
    -if the URL still gets too long (over around 150 chars) then data is not properly sent 
     (drops 'h' in "http://", has to do with UIntVar)
 Features to add:
    -Displaying of variables
    -Connection Oriented support (port 9201) to support a wider range of gateways 
     (predicted in version 1.7.0)
    -gif, jpeg, png image support
    -prc/pdb/J2ME/any content download support
    -WTLS for secure transactions

version 1.5.8 (build 47): (non public build)
 Added Features:
    -Added POST support (allowing for checking email, logging on to corporate systems)
    -Beginning to add variable display support 
     (right now only shows variable name, does not actually show value)
 Fixed Bugs:
    -cleaned up some minor bugs (part of rare random fatal alerts)
 Bugs to fix:
    -rare random fatal alerts in browsing (no severity)
    -if the URL still gets too long (over around 150 chars) then data is not properly sent
 Features to add:
    -Displaying of variables
    -Connection Oriented support (port 9201) to support a wider range of gateways 
     (predicted in version 1.6.0)
    -gif, jpeg, png image support
    -prc/pdb download support
    -WTLS for secure transactions

version 1.5.8:
 Added Features:
    -URL escaping (takes white spaces in input and changes them to '+')
 Fixed Bugs:
    -Bind errors on Sony Clie TH-55 (quick hack)
 Bugs to fix:
    -rare random fatal alerts in browsing (no severity)
    -if the URL still gets too long (over around 150 chars) then data is not properly sent)
 Features to add:
    -Connection Oriented support (port 9201) to support a wider range of gateways 
     (predicted in version 1.6.0)
    -gif, jpeg, png image support
    -prc/pdb download support
    -WTLS for secure transactions

version 1.5.7:
 Fixed Bugs:
    -some improper tag handling that caused OS5.x devices to crash.
 Bugs to fix:
    -rare random fatal alerts in browsing
 Features to add:
    -Connection Oriented support (port 9201) to support a wider range of gateways
    -WTLS for secure transactions
    -gif, jpeg, png image support
    -prc/pdb download support

version 1.5.5:
 Added Features:
    -postfield support
 Bugs to fix:
    -rare random fatal alerts in browsing
 Features to add:
    -Connection Oriented support (port 9201) to support a wider range of gateways
    -WTLS for secure transactions
    -gif, jpeg, png image support
    -prc/pdb download support

version 1.5:
 Added Features:
    -support for DNS (host) name in connection settings
 Fixed Bugs:
    -fixed some input drawing bugs
    -increased sendto buffer to fix a bug with long URL strings
    -increased timeout for wireless connections
 Bugs to fix:
    -rare random fatal alerts in browsing
 Features to add:
    -Connection Oriented support (port 9201) to support a wider range of gateways
    -WTLS for secure transactions
    -gif, jpeg, png image support
    -prc/pdb download support

Version 1.2.4 (developer release):
    - Fixed bug with WAPUniverse remembering the last active connection and making it active.
    - Adjusted scrollbar so it updates for a new page.

version 1.2.11:
    -Many changes (including cosmetic, functionality and minimal bugs) since version 0.4.2




Changelog from versions 0.4.2 build 10 and earlier:

v0.4.2 Build 10
---------------
A lot of bugfixes and small (cosmetic) changes including:
	* BUGFIX: crash in GVA content (buffer overflow) fixed.
	* NEW: build string included in 'info' form.
	* BUGFIX: EIC Mobile no longer gives 'Error: WML Opaque extension in WMLC' and 'Error: SWITCH_PAGE WMLC'.	
    	* BUGFIX clicking on hyperlinks spanning multiple lines now works correctly.
    	* BUGFIX: Fatal Error 'Malloc expandVar' , formBrowser.c 
    	* BUGFIX: Fatal Error when going past the first History element. 
    

v0.3.5 Build9
-------------
Sat Nov 11 2000
    * Finished moving all globals into a struct, and use a feature to get/set the pointer to this struct. This was needed because multiple code-segment apps don't like globals. Looks much more stable now.
Sun Oct 22 2000
    * Fixed a couple of bugs, including the history stack (back button)

v0.3.3 Build4
-------------
Fri Sep 15 2000 
    * NEW: implemented <select> and <option> tags, several small bug-fixes.

v0.3.2 Build6
-------------
Sun Sep 10 2000 Filip Onkelinx <filip@onkelinx.com>
    * CHANGE: more 'input' bugfixes, tested on a dozen of pages.
	 
v0.3.3 Build4
-------------
Fri Sep 08 2000  Filip Onkelinx <filip@onkelinx.com>
    * CHANGE: progress on Input fields, it starts to work now.
		
v0.3.2 Build5
-------------
Fri Sep 08 2000  Filip Onkelinx <filip@onkelinx.com>
    * CHANGE: progress on Input fields, it starts to work now.
		
Wed Sep 06 2000 Filip Onkelinx <filip@onkelinx.com>
    * NEW: started working on <input> 
	* CHANGE: just broke trough the 32K code segment limit, so had to brake it up into multiple code segments.
    
Thu Aug 31 2000 Filip Onkelinx <filip@onkelinx.com>
    * CHANGE: now compiles on Linux, required a bunch of small changes (upercase/lowercase etc.)
	
Sun Aug 27 2000 Filip Onkelinx <filip@onkelinx.com>
	* NEW: <anchor> tag implemented
	* CHANGE: moved icons on status bar (bottom) to menu items
	* CHANGE: removed the 'homepage' field in the connection settings form and DB.

Sun Aug 20 2000 Filip Onkelinx <filip@onkelinx.com>
	* NEW: 'ontimer' implemented.

v0.3.0 Build5
-------------
Thu Aug 17 2000 Filip Onkelinx <filip@onkelinx.com>
	* BUGFIX: EditURL: popup list for connection settings fixed.
	* BUGFIX: removing the last record of both connections and bookmarks databases no longer crashes WAPUniverse.
	* NEW: when creating a new bookmark, "http://" is the default url (instead of empty).
	* NEW: implemented history (back button).
	 
Tue Aug 15 2000 Filip Onkelinx <filip@onkelinx.com>
	* BUGFIX: Loading of images worked on the PalmOS Emulator, but not (reliable) on real devices. Implemented a quick hack to get it working on both.

Fri Aug 11 2000 Filip Onkelinx <filip@onkelinx.com>
	* NEW: only one card displayed at a time (and no longer all deck contents)
		
Thu Aug 10 2000 Filip Onkelinx <filip@onkelinx.com>
	* NEW: Added hyperlink support.

Tue Aug 8 2000 Filip Onkelinx <filip@onkelinx.com>
	* NEW: Added bold and underline.
	
v0.2.0 Build2
--------------	
Wed Aug 2 2000 Filip Onkelinx <filip@onkelinx.com>
	* NEW: wbmp is now loaded and displayed correctly.
	
	
v0.1.0 Build3
-------------	
Sun Jul 16 2000 Filip Onkelinx <filip@onkelinx.com>
	* NEW: Improved WML rendering.
	
Fri Jul  02 2000 Filip Onkelinx <filip@onkelinx.com>
	* Added ChangeLog, BUGS, README
	* First working version
	
---------------------------------------------------------------------------

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?