aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdam Domurad <[email protected]>2013-06-03 10:34:36 -0400
committerAdam Domurad <[email protected]>2013-06-03 10:34:36 -0400
commit58464afe42ef3f0558da034bece3a7800f9104ff (patch)
tree8635f31393ee772b81e977af1549e4d242feccfe /ChangeLog
parent1c3034421f64b802cef7b30c44b8524b36255e2f (diff)
Extract NativeLibraryStorage class from JNLPClassLoader
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0706618..df1453f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-06-03 Adam Domurad <[email protected]>
+
+ * netx/net/sourceforge/jnlp/cache/NativeLibraryStorage.java: New,
+ stores and searches for native library files that are loaded from jars.
+ * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: Move code
+ that handled native jar caching to NativeLibraryStorage.
+
2013-05-29 Adam Domurad <[email protected]>
* tests/netx/unit/net/sourceforge/jnlp/runtime/JNLPClassLoaderTest.java: