diff: mention dynamic linking in news on WWW page

Fergus Henderson fjh at cs.mu.OZ.AU
Sun Dec 6 17:28:27 AEDT 1998


Estimated hours taken: 0.1

w3/news/newsdb.inc:
	Mention the new dynamic linking support.

Index: w3/news/newsdb.inc
===================================================================
RCS file: /home/staff/zs/imp/w3/news/newsdb.inc,v
retrieving revision 1.11
diff -u -r1.11 newsdb.inc
--- newsdb.inc	1998/11/18 18:11:21	1.11
+++ newsdb.inc	1998/12/06 06:25:53
@@ -16,6 +16,17 @@
 
 $newsdb = array(
 
+"6 Dec 1998" => array("Dynamic linking support",
+
+"The latest development version of the extras distribution
+now includes support for dynamic linking.
+This will soon be available for
+<A HREF=\"download/rotd.html\">download</A>.
+The interface is based on the C functions dlopen(), dlsym(), and co.,
+which are supported by most modern Unix systems.
+See the files in extras/dynamic_linking for details."
+),
+
 "18 Nov 1998" => array("Mercury 0.8 released",
 
 "We've just released the long-awaited version 0.8.

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "Binaries may die
WWW: <http://www.cs.mu.oz.au/~fjh>  |   but source code lives forever"
PGP: finger fjh at 128.250.37.3        |     -- leaked Microsoft memo.



More information about the developers mailing list