Change logs for avian source package in Jessie

  • avian (1.1.0-4) unstable; urgency=medium
    
    
      * Build-depend on locales-all | language-pack-en-base.
    
     -- Matthias Klose <email address hidden>  Fri, 14 Nov 2014 15:09:13 +0100
  • avian (1.1.0-1) unstable; urgency=low
    
    
      [ Xerxes Rånby ]
      * Update to 1.1.0.
      * Add compatibility with recent OpenJDK releases, closes: #759834
      * non-reproducible gold linker internal error on amd64, closes: #753182
    
      [ Matthias Klose ]
      * Build using the default GCC.
      * Remove debian template files.
      * Build with -g instead of -g3 to avoid an LTO ICE.
      * Still build with -marm on armhf, apparently the package is not ready
        for thumb mode.
      * Still build without LTO on ARM32.
    
     -- Xerxes Rånby <email address hidden>  Mon, 20 Oct 2014 16:21:56 +0200
  • avian (0.7+20140401-1) unstable; urgency=low
    
    
      * Update to 20140401.
    
     -- Xerxes Rånby <email address hidden>  Fri, 04 Apr 2013 15:44:39 +0200
  • avian (0.6+20121011-1) unstable; urgency=low
    
    
      * Update to 20121011.
      * fix sun.misc.Unsafe.getLongVolatile for static fields on 32-bit platforms.
      * fix reads of out-of-bounds values in tokenizer.h
      * fix incorrect reporting of fixie collection status in heap.cpp
      * fix a couple of ByteBuffer regressions
      * fix a couple of OpenJDK reflection bugs, allows avian to run icedtea-netx.
      * make JVM_GetSystemPackage a bit smarter, allows avian to run javazoom jlgui.
      * fix missing armv4 blx and bkpt compile errors. Unbreak build on
        Debian armel.
      * return null from JNIEnv::GetSuperclass for interfaces per spec
      * gcc define __ARM_PCS_VFP for -mfloat-abi=hard, use it to detect armhf
      * handle zero length arrays properly in JNIEnv::NewString
      * fix abort in classpath-openjdk.cpp due to buffer overflow
      * fix OS X 10.8 and iOS 6.0 builds
      * use ldmneia on Clang < 4 and GCC, ldmiane on Clang >= 4
      * clear any weak/soft/phantom references to finalizable objects before queuing
      * fix Call[Static]<type>MethodA float argument marshalling
      * update static table class reference in updateClassTables
      * update static table mapping code in bootimage.cpp to match machine.cpp
      * rename package avian.avian_vm_resource to avian.avianvmresource
    
     -- Xerxes Rånby <email address hidden>  Thu, 11 Oct 2012 10:39:39 +0200