Difference between revisions of "EiffelStudio 19.05 Releases"

m (User changes: Added a note about removing references to the obsolete class EV_CURSOR.)
m (Bug fixes: Added a note about fixing bug#19437 (test#free025).)
Line 13: Line 13:
 
===Bug fixes===
 
===Bug fixes===
 
*library (logging): Fixed a C compiler warning for the call to the feature <code lang="C">syslog</code> that might lead to potential vulnerability if a message has embedded format specifiers.
 
*library (logging): Fixed a C compiler warning for the call to the feature <code lang="C">syslog</code> that might lead to potential vulnerability if a message has embedded format specifiers.
 +
*compiler: bug#19437 (test#free025) — Fixed a bug preventing validity checks for class status of features used in unqualified calls in arguments to qualified calls inside a class feature (<code lang="C">VUCR</code>).
  
 
===Feature removed===
 
===Feature removed===

Revision as of 22:32, 12 December 2018

Below are not the release notes of EiffelStudio. It is the change log of EiffelStudio intermediate releases and the most important changes are highlighted in green or in red (for breaking changes). The release notes of EiffelStudio can be found at the following URL. You can also download the latest revision here. Information about other version can be found under Category:Releases.

EiffelStudio 19.05.x Releases

Beta download: https://ftp.eiffel.com/pub/beta/19.05/

19.05.xx.yyyy ()

New features

Improvements

Bug fixes

  • library (logging): Fixed a C compiler warning for the call to the feature syslog that might lead to potential vulnerability if a message has embedded format specifiers.
  • compiler: bug#19437 (test#free025) — Fixed a bug preventing validity checks for class status of features used in unqualified calls in arguments to qualified calls inside a class feature (VUCR).

Feature removed

User changes

  • library (vision): Removed references to the obsolete class EV_CURSOR, and moved conversion between EV_CURSOR and EV_POINTER_STYLE completely to EV_CURSOR.

Developer changes