Fixed: (BUG) wxEDID_Frame::evt_ntbook_page() was invoked during frame construction with uninitialized wxEDID_Frame::flags & wxEDID_Frame::edigrp_sel, what could lead to a segfault.
Surprisingly, the app have never crashed on XFCE, while on GNOME it have crashed almost every time.
Full list in the change log.
Regression found in v0.0.28: EDID_cl::getVidDesc(): missing space between aspect ratio and screen resolution: incorrect SVD description in text output mode (Save_As_Text).
Archive with v0.0.28 removed.
No functional changes.
Most important changes:
wxEDID is a "free-time" project, and at last, I've found some "free" time to push this project forward - by adding support for CTA-861-G specification.
Besides that, some annoying bugs has been fixed, and handling of EDID errors is now much better - see the changelog.
Another important change is an update of rcode - now the project uses rcode v1.0.3 - this version allows to bind error messages to rcode value, but requires preprocessing of the source files using "rcd_autogen" script - this is done automatically by the configure script (see INSTALL).... read more
This is just a maintenance update, which fixes some problems with gcc 6.x -> it's main purpose is to just silence some false-positive warings, and to solve some of the C++11 related stuff...
Full list of changes is in the changelog (it's very short in fact...)
No functional changes -> no need to update existing installs.
What's most important, this version was tested with wxWidgets 3.x - and it works (that was really easy in case of this little app, but moving more complex code to 3.x is a nightmare :) )
Several small bugs were fixed, some obsolete code has been removed.
This is a Bugfix release:
Files for v0.0.8 removed.