Hi,

   New Windows Unicon binaries (12.1.0) are now available on sourceforge at
the download page: https://sourceforge.net/projects/unicon/files/

This release brings many bug fixes and new features (see below) .Thanks for
all of those who helped through bug reports/fixes, feature requests,
comments, feedback , and testing.

The Unicon Team.
----------------------------

Release notes:

Unicon 12.1.0 : What is new (08/26/2012)

***Several bug fixes! here are some obvious ones:
* Error messages fixes in the compiler
* Multi-selection fix in some GUI components
* Cursor fix, problem with lines that have the tab character
* Toolbar findnext crash fix in ui IDE * Better handling for input/output
redirection in wiconx
* Append of .icn to file names on "save as"
* IDE crash fix when trying to compile a file that doesn't exist


***New features:
* Thread-safe data structures
* New communication operators @>, @>>, <@, and <<@. - Used for thread
communications but also support TCP sockets communication. * New thread
reserved word similar to create : thread expr , to launch new threads - the
function thread() is renamed to spawn()
* min()/max() now accept a list as an argument: min(L) returns the smallest
"item" in the list.
* 64-bit builds have a better representation for real numbers. The new
representation takes 50% less memory and provides about 20% performance
boost in double intensive applications.
* Better "randomization" of the random numbers seed by default
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Unicon-group mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to