[libinline-java-perl] 253/398: ok 0.44 RC2

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:43:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.55
in repository libinline-java-perl.

commit f85810795b87420249fd2ecaef1f5bf102a15466
Author: patrick_leb <>
Date:   Sun Nov 23 22:19:20 2003 +0000

    ok 0.44 RC2
---
 CHANGES           | 3 ++-
 README            | 3 ++-
 TODO              | 3 ---
 t/11_exceptions.t | 2 ++
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/CHANGES b/CHANGES
index c394c21..1f65722 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,8 +2,9 @@ Revision history for Perl extension Inline::Java
 ------------------------------------------------
 
 0.44  Sun Nov 23 15:47:06 EST 2003
-    - Callbacks from multiple threads are now supported.
+    - Callbacks from multiple threads are now supported
     - Refactored (again...) studying/.jdat/cache stuff
+    - Added PRIVATE mode for use with SHARED_JVM
     - Fixed memory leak in JNI coded (patch submitted by Dave Blob)
 
 0.43  Tue Oct 14 13:18:25 EDT 2003
diff --git a/README b/README
index 1a5ff6e..9ccd91b 100644
--- a/README
+++ b/README
@@ -71,8 +71,9 @@ WARNING: THIS IS ALPHA SOFTWARE. It is incomplete and possibly unreliable.
          change in future releases.
 
 Inline::Java version 0.44 is a major upgrade that includes:
-+ Callbacks from multiple threads are now supported.
++ Callbacks from multiple threads are now supported
 + Refactored (again...) studying/.jdat/cache stuff
++ Added PRIVATE mode for use with SHARED_JVM
 + Fixed memory leak in JNI coded (patch submitted by Dave Blob)
 
 Inline::Java version 0.43 is a minor upgrade that includes:
diff --git a/TODO b/TODO
index e449c8f..f223220 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,6 @@
 CODE:
 - Do more test for CLASSPATH combinations
 - Document PRIVATE mode
-- Validate information in the cache once and for all.
-- Fix the callback queue bug. the stop_loop variable should be associated
-  with the thread/queue instead of the current object.
 
 TEST:
 - Alpha
diff --git a/t/11_exceptions.t b/t/11_exceptions.t
index 81186f8..eb1f750 100755
--- a/t/11_exceptions.t
+++ b/t/11_exceptions.t
@@ -12,6 +12,8 @@ use Inline::Java qw(caught) ;
 
 
 BEGIN {
+	# Leave previous server enough time to die...
+	sleep(1) ;
 	plan(tests => 8) ;
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-java-perl.git



More information about the Pkg-perl-cvs-commits mailing list