aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc24225..6bc9f11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2012-03-21 Omair Majid <[email protected]>
+
+ * tests/netx/unit/net/sourceforge/jnlp/JNLPMatcherTest.java
+ (testIsMatchDoesNotHangOnLargeData): New method.
+
+2012-03-21 Lars Herschke <[email protected]>
+
+ PR898: signed applications with big jnlp-file doesn't start
+ * netx/net/sourceforge/jnlp/JNLPMatcher.java (JNLPMatcher): Handle large
+ files correctly.
+
2012-03-19 Danesh Dadachanji <[email protected]>
Fix failing unit test missing title/vendor tags in the JNLP stream.