[DRE-commits] [ruby-rjb] annotated tag upstream/1.4.8 created (now b3e9d5c)

Jérémy Bobbio lunar at alioth.debian.org
Tue Aug 13 21:34:44 UTC 2013


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

lunar pushed a change to annotated tag upstream/1.4.8
in repository ruby-rjb.

        at  b3e9d5c   (tag)
   tagging  ef0e1018e058c6db66f8cf4bfe31bf57c6bcefc0 (commit)
 tagged by  Jérémy Bobbio
        on  Tue Aug 13 23:27:10 2013 +0200

- Log -----------------------------------------------------------------
Upstream version 1.4.8

Jérémy Bobbio (1):
      Imported Upstream version 1.4.8

arton (149):
      Initial Release 1.0.0
      create trunk
      correct return value conversion
      accept nil for array parameters
      add AMD64 support
      add work files into the ignore list
      minimize external symbols and put prefix
      add prefix for check_exception.
      raise exception if no matching constructors are found.
      Skip registering the constant, if the name has already appeared.
      commit 31a1b209c4fb1d7262e500aa6a95f38225f0c9bf
      add method alias that fits ruby style.
      add a method alias test
      v1.0.6
      add Rjb::primitive_conversion
      Supported java.lang.Long for primitive_conversion
      version 1.0.9
      delete Long for a bignum. double for x64
      add enum test
      add reproduction test for rjb-bugs-15430
      fix rjb-bugs-15430
      add log for Nov 9 2007
      correct array'e element count
      add log for riconv.c
      update version number for fixing riconv.
      omit double-quotaions from the pathname in JAVA_HOME.
      backport 1.9 only feature RHASH_TBL
      add !defined for future release of ruby1.8
      correct return value for 64bit system
      temporary fix for Gem 1.0.1
      change version number to 1.1.0
      start new release 1.1.1
      add some macros for Ruby < 1.8.6
      recompile bridge class by 1.4.2
      start to 1.1.2
      comment for the next release => 1.1.2
      fix field reference (bug# 18238)
      release 1.1.2
      change field r/w test
      correct filename
      activate LOCAL_*_TABLEs for HAVE_GETENV env
      for 1.1.3
      start to develop 1.1.4
      make unload retruns JNI result
      os x update
      adjust OSX's JAVA_HOME
      correct for /Library/Java_Home
      correct compile error on vc6 (old style var definition etc)
      warn implicit loading
      import Ittay Dror' s AIX patch
      correct warnings
      add classic jvm directory for searching jvm
      fix loading jvm from alt directory
      catch DL's exception
      correct message
      add Ittay's hpux patch
      add encoding ($KFLAG) for Ruby 1.8
      update tests for Umlaut
      Rjb-1.1.7 ready to Ruby 1.9.1
      lookup nocompat type jvmdll if failed (Snow Leopard)
      Rjb 1.1.9 for Snowleopard -- DL's exception clean up
      correct arguments for rb_raise
      fix exception clear for 1.8
      fix exception clear for 1.8 (cont'd)
      support mingw mostly patched by Roger Pack
      rjb looks JVM_LIB environment var. for target jvm
      add class_eval method for RJB's psuedo class.
      add test for class_eval
      fix missing call call, pointed by andreasonge
      bug#28088 (by Romulo A. Ceccon) http://rubyforge.org/tracker/index.php?func=detail&aid=28088&group_id=2010&atid=7869
      consider object's inheritance with singleton class for mixin.
      bug fix and support object mixin.
      Rjb 1.2.1
      Rjb-1.2.1
      Rjb-1.2.1 (extended feature is now in the C code)
      Rjb-1.2.1
      Rjb-1.2.1 add extended hook for the factory method, add sigs methods.
      temp patch for ruby-1.9.1 const var's name resolving issue(will fix in 1.9.2)
      rubinius support and other stuff contributed by atoulme  (http://github.com/atoulme/rjb/tree/master)
      rubinius support and other stuff contributed by atoulme
      rubinius support and other stuff contributed by atoulme
      rubinius support and other stuff contributed by atoulme
      adjust header signature with rubyforge svn repositry.
      adjust header signature with rubyforge's svn repositry
      import andreas's neo4j rjb extension and atoulme's rubinius support.
      add extensions from neo4j
      add jar for extension test
      add svn keyword
      add ifdefs for making rjb with rubinius
      support to build on rubinius 1.0
      Rjb 1.2.5 (fixed OSX JAVA_HOME handling)
      Rjb 1.2.5 (fixed OSX JAVA_HOME handling)
      make Rjb's exception object delegates Java exception object
      ignore no arguments method signature.
      implements public_methods and methods
      add non arguments method sig test
      commit 0701354b8a1fb6d4d8d5ab556bb6d6d1f662fa63
      Rjb-1.2.8
      Rjb-1.2.9 (fix pre-load bug, add add_jar method)
      add add_jars method, add_jar/add_jars accept an array of strings of jar path
      rjb-1.3.0 (some rjbextension feature into c library, OSX 10.6 update 3 correction)
      add bug#
      add rubyforge project, make osx gem with bundle
      make sample script runnable
      Rjb Version 1.3.0 -> 1.3.1 for replace new gem for OSX (bundled ruby).
      use java_home command for OS X JAVA_HOME or JavaVM Framework dir
      release 1.3.2 for OS X java update 3 again
      Check JAVA_HOME/JavaVM before load JVM (OS X specific)
      support both directional buffer (using String)
      change rb_str_length to RSTRING_LEN for 1.8.7
      unzip file
      Edited readme.txt via GitHub
      load server JVM if _WIN64
      Merge branch 'master' of github.com:arton/rjb
      RJB_VERSION -> 1.3.5
      fix typo
      build by JDK5
      fix generic collection test
      Rjb-1.3.5: add block as anonymous innter class
      *ext/rjbexception.c
      *ext/rjb.c
      *ext/rjb.c
      ignore free objects after rjb was unloaded.
      ignore attach_jvm after rjb was unloaded. (Bug #29451)
      close JVMDLL when calling unload.
      skip __int64 definition if MingW/gcc already defined it.
      remove backup source file
      update test classes
      accept to call Rjb::add_jar not in hierarchic order.
      remove unused class
      Rjb::add_jar description
      *ext/rjb.c
      add callback test for cheking argment conversion
      delegate to original ruby object through the bridge object
      add test file
      support Oracle JVM for OSX
      changing OS X 's JAVA_HOME picking up.
      remove dl.h check from extconf.rb
      Merge branch 'master' of github.com:arton/rjb
      ue Dec 17 arton^M
      Update ChangeLog
      RBridge downgrade for old jvm user
      clean up ext directory
      add Byte test
      require fiddle first (https://github.com/arton/rjb/issues/20)
      check fiddler has dlopen (after ruby 2.0).
      fix typo
      create typed array exactly (reported by reinvanmeeteren at https://github.com/arton/rjb/issues/23)
      add acknowledgment for Rein

kuwa1 (13):
      recycle iconv instance.
      add testcases for changing charcode.
      Change string encoding conversion rule.
      fix segv. Iconv instance wasn't protected by GC.
      add exception checking in constructor
      change for compatibility with Ruby-1.9.0
      fix.
      fix for multiple locale.
      change charctor encoding converting rules for ruby-1.9.
      (1) Clear Java exception before some operations.
      add auto load method.
      add test, umlaut check.
      fix umlaut test.

unknown (1):
      *test/test.rb

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rjb.git



More information about the Pkg-ruby-extras-commits mailing list