Author:halw

Date:2011-11-24T02:51:51.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1019 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2011-11-24 02:51:51 +00:00
parent f85aaaf087
commit a7b4cb9117
10 changed files with 29 additions and 2 deletions

View File

@@ -7,13 +7,19 @@
==Graphical environment==
===What's new===
* EiffelRibbon: a Windows specific library and tool to add a ribbon to your EiffelVision2 applications.
* Debian packages available for downloads
* Added external contributions: Decimal library, Json parser, arbitrary precision mathematics, encryption (SHA1, MD5, x509, ...)
* Added previews of libraries: sqlite3, regular expression, ...
===Improvements===
* Better integration to the latest Linux Desktop environments: Unity from Ubuntu and KDE 4.0.
* SCOOP speed improvements.
===Changes===
===Bug fixes===
* Various bug fixes.
==Compiler==
* Click [[Major changes between ISE Eiffel 6.8 and ISE Eiffel 7.0|here]] for the compiler release notes.
@@ -27,11 +33,20 @@
==Libraries==
===EiffelBase===
* Improved speed of `replace_substring_all' when replacing a smaller string by a larger one.
* Improved speed of HASH_TABLE lookups.
===EiffelVision2===
* [[Revisions and Bug Fixes|Click here for EiffelVision2 release notes.]]
===EiffelStore===
* Added support for INTEGER_xx and NATURAL_xx datatypes.
* Added support for transactions in the MySQL handle.
* Various speed improvements for SQL queries
* Added support for multiple database connections
* Added support for immutable and unicode strings
* Added support for GUID type
* Added support of DECIMAL type.
[[EiffelStudio release notes|Click here to check out what was new in other versions]]