|
From: <ai...@us...> - 2008-11-20 17:32:21
|
Revision: 9012
http://plplot.svn.sourceforge.net/plplot/?rev=9012&view=rev
Author: airwin
Date: 2008-11-20 17:32:18 +0000 (Thu, 20 Nov 2008)
Log Message:
-----------
Add duplicate section
2.21 Dynamic driver support in Windows
Corresponding to
1.13 Dynamic driver support in Windows
Modified Paths:
--------------
trunk/README.release
Modified: trunk/README.release
===================================================================
--- trunk/README.release 2008-11-20 16:02:46 UTC (rev 9011)
+++ trunk/README.release 2008-11-20 17:32:18 UTC (rev 9012)
@@ -78,6 +78,7 @@
2.18 Rename test subdirectory to plplot_test
2.19 Website support files updated
2.20 Internal changes to function visibility
+2.21 Dynamic driver support in Windows
1. Changes relative to PLplot 5.9.0 (the previous development release)
@@ -484,3 +485,12 @@
to the user where possible. This extends the existing support for this
on windows.
+2.21 Dynamic driver support in Windows
+
+An interface based on the ltdl library function calls was established
+which allows to open and close dynamic link libraries (DLL) during
+run-time and call functions from these libraries. As a consequence
+drivers can now be compiled into single DLLs separate from the core
+plplot DLL also in Windows. The cmake option ENABLE_DYNDRIVERS is now
+ON by default for Windows if a shared plplot library is built.
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|