From: <ai...@us...> - 2013-12-11 09:44:29
|
Revision: 12850 http://sourceforge.net/p/plplot/code/12850 Author: airwin Date: 2013-12-11 09:44:26 +0000 (Wed, 11 Dec 2013) Log Message: ----------- Advertise the recent improvements in our build system for the Qt-related components of the build. Modified Paths: -------------- trunk/README.release Modified: trunk/README.release =================================================================== --- trunk/README.release 2013-12-11 09:35:08 UTC (rev 12849) +++ trunk/README.release 2013-12-11 09:44:26 UTC (rev 12850) @@ -26,6 +26,7 @@ 3.1 NUMERIC_INCLUDE_PATH ==> NUMPY_INCLUDE_PATH 3.2 Major overhaul of the build system and bindings for Tcl and friends +3.3 Substantial overhaul of the build system for the Qt-components of PLplot 4. OFFICIAL NOTICES FOR USERS SINCE 5.8.0 (the previous stable release) @@ -105,6 +106,7 @@ 5.66 Substantial additions to the doxygen documentation 5.67 NUMERIC_INCLUDE_PATH ==> NUMPY_INCLUDE_PATH 5.68 Major overhaul of the build system and bindings for Tcl and friends +5.69 Substantial overhaul of the build system for the Qt-components of PLplot 1. OFFICIAL NOTICES FOR USERS SINCE 5.9.10 (the previous development release) @@ -193,6 +195,14 @@ or else rewrite this statment) to help avoid any regressions in the build system and bindings for Tcl and friends in the future. +3.3 Substantial overhaul of the build system for the Qt-components of PLplot + +As a result of these improvements compiling and linking of our +Qt-related components just got a lot more rational, and the +long-standing memory management issues reported by valgrind for +examples/c++/qt_example for the non-dynamic drivers case have been +resolved. + 4. OFFICIAL NOTICES FOR USERS SINCE 5.8.0 (the previous stable release) (5.9.11) Backwards-incompatible API change. The numerical symbolic @@ -1603,3 +1613,12 @@ Arjen has done this for the last runAllDemos.tcl test by the release or else rewrite this statment) to help avoid any regressions in the build system and bindings for Tcl and friends in the future. + +5.69 Substantial overhaul of the build system for the Qt-components of PLplot + +As a result of these improvements compiling and linking of our +Qt-related components just got a lot more rational, and the +long-standing memory management issues reported by valgrind for +examples/c++/qt_example for the non-dynamic drivers case have been +resolved. + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |