You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by is...@apache.org on 2018/10/22 05:34:01 UTC

svn commit: r1844529 - /tomcat/trunk/webapps/docs/changelog.xml

Author: isapir
Date: Mon Oct 22 05:34:01 2018
New Revision: 1844529

URL: http://svn.apache.org/viewvc?rev=1844529&view=rev
Log:
Added changelog comment for BZ 62830

Modified:
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1844529&r1=1844528&r2=1844529&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Mon Oct 22 05:34:01 2018
@@ -120,6 +120,13 @@
         warnings generated by the Eclipse / Tomcat integration provided by
         Eclipse. Based on a patch by mdfst13. (markt)
       </add>
+      <add>
+        <bug>62830</bug>: Add static methods
+        <code>Library.loadLibrary(libname)</code> and
+        <code>Library.load(filename)</code> to load a native library by the
+        common class loader so that more than one application can load it.
+        (isapir)
+      </add>
     </changelog>
   </subsection>
   <subsection name="Coyote">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org