summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES10
-rw-r--r--lib/Inline/Java.pm2
2 files changed, 10 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 296d568..6e0d11c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,16 @@
Revision history for Perl extension Inline::Java
------------------------------------------------
-0.62
+0.62 Tue Feb 13 05:37:24 GMT 2018
- zap (very) long-deprecated CallPerl interface
+ - type-constrain get*Constructor, all HashMap, ArrayList
+ - build always -Xlint:unchecked
+ - now only JDK7+
+ - reorganise repo a bit, zap obsolete tests
+ - author-test all doc code examples
+ - fix giving "STUDY" as source case-insensitive
+ - increase maxMemory for t/12_1_callbacks.t
+ - t/01_init.t show maxMemory
0.61 Sat Feb 10 05:01:23 GMT 2018
- manifest test and fix
diff --git a/lib/Inline/Java.pm b/lib/Inline/Java.pm
index 03c9147..b9fe9fb 100644
--- a/lib/Inline/Java.pm
+++ b/lib/Inline/Java.pm
@@ -7,7 +7,7 @@ use base qw(Inline Exporter);
# Export the cast function if wanted
our @EXPORT_OK = qw(cast coerce study_classes caught jar j2sdk);
-our $VERSION = '0.61';
+our $VERSION = '0.62';
# DEBUG is set via the DEBUG config
our $DEBUG = 0 unless defined $DEBUG;