aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdam Domurad <[email protected]>2012-06-12 15:25:44 -0400
committerAdam Domurad <[email protected]>2012-06-12 15:25:44 -0400
commite7ccbbec330a177fb0a313c4258e2574fc51ec4b (patch)
tree763b7e21097cd579ddd5e1b02e542eca713da421 /ChangeLog
parent80ddf6e2bef123a8c02836b3fe76f0307537298f (diff)
Fixes PR722: Now ignores unsigned content in META-INF/ during signing process
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa96cb6..f2114e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-06-12 Adam Domurad <[email protected]>
+
+ Fixes PR722, javaws failing to run with unsigned content in META-INF/
+ * NEWS: Added entry: Fixes PR722
+ * netx/net/sourceforge/jnlp/tools/JarCertVerifier.java: Changed
+ isSignatureRelated => isMetaInfFile. Now all files under META-INF/ are
+ disregarded in checking the jar signage.
+
2012-06-11 Jiri Vanek <[email protected]>
Implemented xml logging backend