openjdk-6 (6b41-1.13.13-0ubuntu0.14.04.1) trusty-security; urgency=medium

  * IcedTea 1.13.12 release.
  * Security fixes backported from 8u121:
    - S8168714, CVE-2016-5546: ECDSA will accept signatures that have various
      extraneous bytes added to them whereas the signature is supposed to be
      unique.
    - S8166988, CVE-2017-3253: The PNG specification allows the [iz}Txt
      sections to be 2^32-1 bytes long so these should not be uncompressed
      unless the user explicitly requests it.
    - S8168728, CVE-2016-5548: DSA signing exhibits a timing bias that may
      leak information about k.
    - S8161743, CVE-2017-3252: LdapLoginModule incorrectly tries to
      deserialize responses from an LDAP server when an LDAP context is
      expected.
    - S8167223, CVE-2016-5552: Parsing of URLs can be inconsistent with how
      users or external applications would interpret them leading to possible
      security issues.
    - S8164147, CVE-2017-3261: An integer overflow exists in
      SocketOutputStream which can lead to memorydisclosure.
    - S8151934, CVE-2017-3231: Under some circumstances URLClassLoader will
      dispatch HTTP GET requests where the invoker does not have permission.
    - S8165071, CVE-2016-2183: 3DES can be exploited for block collisions when
      long running sessions are allowed.
    - S8165344, CVE-2017-3272: A protected field can be leveraged into type
      confusion.
    - S8156802, CVE-2017-3241: RMI deserialization should limit the types
      deserialized to prevent attacks that could escape the sandbox.
  * debian/patches/it-add-cpp-flags.patch: refreshed.
  * debian/patches/it-jamvm-2.0.0.patch: refreshed.
  * debian/patches/it-emacs-mode.patch: refreshed.
  * debian/patches/hotspot-disable-arm32-jit.diff: removed, ARM32 JIT is now
    disabled by default on icedtea.
  * debian/patches/zero-missing-headers.diff: removed, fix applied upstream.
  * debian/repack: fix jamvm url.

 -- Tiago Stürmer Daitx <tiago.daitx@canonical.com>  Tue, 14 Feb 2017 02:27:53 +0000

openjdk-6 (6b40-1.13.12-0ubuntu0.14.04.3) trusty-security; urgency=medium

  * Backported security fixes from 8u111:
    - CVE-2016-5582, S8160591: Improve internal array handling.
    - CVE-2016-5573, S8159519: Reformat JDWP messages.
    - CVE-2016-5597, S8160838: Better HTTP service.
    - CVE-2016-5554, S8157739: Classloader Consistency Checking.
    - CVE-2016-5542, S8155973: Tighten jar checks.

 -- Tiago Stürmer Daitx <tiago.daitx@canonical.com>  Wed, 30 Nov 2016 23:44:53 +0000

openjdk-6 (6b40-1.13.12-0ubuntu0.14.04.2) trusty-security; urgency=medium

  * Disable precompiled header for arm64 (LP: #1617379)
    - debian/rules: replace DISABLE_PRECOMPILED_HEADER=1 with
      USE_PRECOMPILED_HEADER=0 and apply no-pch-build.diff as 
      well as zero-missing-headers.diff
    - debian/patches/no-pch-build.diff: include missing psOldGen.hpp to
      various headers
    - debian/patches/zero-missing-headers.diff: missing headers for zero
  * Create watch file for package updates
    - debian/watch: fetch newest icedtea and call debian/repack
    - debian/repack: unpack icedtea tarball, parse the Makefile.am,
      download the right version of openjdk-6-src/cacao/jamvm, repack
  * debian/rules:
    - extract OPENJDK_VERSION from changelog
    - remove dependency on OPENJDK_SRC_ZIP and use OPENJDK_VERSION to
      select the right tarball
    - remove hs20 hotspot rules as we are only relying on "original"
    - call autogen.sh during the build and remove auto-generated files
  * Updated source format to 3.0 (quilt)
    - patches/it-add-cpp-flags.patch: added.
    - patches/it-automake-1.11.patch: added.
    - patches/it-emacs-mode.patch: added.
    - patches/it-enable-aarch64.patch: added.
    - patches/it-jamvm-2.0.0.patch: added.
    - patches/icedtea-patch.diff: removed.

 -- Tiago Stürmer Daitx <tiago.daitx@canonical.com>  Fri, 26 Aug 2016 15:36:38 +0000

openjdk-6 (6b40-1.13.12-0ubuntu0.14.04.1) trusty-security; urgency=low

  * IcedTea 1.13.12 release.
  * Security fixes
    - S8079718, CVE-2016-3458: IIOP Input Stream Hooking
    - S8145446, CVE-2016-3485: Perfect pipe placement (Windows only)
    - S8147771: Construction of static protection domains under Javax
      custom policy
    - S8148872, CVE-2016-3500: Complete name checking
    - S8149962, CVE-2016-3508: Better delineation of XML processing
    - S8150752: Share Class Data
    - S8151925: Font reference improvements
    - S8152479, CVE-2016-3550: Coded byte streams
    - S8155981, CVE-2016-3606: Bolster bytecode verification
  * icedtea-patch.diff: updated to use new build variables; removed ecj
    override as it is applied upstream
  * debian/patches/icedtea-pretend-memory.diff: updated patch to reflect
    changes in openjdk-6
  * debian/rules: disable headers for arm64; updated to use new 
    openjdk-6-6b40 tarball

 -- Tiago Stürmer Daitx <tiago.daitx@canonical.com>  Thu, 25 Aug 2016 04:28:18 +0000

openjdk-6 (6b39-1.13.11-0ubuntu0.14.04.1) trusty-security; urgency=medium

  * Backport to Ubuntu 14.04.

 -- Tiago Stürmer Daitx <tiago.daitx@canonical.com>  Fri, 06 May 2016 14:43:44 +0000

openjdk-6 (6b39-1.13.11-0ubuntu0.15.10.2) wily-security; urgency=medium

  [ Tiago Stürmer Daitx ]
  * IcedTea 1.13.11 release.
  * Security fixes:
    - S8129952, CVE-2016-0686: Ensure thread consistency
    - S8132051, CVE-2016-0687: Better byte behavior
    - S8138593, CVE-2016-0695: Make DSA more fair
    - S8139008: Better state table management
    - S8143167, CVE-2016-3425: Better buffering of XML strings
    - S8144430, CVE-2016-3427: Improve JMX connections
    - S8146494: Better ligature substitution
    - S8146498: Better device table adjustments
  * debian/rules: remove deprecated dh_desktop call. Closes #817302

  [ Matthias Klose ]
  * Fix handling of /usr/lib/jvm/*/jre/lib/zi if internal tzdata is used.
    Addresses: #821858.
  * Build on ARM using the zero port (without the ARM assembler interpreter).
    Broken in the security update.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 06 May 2016 21:32:49 +0200

openjdk-6 (6b38-1.13.10-1) experimental; urgency=medium

  [ Tiago Stürmer Daitx ]
  * IcedTea 1.13.10 release.
  * Security fixes:
    - S8059054, CVE-2016-0402: Better URL processing
    - S8130710, CVE-2016-0448: Better attributes processing
    - S8133962, CVE-2016-0466: More general limits
    - S8137060: JMX memory management improvements
    - S8139012: Better font substitutions
    - S8139017, CVE-2016-0483: More stable image decoding
    - S8140543, CVE-2016-0494: Arrange font actions
    - S8143185: Cleanup for handling proxies
    - S8143941, CVE-2015-8126, CVE-2015-8472: Update splashscreen displays
  * Other fixes:
    - S7169111, PR2757: Unreadable menu bar with Ambiance theme in GTK L&F 
      (LP: #932274)
  * debian/rules: removed old @op@, @pkg_version@, and @pkg_sversion@
  * debian/control.in: replaced @op@ with =, @pkg_version@ with 
    ${binary:Version}, and @pkg_sversion@ by ${source:Version}
  * debian/control.cacao-jre: same
  * debian/control.jamvm-jre: same
  * debian/control.zero-jre: same

  [ Matthias Klose ]
  * Fix clean-up of dependency generation.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 26 Jan 2016 12:46:18 +0100

openjdk-6 (6b37-1.13.9-1) experimental; urgency=medium

  [ Tiago Stürmer Daitx ]
  * IcedTea 1.13.9 release.
  * Security fixes:
    - S8048030, CVE-2015-4734: Expectations should be consistent
    - S8068842, CVE-2015-4803: Better JAXP data handling
    - S8076339, CVE-2015-4903: Better handling of remote object invocation
    - S8076383, CVE-2015-4835: Better CORBA exception handling
    - S8076387, CVE-2015-4882: Better CORBA value handling
    - S8076392, CVE-2015-4881: Improve IIOPInputStream consistency
    - S8076413, CVE-2015-4883: Better JRMP message handling
    - S8078427, CVE-2015-4842: More supportive home environment
    - S8078440: Safer managed types
    - S8080541: More direct property handling
    - S8080688, CVE-2015-4860: Service for DGC services
    - S8081760: Better group dynamics
    - S8086733, CVE-2015-4893: Improve namespace handling
    - S8087350: Improve array conversions
    - S8103671, CVE-2015-4805: More objective stream classes
    - S8103675: Better Binary searches
    - S8130078, CVE-2015-4911: Document better processing
    - S8130193, CVE-2015-4806: Improve HTTP connections
    - S8130864: Better server identity handling
    - S8130891, CVE-2015-4843: (bf) More direct buffering
    - S8131291, CVE-2015-4872: Perfect parameter patterning
    - S8132042, CVE-2015-4844: Preserve layout presentation

 -- Matthias Klose <doko@ubuntu.com>  Thu, 19 Nov 2015 01:12:55 +0100

openjdk-6 (6b36-1.13.8-1) experimental; urgency=medium

  * IcedTea 1.13.8 release.
  * Security fixes:
    - S8043202, CVE-2015-2808: Prohibit RC4 cipher suites.
    - S8067694, CVE-2015-2625: Improved certification checking.
    - S8071715, CVE-2015-4760: Tune font layout engine.
    - S8071731: Better scaling for C1.
    - S8072490: Better font morphing redux.
    - S8072887: Better font handling improvements.
    - S8073334: Improved font substitutions.
    - S8073773: Presume path preparedness.
    - S8073894: Getting to the root of certificate chains.
    - S8074330: Set font anchors more solidly.
    - S8074335: Substitute for substitution formats.
    - S8074865, CVE-2015-2601: General crypto resilience changes.
    - S8074871: Adjust device table handling.
    - S8075374, CVE-2015-4748: Responding to OCSP responses.
    - S8075378, CVE-2015-4749: JNDI DnsClient Exception Handling.
    - S8075738: Better multi-JVM sharing.
    - S8075838: Method for typing MethodTypes.
    - S8075853, CVE-2015-2621: Proxy for MBean proxies.
    - S8076328, CVE-2015-4000: Enforce key exchange constraints.
    - S8076376, CVE-2015-2628: Enhance IIOP operations.
    - S8076397, CVE-2015-4731: Better MBean connections.
    - S8076401, CVE-2015-2590: Serialize OIS data.
    - S8076405, CVE-2015-4732: Improve serial serialization.
    - S8076409, CVE-2015-4733: Reinforce RMI framework.
    - S8077520, CVE-2015-2632: Morph tables into improved form.
    - PR2488, CVE-2015-4000: Make jdk8 mode the default for
      jdk.tls.ephemeralDHKeySize.
  * Refresh patches.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 31 Jul 2015 16:24:22 +0200

openjdk-6 (6b35-1.13.7-1) unstable; urgency=medium

  * IcedTea 1.13.7 release.
  * Security fixes:
    - S8059064: Better G1 log caching.
    - S8060461: Fix for JDK-8042609 uncovers additional issue.
    - S8064601, CVE-2015-0480: Improve jar file handling.
    - S8065286: Fewer subtable substitutions.
    - S8065291: Improved font lookups.
    - S8066479: Better certificate chain validation.
    - S8067050: Better font consistency checking.
    - S8067684: Better font substitutions.
    - S8067699, CVE-2015-0469: Better glyph storage.
    - S8068320, CVE-2015-0477: Limit applet requests.
    - S8068720, CVE-2015-0488: Better certificate options checking.
    - S8069198: Upgrade image library.
    - S8071726, CVE-2015-0478: Better RSA optimizations.
    - S8071818: Better vectorization on SPARC.
    - S8071931, CVE-2015-0460: Return of the phantom menace.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 15 Apr 2015 16:18:56 +0200

openjdk-6 (6b34-1.13.6-1) unstable; urgency=high

  * IcedTea 1.13.6 release.
  * Security fixes:
   - S8046656: Update protocol support.
   - S8047125, CVE-2015-0395: (ref) More phantom object references.
   - S8047130: Fewer escapes from escape analysis.
   - S8048035, CVE-2015-0400: Ensure proper proxy protocols.
   - S8049253: Better GC validation.
   - S8050807, CVE-2015-0383: Better performing performance data handling.
   - S8054367, CVE-2015-0412: More references for endpoints.
   - S8055304, CVE-2015-0407: More boxing for DirectoryComboBoxModel.
   - S8055309, CVE-2015-0408: RMI needs better transportation considerations.
   - S8055479: TLAB stability.
   - S8055489, CVE-2014-6585: Better substitution formats.
   - S8056264, CVE-2014-6587: Multicast support improvements.
   - S8056276, CVE-2014-6591: Fontmanager feature improvements.
   - S8057555, CVE-2014-6593: Less cryptic cipher suite management.
   - S8058982, CVE-2014-6601: Better verification of an exceptional
     invokespecial.
   - S8059485, CVE-2015-0410: Resolve parsing ambiguity.
   - S8061210, CVE-2014-3566: Issues in TLS.
  * Fix applying the fontconfig-dejavu patch for older releases.
  * Fix build on mips64 and mips64el. Addresses #776295.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 26 Jan 2015 13:48:18 +0100

openjdk-6 (6b33-1.13.5-2) unstable; urgency=medium

  * Fix libjpeg runtime dependency.
  * Fix regression running JamVM after the 2.5.3 security update.
  * Fix regression running CACAO after the 2.5.3 security update.
  * Fix typo in package description. Closes: #706341.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 13 Nov 2014 12:15:51 +0100

openjdk-6 (6b33-1.13.5-1) unstable; urgency=medium

  * IcedTea 1.13.5 release.
  * Security fixes:
    - S8015256: Better class accessibility.
    - S8022783, CVE-2014-6504: Optimize C2 optimizations.
    - S8035162: Service printing service.
    - S8035781: Improve equality for annotations.
    - S8036805: Correct linker method lookup.
    - S8036810: Correct linker field lookup.
    - S8037066, CVE-2014-6457: Secure transport layer.
    - S8037846, CVE-2014-6558: Ensure streaming of input cipher streams.
    - S8038899: Safer safepoints.
    - S8038903: More native monitor monitoring.
    - S8038908: Make Signature more robust.
    - S8038913: Bolster XML support.
    - S8039509, CVE-2014-6512: Wrap sockets more thoroughly.
    - S8039533, CVE-2014-6517: Higher resolution resolvers.
    - S8041540, CVE-2014-6511: Better use of pages in font processing.
    - S8041545: Better validation of generated rasters.
    - S8041564, CVE-2014-6506: Improved management of logger resources.
    - S8041717, CVE-2014-6519: Issue with class file parser.
    - S8042609, CVE-2014-6513: Limit splashiness of splash images.
    - S8042797, CVE-2014-6502: Avoid strawberries in LogRecord.
    - S8044274, CVE-2014-6531: Proper property processing.
  * Update to JamVM-2.0.0.
  * Change B-D to libjpeg-dev to finish the transition to libjpeg-turbo
    (Ondřej Surý). Closes: #763488.
  * Depend on libnss3 instead of libnss3-1d for recent releases.
    Closes: #760122.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 15 Oct 2014 09:43:32 +0200

openjdk-6 (6b32-1.13.4-4) unstable; urgency=medium

  * Adjust patches for upstream renaming build flags. Adds the jni
    paths again to the default search path. Closes: #747506.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 04 Aug 2014 14:35:03 +0200

openjdk-6 (6b32-1.13.4-3) unstable; urgency=medium

  * Set AM_MAINTAINER_MODE.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 03 Aug 2014 15:38:55 +0200

openjdk-6 (6b32-1.13.4-2) unstable; urgency=medium

  * Build using GCC 4.9. Closes: #751328.
  * Suggest fonts-indic instead of ttf-indic-fonts. Closes: #747693.
  * Disable the lcms2 version check and assume that system lcms2
    packages are kept working for existing releases. Closes: #745616.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 02 Aug 2014 21:10:20 +0200

openjdk-6 (6b32-1.13.4-1) unstable; urgency=high

  * IcedTea 1.13.4 release.
  * Security fixes:
    - S8029755, CVE-2014-4209: Enhance subject class.
    - S8030763: Validate global memory allocation.
    - S8031346, CVE-2014-4244: Enhance RSA key handling.
    - S8031540: Introduce document horizon.
    - S8032536: JVM resolves wrong method in some unusual cases.
    - S8033055: Issues in 2d.
    - S8033301, CVE-2014-4266: Build more informative InfoBuilder.
    - S8034267: Probabilistic native crash.
    - S8034272: Do not cram data into CRAM arrays.
    - S8035004, CVE-2014-4252: Provider provides less service.
    - S8035009, CVE-2014-4218: Make Proxy representations consistent.
    - S8035119, CVE-2014-4219: Fix exceptions to bytecode verification.
    - S8035699, CVE-2014-4268: File choosers should be choosier.
    - S8036571: (process) Process process arguments carefully.
    - S8036800: Attribute OOM to correct part of code.
    - S8037046: Validate libraries to be loaded.
    - S8037157: Verify <init> call.
    - S8037076, CVE-2014-2490: Check constant pool constants.
    - S8037162, CVE-2014-4263: More robust DH exchanges.
    - S8037167, CVE-2014-4216: Better method signature resolution.
    - S8039520, CVE-2014-4262: More atomicity of atomic updates.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 16 Jul 2014 02:22:50 +0200

openjdk-6 (6b31-1.13.3-1) unstable; urgency=high

  * IcedTea 1.13.3 release.
  * Security fixes:
    - S8023046: Enhance splashscreen support.
    - S8025005: Enhance CORBA initializations.
    - S8025010, CVE-2014-2412: Enhance AWT contexts.
    - S8025030, CVE-2014-2414: Enhance stream handling.
    - S8025152, CVE-2014-0458: Enhance activation set up.
    - S8026067: Enhance signed jar verification.
    - S8026163, CVE-2014-2427: Enhance media provisioning.
    - S8026188, CVE-2014-2423: Enhance envelope factory.
    - S8026200: Enhance RowSet Factory.
    - S8026736, CVE-2014-2398: Enhance Javadoc pages.
    - S8026797, CVE-2014-0451: Enhance data transfers.
    - S8026801, CVE-2014-0452: Enhance endpoint addressing.
    - S8027766, CVE-2014-0453: Enhance RSA processing.
    - S8027775: Enhance ICU code.
    - S8027841, CVE-2014-0429: Enhance pixel manipulations.
    - S8028385: Enhance RowSet Factory.
    - S8029282, CVE-2014-2403: Enhance CharInfo set up.
    - S8029286: Enhance subject delegation.
    - S8029699: Update Poller demo.
    - S8029730: Improve audio device additions.
    - S8029735: Enhance service mgmt natives.
    - S8029740, CVE-2014-0446: Enhance handling of loggers.
    - S8029750: Enhance LCMS color processing.
    - S8029760, CVE-2014-0462: Enhance AWT image libraries.
    - S8029854, CVE-2014-2421: Enhance JPEG decodings.
    - S8029858, CVE-2014-0456: Enhance array copies.
    - S8030731, CVE-2014-0460: Improve name service robustness.
    - S8031330: Refactor ObjectFactory.
    - S8031335, CVE-2014-0459: Better color profiling (LCMS 2 only).
    - S8031352, CVE-2014-2405: Enhance PNG handling.
    - S8031394, CVE-2014-0457: (sl) Fix exception handling in ServiceLoader.
    - S8031395: Enhance LDAP processing.
    - S8033618, CVE-2014-1876: Correct logging output.
    - S8034926, CVE-2014-2397: Attribute classes properly.
    - S8036794, CVE-2014-0461: Manage JavaScript instances.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 16 Apr 2014 05:19:54 +0200

openjdk-6 (6b30-1.13.2-2) unstable; urgency=medium

  * Explicitly build-depend on libkrb5-dev.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 01 Apr 2014 09:23:40 +0200

openjdk-6 (6b30-1.13.2-1) unstable; urgency=medium

  * IcedTea 1.13.2 release.

  [ Jamie Strandboge ]
  * debian/rules: disable system lcms2 for releases that don't have lcms2 2.5
    or higher.
  * debian/patches/8017173.diff: XMLCipher with RSA_OAEP Key Transport
    algorithm can't be instantiated (LP: #1283828)
  * debian/patches/java-access-bridge-security.patch: fix malformed patch

  [ Matthias Klose ]
  * Re-enable the system lcms2 on releases which have an earlier lcms2
    with the security fixes included in 2.5.
  * Explicitly use AC_MAINTAINER_MODE and automake-1.11 to create the
    debian .orig tarball. Closes: #740289.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 31 Mar 2014 08:43:25 +0100

openjdk-6 (6b30-1.13.1-1) unstable; urgency=medium

  * IcedTea 1.13.1 release.
  * Security fixes
    - S6727821: Enhance JAAS Configuration.
    - S7068126, CVE-2014-0373: Enhance SNMP statuses.
    - S8010935: Better XML handling.
    - S8011786, CVE-2014-0368: Better applet networking.
    - S8021257, CVE-2013-5896: com.sun.corba.se.** should be on
      restricted package list.
    - S8021271: Better buffering in ObjC code.
    - S8022904: Enhance JDBC Parsers.
    - S8022927: Input validation for byte/endian conversions.
    - S8022935: Enhance Apache resolver classes.
    - S8022945: Enhance JNDI implementation classes.
    - S8023057: Enhance start up image display.
    - S8023069, CVE-2014-0411: Enhance TLS connections.
    - S8023245, CVE-2014-0423: Enhance Beans decoding.
    - S8023301: Enhance generic classes.
    - S8023672: Enhance jar file validation.
    - S8024306, CVE-2014-0416: Enhance Subject consistency.
    - S8024530: Enhance font process resilience.
    - S8024867: Enhance logging start up.
    - S8025014: Enhance Security Policy.
    - S8025018, CVE-2014-0376: Enhance JAX-P set up.
    - S8025026, CVE-2013-5878: Enhance canonicalization.
    - S8025034, CVE-2013-5907: Improve layout lookups.
    - S8025448: Enhance listening events.
    - S8025758, CVE-2014-0422: Enhance Naming management.
    - S8025767, CVE-2014-0428: Enhance IIOP Streams.
    - S8026172: Enhance UI Management.
    - S8026176: Enhance document printing.
    - S8026193, CVE-2013-5884: Enhance CORBA stub factories.
    - S8026204: Enhance auth login contexts.
    - S8026417, CVE-2013-5910: Enhance XML canonicalization.
    - S8027201, CVE-2014-0376: Enhance JAX-P set up.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 31 Jan 2014 15:49:18 +0000

openjdk-6 (6b29-1.13.0-2) unstable; urgency=medium

  * Fix the sparc builds.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 30 Dec 2013 17:23:34 +0100

openjdk-6 (6b29-1.13.0-1) unstable; urgency=medium

  * IcedTea 1.13.0 release.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 28 Dec 2013 02:18:45 +0100

openjdk-6 (6b27-1.12.7-2) unstable; urgency=low

  * Fix build failure on arm*.
  * Re-enable running the testsuite.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 22 Nov 2013 16:45:09 +0100

openjdk-6 (6b27-1.12.7-1) unstable; urgency=medium

  * IcedTea 1.12.7 release.
  * Security fixes:
    - S8006900, CVE-2013-3829: Add new date/time capability.
    - S8008589: Better MBean permission validation.
    - S8011071, CVE-2013-5780: Better crypto provider handling.
    - S8011081, CVE-2013-5772: Improve jhat.
    - S8011157, CVE-2013-5814: Improve CORBA portablility.
    - S8012071, CVE-2013-5790: Better Building of Beans.
    - S8012147: Improve tool support.
    - S8012277: CVE-2013-5849: Improve AWT DataFlavor.
    - S8012425, CVE-2013-5802: Transform TransformerFactory.
    - S8013503, CVE-2013-5851: Improve stream factories.
    - S8013506: Better Pack200 data handling.
    - S8013510, CVE-2013-5809: Augment image writing code.
    - S8013514: Improve stability of cmap class.
    - S8013739, CVE-2013-5817: Better LDAP resource management.
    - S8013744, CVE-2013-5783: Better tabling for AWT.
    - S8014085: Better serialization support in JMX classes.
    - S8014093, CVE-2013-5782: Improve parsing of images.
    - S8014102, CVE-2013-5778: Improve image conversion.
    - S8014341, CVE-2013-5803: Better service from Kerberos servers.
    - S8014349, CVE-2013-5840: (cl) Class.getDeclaredClass problematic
      in some class loader configurations.
    - S8014530, CVE-2013-5825: Better digital signature processing.
    - S8014534: Better profiling support.
    - S8014987, CVE-2013-5842: Augment serialization handling.
    - S8015614: Update build settings.
    - S8015731: Subject java.security.auth.subject to improvements.
    - S8015743, CVE-2013-5774: Address internet addresses.
    - S8016256: Make finalization final.
    - S8016653, CVE-2013-5804: javadoc should ignore ignoreable characters
      in names.
    - S8016675, CVE-2013-5797: Make Javadoc pages more robust.
    - S8017196, CVE-2013-5850: Ensure Proxies are handled appropriately.
    - S8017287, CVE-2013-5829: Better resource disposal.
    - S8017291, CVE-2013-5830: Cast Proxies Aside.
    - S8017298, CVE-2013-4002: Better XML support.
    - S8017300, CVE-2013-5784: Improve Interface Implementation.
    - S8017505, CVE-2013-5820: Better Client Service.
    - S8019292: Better Attribute Value Exceptions.
    - S8019617: Better view of objects.
    - S8020293: JVM crash.
    - S8021290, CVE-2013-5823: Better signature validation.
    - S8022940: Enhance CORBA translations.
    - S8023683: Enhance class file parsing.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 22 Nov 2013 10:55:47 +0100

openjdk-6 (6b27-1.12.6-1) unstable; urgency=high

  * IcedTea 1.12.6 release.
  * Security fixes:
    - S6741606, CVE-2013-2407: Integrate Apache Santuario.
    - S7158805, CVE-2013-2445: Better rewriting of nested subroutine calls.
    - S7170730, CVE-2013-2451: Improve Windows network stack support.
    - S8000638, CVE-2013-2450: Improve deserialization.
    - S8000642, CVE-2013-2446: Better handling of objects for transportation.
    - S8001032: Restrict object access.
    - S8001033, CVE-2013-2452: Refactor network address handling in virtual
      machine identifiers.
    - S8001034, CVE-2013-1500: Memory management improvements.
    - S8001038, CVE-2013-2444: Resourcefully handle resources.
    - S8001043: Clarify definition restrictions.
    - S8001309: Better handling of annotation interfaces.
    - S8001318, CVE-2013-2447: Socket.getLocalAddress not consistent with
      InetAddress.getLocalHost.
    - S8001330, CVE-2013-2443: Improve on checking order.
    - S8003703, CVE-2013-2412: Update RMI connection dialog box.
    - S8004584: Augment applet contextualization.
    - S8005007: Better glyph processing.
    - S8006328, CVE-2013-2448: Improve robustness of sound classes.
    - S8006611: Improve scripting.
    - S8007467: Improve robustness of JMX internal APIs.
    - S8007471: Improve MBean notifications.
    - S8007812, CVE-2013-2455: (reflect) Class.getEnclosingMethod problematic
      for some classes.
    - S8008120, CVE-2013-2457: Improve JMX class checking.
    - S8008124, CVE-2013-2453: Better compliance testing.
    - S8008128: Better API coherence for JMX.
    - S8008132, CVE-2013-2456: Better serialization support.
    - S8008585: Better JMX data handling.
    - S8008593: Better URLClassLoader resource management.
    - S8008603: Improve provision of JMX providers.
    - S8008611: Better handling of annotations in JMX.
    - S8008615: Improve robustness of JMX internal APIs.
    - S8008623: Better handling of MBeanServers.
    - S8008744, CVE-2013-2407: Rework part of fix for JDK-6741606.
    - S8008982: Adjust JMX for underlying interface changes.
    - S8009004: Better implementation of RMI connections.
    - S8009013: Better handling of T2K glyphs.
    - S8009034: Improve resulting notifications in JMX.
    - S8009038: Improve JMX notification support.
    - S8009067: Improve storing keys in KeyStore.
    - S8009071, CVE-2013-2459: Improve shape handling.
    - S8009235: Improve handling of TSA data.
    - S8011243, CVE-2013-2470: Improve ImagingLib.
    - S8011248, CVE-2013-2471: Better Component Rasters.
    - S8011253, CVE-2013-2472: Better Short Component Rasters.
    - S8011257, CVE-2013-2473: Better Byte Component Rasters.
    - S8012375, CVE-2013-1571: Improve Javadoc framing.
    - S8012421: Better positioning of PairPositioning.
    - S8012438, CVE-2013-2463: Better image validation.
    - S8012597, CVE-2013-2465: Better image channel verification.
    - S8012601, CVE-2013-2469: Better validation of image layouts.
    - S8014281, CVE-2013-2461: Better checking of XML signature.
    - S8015997: Additional improvement in Javadoc framing.
  * Backports:
    - See the NEWS file for a complete list of the backports.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 11 Jul 2013 16:20:30 +0200

openjdk-6 (6b27-1.12.5-2) unstable; urgency=low

  * Fix -source dependency on -jre to be binNMU safe.

 -- Matthias Klose <doko@debian.org>  Fri, 17 May 2013 21:53:13 +0200

openjdk-6 (6b27-1.12.5-1) unstable; urgency=low

  * IcedTea 1.12.5 release.
  * Security fixes:
    - S6657673, CVE-2013-1518: Issues with JAXP.
    - S7200507: Refactor Introspector internals.
    - S8000724, CVE-2013-2417: Improve networking serialization.
    - S8001031, CVE-2013-2419: Better font processing.
    - S8001040, CVE-2013-1537: Rework RMI model.
    - S8001322: Refactor deserialization.
    - S8001329, CVE-2013-1557: Augment RMI logging.
    - S8003335: Better handling of Finalizer thread.
    - S8003445: Adjust JAX-WS to focus on API.
    - S8003543, CVE-2013-2415: Improve processing of MTOM attachments.
    - S8004261: Improve input validation.
    - S8004336, CVE-2013-2431: Better handling of method handle
      intrinsic frames.
    - S8004986, CVE-2013-2383: Better handling of glyph table.
    - S8004987, CVE-2013-2384: Improve font layout.
    - S8004994, CVE-2013-1569: Improve checking of glyph table.
    - S8005432: Update access to JAX-WS.
    - S8005943: (process) Improved Runtime.exec.
    - S8006309: More reliable control panel operation.
    - S8006435, CVE-2013-2424: Improvements in JMX.
    - S8006790: Improve checking for windows.
    - S8006795: Improve font warning messages.
    - S8007406: Improve accessibility of AccessBridge.
    - S8007617, CVE-2013-2420: Better validation of images.
    - S8007667, CVE-2013-2430: Better image reading.
    - S8007918, CVE-2013-2429: Better image writing.
    - S8009063, CVE-2013-2426: Improve reliability of ConcurrentHashMap.
    - S8009305, CVE-2013-0401: Improve AWT data transfer.
    - S8009699, CVE-2013-2421: Methodhandle lookup.
    - S8009814, CVE-2013-1488: Better driver management.
    - S8009857, CVE-2013-2422: Problem with plugin.
    - RH952389: Temporary files created with insecure permissions.
  * Backports;
    - S7197906: BlockOffsetArray::power_to_cards_back() needs to handle
      > 32 bit shifts
    - S7036559: ConcurrentHashMap footprint and contention improvements.
    - S5102804: Memory leak in Introspector.getBeanInfo(Class) for custom
      BeanInfo: Class param (with WeakCache from S6397609).
    - S6501644: Sync LayoutEngine *code* structure to match ICU.
    - S6886358: Layout code update.
    - S6963811: Deadlock-prone locking changes in Introspector.
    - S7017324: Kerning crash in JDK 7 since ICU layout update.
    - S7064279: Introspector.getBeanInfo() should release some resources
      in timely manner.
    - S8004302: javax/xml/soap/Test7013971.java fails since jdk6u39b01.
    - S7133220: Additional patches to JAXP 1.4.5 update 1 for 7u4 (partial
      for S6657673).
    - S8009530: ICU Kern table support broken.
  * Bug fixes:
    - OJ3: Fix get_stack_bounds memory leak (alternate fix for S7197906).
    - PR1362: Fedora 19 / rawhide FTBFS SIGILL.
    - PR1338: Remove dependency on libXp.
    - PR1339: Simplify the rhino class rewriter to avoid use of concurrency.
    - PR1319: Correct #ifdef to #if
    - Give xalan/xerces access to their own internal packages.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 25 Apr 2013 13:04:27 +0200

openjdk-6 (6b27-1.12.4-1) unstable; urgency=high

  * IcedTea 1.12.4 release.
  * Security fixes:
    - S8007014, CVE-2013-0809: Improve image handling.
    - S8007675, CVE-2013-1493: Improve color conversion.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 05 Mar 2013 16:24:47 +0800

openjdk-6 (6b27-1.12.3-1) unstable; urgency=high

  * IcedTea 1.12.3 release.
  * Security fixes:
    - S8006446: Restrict MBeanServer access.
    - S8006777: Improve TLS handling of invalid messages.
    - S8007688: Blacklist known bad certificate.
  * Backports:
    - S8007393: Possible race condition after JDK-6664509.
    - S8007611: logging behavior in applet changed.
  * Disable bootstrap build on alpha, currently broken.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 19 Feb 2013 23:37:14 +0100

openjdk-6 (6b27-1.12.1-2) unstable; urgency=high

  * d/patches/java-access-bridge-security.patch: Update (Jamie Strandboge).
  * Fix font suggestion for indic fonts in wheezy.
  * Fix fontconfig definitions for japanese and korean fonts, fixing
    compilation of the fontconfig file.
  * Fix cacao build failure on armv4, reverting a Thumb interworking
    change working for armv5 only.
  * Add Built-Using: rhino attribute for the -lib package.
  * Don't use concurrent features to rewrite the rhino jar file.
  * Add additional patches to fix regressions introduced by security
    fixes:
    - S8004341 (Two JCK tests fails with 7u11 b06).
    - S6664509 (fix issue with use of custom LogManagers).
    Taken from the icedtea6-1.11 branch.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 08 Feb 2013 16:55:43 +0100

openjdk-6 (6b27-1.12.1-1) unstable; urgency=low

  * IcedTea 1.12.1 release.
  * Security fixes:
    - S6563318, CVE-2013-0424: RMI data sanitization.
    - S6664509, CVE-2013-0425: Add logging context.
    - S6664528, CVE-2013-0426: Find log level matching its name or value given
      at construction time.
    - S6776941: CVE-2013-0427: Improve thread pool shutdown.
    - S7141694, CVE-2013-0429: Improving CORBA internals.
    - S7173145: Improve in-memory representation of splashscreens.
    - S7186945: Unpack200 improvement.
    - S7186946: Refine unpacker resource usage.
    - S7186948: Improve Swing data validation.
    - S7186952, CVE-2013-0432: Improve clipboard access.
    - S7186954: Improve connection performance.
    - S7186957: Improve Pack200 data validation.
    - S7192392, CVE-2013-0443: Better validation of client keys.
    - S7192393, CVE-2013-0440: Better Checking of order of TLS Messages.
    - S7192977, CVE-2013-0442: Issue in toolkit thread.
    - S7197546, CVE-2013-0428: (proxy) Reflect about creating reflective proxies.
    - S7200491: Tighten up JTable layout code.
    - S7200500: Launcher better input validation.
    - S7201064: Better dialogue checking.
    - S7201066, CVE-2013-0441: Change modifiers on unused fields.
    - S7201068, CVE-2013-0435: Better handling of UI elements.
    - S7201070: Serialization to conform to protocol.
    - S7201071, CVE-2013-0433: InetSocketAddress serialization issue.
    - S8000210: Improve JarFile code quality.
    - S8000537, CVE-2013-0450: Contextualize RequiredModelMBean class.
    - S8000540, CVE-2013-1475: Improve IIOP type reuse management.
    - S8000631, CVE-2013-1476: Restrict access to class constructor.
    - S8001235, CVE-2013-0434: Improve JAXP HTTP handling.
    - S8001242: Improve RMI HTTP conformance.
    - S8001307: Modify ACC_SUPER behavior.
    - S8001972, CVE-2013-1478: Improve image processing.
    - S8002325, CVE-2013-1480: Improve management of images.
  * Disable class data sharing for Zero.
  * Enable class data sharing for the hotspot server VM.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 06 Feb 2013 19:31:25 +0100

openjdk-6 (6b27-1.12-1ubuntu1) raring; urgency=low

  * Upload to raring.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 31 Jan 2013 21:32:56 +0100

openjdk-6 (6b27-1.12-1) unstable; urgency=low

  * IcedTea 1.12 release.

  [ Matthias Klose ]
  * d/patches/atk-wrapper-security.patch: Update.
  * Configure with --disable-downloading.

  [ Thorsten Glaser ]
  * debian/rules: Use gcj-4.6-jdk for m68k builds.
  * d/patches/m68k-text-relocations.patch: build with -fPIC on m68k

 -- Matthias Klose <doko@ubuntu.com>  Thu, 31 Jan 2013 15:45:50 +0100

openjdk-6 (6b24-1.11.5-1) unstable; urgency=low

  * Upload to unstable.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 17 Oct 2012 15:08:12 +0200

openjdk-6 (6b24-1.11.5-0ubuntu1) quantal-security; urgency=low

  * IcedTea 1.11.5 release.
  * Security fixes
    - S6631398, CVE-2012-3216: FilePermission improved path checking.
    - S7093490: adjust package access in rmiregistry.
    - S7143535, CVE-2012-5068: ScriptEngine corrected permissions.
    - S7167656, CVE-2012-5077: Multiple Seeders are being created.
    - S7169884, CVE-2012-5073: LogManager checks do not work correctly
      for sub-types.
    - S7169888, CVE-2012-5075: Narrowing resource definitions in JMX RMI
      connector.
    - S7172522, CVE-2012-5072: Improve DomainCombiner checking.
    - S7186286, CVE-2012-5081: TLS implementation to better adhere to RFC.
    - S7189103, CVE-2012-5069: Executors needs to maintain state.
    - S7189490: More improvements to DomainCombiner checking.
    - S7189567, CVE-2012-5085: java net obselete protocol.
    - S7192975, CVE-2012-5071: Conditional usage check is wrong.
    - S7195194, CVE-2012-5084: Better data validation for Swing.
    - S7195917, CVE-2012-5086: XMLDecoder parsing at close-time should be
      improved.
    - S7195919, CVE-2012-5979: (sl) ServiceLoader can throw CCE without needing
      to create instance.
    - S7198296, CVE-2012-5089: Refactor classloader usage.
    - S7158800: Improve storage of symbol tables.
    - S7158801: Improve VM CompileOnly option.
    - S7158804: Improve config file parsing.
    - S7176337: Additional changes needed for 7158801 fix.
    - S7198606, CVE-2012-4416: Improve VM optimization.
  * Bug fixes
    - S7175845: "jar uf" changes file permissions unexpectedly.
    - S7177216: native2ascii changes file permissions of input file.
    - S7199153: TEST_BUG: try-with-resources syntax pushed to 6-open repo.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 17 Oct 2012 12:45:53 +0200

openjdk-6 (6b24-1.11.4-3ubuntu1) quantal; urgency=low

  * Merge with Debian.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 04 Sep 2012 18:09:12 +0200

openjdk-6 (6b24-1.11.4-3) unstable; urgency=low

  * Regenerate the control file to fix build dependencies on mips/mipsel.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 02 Sep 2012 19:39:17 +0200

openjdk-6 (6b24-1.11.4-2) unstable; urgency=low

  * Remove the autoconf Xp check.

 -- Matthias Klose <doko@debian.org>  Sun, 02 Sep 2012 12:04:04 +0200

openjdk-6 (6b24-1.11.4-1) unstable; urgency=high

  * IcedTea 1.11.4 release.
  * Security fixes
    - S7162476, CVE-2012-1682: XMLDecoder security issue via ClassFinder.
    - S7163201, CVE-2012-0547: Simplify toolkit internals references.
  * Remove architecture specific nss-*.cfg configuration files.
    Closes: #681631.

 -- Matthias Klose <doko@debian.org>  Sat, 01 Sep 2012 11:18:11 +0200

openjdk-6 (6b24-1.11.3-2) unstable; urgency=medium

  * Disable running the jdk tests on sparc (hangs). Nobody really cares
    about sparc, and this lets the build succeed.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 26 Jun 2012 12:03:59 +0200

openjdk-6 (6b24-1.11.3-1) unstable; urgency=low

  * IcedTea 1.11.3 release.
  * Security fixes. Closes: #677487.
    - S7079902, CVE-2012-1711: Refine CORBA data models.
    - S7110720: Issue with vm config file loadingIssue with vm config file
      loading.
    - S7143606, CVE-2012-1717: File.createTempFile should be improved for
      temporary files created by the platform.
    - S7143614, CVE-2012-1716: SynthLookAndFeel stability improvement.
    - S7143617, CVE-2012-1713: Improve fontmanager layout lookup operations.
    - S7143851, CVE-2012-1719: Improve IIOP stub and tie generation in RMIC.
    - S7143872, CVE-2012-1718: Improve certificate extension processing.
    - S7145239: Finetune package definition restriction.
    - S7152811, CVE-2012-1723: Issues in client compiler.
    - S7157609, CVE-2012-1724: Issues with loop.
    - S7160677: missing else in fix for 7152811.
    - S7160757, CVE-2012-1725: Problem with hotspot/runtime_classfile.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 23 Jun 2012 14:59:42 +0200

openjdk-6 (6b24-1.11.1-6) unstable; urgency=low

  * Build using gcc-4.4 on mips, mipsel.
  * Don't mark the -demo package as Multi-Arch same. Closes: #670036.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 01 May 2012 15:42:45 +0200

openjdk-6 (6b24-1.11.1-5) unstable; urgency=low

  * Build again with older gcj versions on mips, mipsel (4.4), s390 (4.6).

 -- Matthias Klose <doko@ubuntu.com>  Fri, 20 Apr 2012 15:21:48 +0200

openjdk-6 (6b24-1.11.1-4ubuntu3) precise-proposed; urgency=low

  * Do not apply patches/revert-6885123.patch. Closes: #638805. LP: #981037.
  * Move hotspot-7020521.patch and hotspot-7026307.patch to debian/patches
    and reapply (accidentally disabled).

 -- Matthias Klose <doko@ubuntu.com>  Fri, 20 Apr 2012 14:38:21 +0200

openjdk-6 (6b24-1.11.1-4ubuntu2) precise; urgency=low

  * Use the /usr/bin path for the policytool desktop file. LP: #980205.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 12 Apr 2012 23:00:35 +0200

openjdk-6 (6b24-1.11.1-4ubuntu1) precise; urgency=low

  * Regenerate the control file.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 11 Apr 2012 08:15:00 +0200

openjdk-6 (6b24-1.11.1-4) unstable; urgency=low

  * Install desktop files again, using the common /usr/bin/java
    interpreter name. LP: #969322. Closes: #668213.
  * Build-depend on libpng-dev for newer releases. Closes: #662452.
  * Let dlopen handle finding the libpcsclite library. LP: #898689.
    Closes: #668356.
  * Build-depend on fonts-ipafont-mincho, fixing a build failure in the
    fontconfig compiler (find out why it breaks ...).
  * Build using gcc-4.7/gcj-4.7 for sid/wheezy.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 09 Apr 2012 16:51:08 +0200

openjdk-6 (6b24-1.11.1-3ubuntu4) precise; urgency=low

  * Don't install the binary fontconfig file.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 11 Mar 2012 01:27:16 +0100

openjdk-6 (6b24-1.11.1-3ubuntu3) precise; urgency=low

  * Revert the ARM inline math functions change, ony meant for a PPA build.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 01 Mar 2012 17:48:40 +0100

openjdk-6 (6b24-1.11.1-3ubuntu2) precise; urgency=low

  * Disable running the jdk tests.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 29 Feb 2012 02:10:14 +0100

openjdk-6 (6b24-1.11.1-3) unstable; urgency=low

  * Use NanumMyeongjo as the preferred korean font. LP: #792471.
    Closes: #655167.
  * Fix java path in jexec for multiarch builds.
  * Fix crash in java.net.NetworkInterface.getNetworkInterfaces() when
    ifr_ifindex exceeds 255. LP: #925218. S7078386.
  * Remove javaws and pluginappletviewer alternatives on upgrade from
    squeeze. Closes: #660604.
  * Use IPAfont as the preferred japanesse font. Closes: #646054.
  * Build using gcj on alpha and armel. Closes: #655750.
  * Drop build dependency on libxp-dev. Closes: #623667.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 26 Feb 2012 23:50:44 +0100

openjdk-6 (6b24-1.11.1-2ubuntu2) precise; urgency=low

  * Make sure that the nss.cfg doesn't mention any library path.
    LP: #939361, #939419.
  * Disable the accessibility wrapper, doesn't work yet. LP: #935296.
  * ARM: Inline math functions, where asm instructions exist (taken from
    the trunk).

 -- Matthias Klose <doko@ubuntu.com>  Fri, 24 Feb 2012 15:00:34 +0100

openjdk-6 (6b24-1.11.1-2ubuntu1) precise; urgency=low

  * Regenerate the control file.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 22 Feb 2012 23:05:40 +0100

openjdk-6 (6b24-1.11.1-2) unstable; urgency=medium

  * Update from the IcedTea6-1.11 branch (20120222).
  * Build using gcc/gcj-4.4 on mips and sparc again.
  * Remove build dependency on libxp-dev.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 22 Feb 2012 14:37:27 +0100

openjdk-6 (6b24-1.11.1-1) unstable; urgency=medium

  * Build using gcj-4.4 on mips and mipsel again (raised on debian-mips).

 -- Matthias Klose <doko@ubuntu.com>  Thu, 16 Feb 2012 15:48:25 +0100

openjdk-6 (6b24-1.11.1-0ubuntu1) precise; urgency=low

  * IcedTea 1.11.1 release.
  * Security fixes:
    - S7082299, CVE-2011-3571: Fix in AtomicReferenceArray.
    - S7088367, CVE-2011-3563: Fix issues in java sound.
    - S7110683, CVE-2012-0502: Issues with some KeyboardFocusManager method.
    - S7110687, CVE-2012-0503: Issues with TimeZone class.
    - S7110700, CVE-2012-0505: Enhance exception throwing mechanism
      in ObjectStreamClass.
    - S7110704, CVE-2012-0506: Issues with some method in corba.
    - S7112642, CVE-2012-0497: Incorrect checking for graphics rendering object.
    - S7118283, CVE-2012-0501: Better input parameter checking
      in zip file processing.
    - S7126960, CVE-2011-5035: (httpserver) Add property to limit number
      of request headers to the HTTP Server.
  * Backport fixes for S7066307, S7020521 from OpenJDK7 (Xerxes Rånby).

 -- Matthias Klose <doko@ubuntu.com>  Wed, 15 Feb 2012 16:20:16 +0100

openjdk-6 (6b24-1.11-4) unstable; urgency=low

  * Build using gcj-4.6 on mips, mipsel, sparc, sparc64.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 08 Feb 2012 18:06:09 +0100

openjdk-6 (6b24-1.11-3) unstable; urgency=low

  * Make doc files multi-arch installable.
  * JB-archive.applications.in: Use /usr/bin/java by default. Maybe
    should be moved to the default-jdk package.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 07 Feb 2012 20:58:36 +0100

openjdk-6 (6b24-1.11-2ubuntu1) precise; urgency=low

  * Regenerate the control file.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 04 Feb 2012 12:40:14 +0100

openjdk-6 (6b24-1.11-2) unstable; urgency=low

  * Make upgrades from non-multiarch to multiarch builds more silent.
  * Fix order of grant decls in java.policy.
  * Default to zero again on ARM with the update ARM assembler interpreter.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 03 Feb 2012 23:59:42 +0100

openjdk-6 (6b24-1.11-1) unstable; urgency=low

  * Upload to unstable.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 03 Feb 2012 01:34:16 +0100

openjdk-6 (6b24-1.11-0ubuntu1) precise; urgency=low

  * IcedTea6 1.11 release.

  [ Luke Yelavich ]
  * Use java-atk-wrapper instead of java-access-bridge for accessibility.
    LP: #790240.

  [ Matthias Klose ]
  * nss.cfg: Remove nssLibraryDirectory property, rely on the system
    library path.
  * Make the java.policy file multi-arch installable. LP: #924096.
  * Don't install desktop and menu files for multiarch builds.
    Needs a better solution. Closes: #658321
  * Pass -n to gzip when compressing manpages to be Multi-Arch: same safe.
  * Don't install an alternative for the deprecated apt tool.
  * Make the upgrade from a non-multiarch installation location more
    robust; don't depend on version numbers, but check the path of the
    alternatives. LP: #887077.
  * Always use the internal copy of liblcms1; only OpenJDK 7 has the
    support to use a system liblcms2.
  * Build jamvm on powerpc.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 03 Feb 2012 01:20:59 +0100

openjdk-6 (6b24~pre4-1ubuntu1) precise; urgency=low

  * Disable the jtreg tests for JamVM on ARM, issues on the buildds.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 21 Jan 2012 23:00:21 +0100

openjdk-6 (6b24~pre4-1) unstable; urgency=low

  * Upload to unstable.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 21 Jan 2012 00:18:46 +0100

openjdk-6 (6b24~pre4-0ubuntu1) precise; urgency=low

  * Update from the IcedTea6-1.11 branch (20120120).
  * Disable shark builds, broken for this release.
  * Fix some lintian warnings.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 21 Jan 2012 00:02:47 +0100

openjdk-6 (6b24~pre3-0ubuntu1) precise; urgency=low

  * Update from the IcedTea6 branch (20120103).
  * Build shark using llvm-3.0.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 03 Jan 2012 08:32:51 +0100

openjdk-6 (6b24~pre2-1) unstable; urgency=low

  * Regenerate the control file.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 16 Dec 2011 17:38:01 +0100

openjdk-6 (6b24~pre2-0ubuntu2) precise; urgency=low

  * Build-depend on binutils-dev on armel and armhf.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 16 Dec 2011 17:17:09 +0100

openjdk-6 (6b24~pre2-0ubuntu1) precise; urgency=low

  * Update from the IcedTea6 branch (20111216).
  * Enable CACAO on armhf.
  * Fix build flags for cppInterpreter_arm.o.
  * openjdk-6-jre-lib: Mark as Multi-Arch: foreign.
  * Fix plugin name in jinfo file. Closes: #650928.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 16 Dec 2011 14:29:04 +0100

openjdk-6 (6b24~pre1-1) unstable; urgency=low

  * OpenJDK 6b24 release.
  * Update from the IcedTea6 branch (20111130).

 -- Matthias Klose <doko@ubuntu.com>  Wed, 30 Nov 2011 18:51:50 +0100

openjdk-6 (6b23~pre11-1) unstable; urgency=high

  * Build with jpeg8. Closes: #644070.
  * Tighten inter-package dependencies for Debian builds. Closes: #641240.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 19 Oct 2011 21:11:52 +0200

openjdk-6 (6b23~pre11-0ubuntu1) precise; urgency=low

  * Update from the IcedTea6 branch (20111019).
    - Security fixes:
      - S7000600, CVE-2011-3547: InputStream skip() information leak.
      - S7019773, CVE-2011-3548: mutable static AWTKeyStroke.ctor.
      - S7023640, CVE-2011-3551: Java2D TransformHelper integer overflow.
      - S7032417, CVE-2011-3552: excessive default UDP socket limit under
        SecurityManager.
      - S7046794, CVE-2011-3553: JAX-WS stack-traces information leak.
      - S7046823, CVE-2011-3544: missing SecurityManager checks in scripting
        engine.
      - S7055902, CVE-2011-3521: IIOP deserialization code execution.
      - S7057857, CVE-2011-3554: insufficient pack200 JAR files uncompress
        error checks.
      - S7064341, CVE-2011-3389: HTTPS: block-wise chosen-plaintext attack
        against SSL/TLS (BEAST).
      - S7070134, CVE-2011-3558: HotSpot crashes with sigsegv from
        PorterStemmer.
      - S7077466, CVE-2011-3556: RMI DGC server remote code execution.
      - S7083012, CVE-2011-3557: RMI registry privileged code execution.
      - S7096936, CVE-2011-3560: missing checkSetFactory calls in
        HttpsURLConnection.
    - Update JamVM.
      - Implement classlibCheckIfOnLoad().
      - Make thread states JVMTI compatible.
      - Handle 'g' when specifying memory + extra checks.
      - Make command line compatibility options table-driven.
    - Update CACAO.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 19 Oct 2011 18:03:26 +0200

openjdk-6 (6b23~pre10-1) unstable; urgency=low

  [ Matthias Klose ]
  * Fix exception on trying to start PulseAudio playback on ARM (Xerxes
    Rånby, David Henningsson). LP: #862286.

  [ Damien Raude-Morvan ]
  * Add myself to Uploaders.
  * d/rules: Fix java.policy to include jre/lib/ext/* files (instead of
    non-existant ext/*). It'll restore privilegied access from sunpkcs11.jar
    to sun.* code. (Closes: #642734, #642598).

 -- Damien Raude-Morvan <drazzib@debian.org>  Sat, 01 Oct 2011 12:11:52 +0200

openjdk-6 (6b23~pre10-0ubuntu4) oneiric; urgency=low

  [ Matthias Klose ]
  * Fix exception on trying to start PulseAudio playback on ARM (Xerxes
    Rånby, David Henningsson). LP: #862286.

  [ Damien Raude-Morvan ]
  * Add myself to Uploaders.
  * d/rules: Fix java.policy to include jre/lib/ext/* files (instead of
    non-existant ext/*). It'll restore privilegied access from sunpkcs11.jar
    to sun.* code. (Closes: #642734, #642598).

 -- Matthias Klose <doko@ubuntu.com>  Thu, 29 Sep 2011 17:28:29 +0200

openjdk-6 (6b23~pre10-0ubuntu3) oneiric; urgency=low

  * Don't use the broken symlink to build on armel.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 27 Sep 2011 15:43:03 +0200

openjdk-6 (6b23~pre10-0ubuntu2) oneiric; urgency=low

  * Fix dangling java-1.6.0-openjdk symlink.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 27 Sep 2011 14:04:08 +0200

openjdk-6 (6b23~pre10-0ubuntu1) oneiric; urgency=low

  * Update from the IcedTea6 branch (20110926).
    - OpenJDK:
      - S6826104: Getting a NullPointer exception when clicked on
        Application & Toolkit Modal dialog.
      - S5082756: Image I/O plug-ins set metadata boolean attributes to "true"
        or "false".
      - S6296893: BMP Writer handles TopDown property incorrectly for some
        of the compression types.
    - JamVM:
      - Add support for armhf.
      - Skip Java-reflection-related DelegatingClassLoaders, enables JamVM
        to run NetBeans.
      - Generic JNI stubs for common JNI method signatures.
      - Fix memory heap arguments in terms of gigabytes.
      - armhf: ensure stack is 8 byte aligned.
    - CACAO:
      - CA149: Used wrong class loader.
      - src/vm/javaobjects.cpp (java_lang_reflect_Method::invoke): [OPENJDK] stack
      - index of caller was off by one, causing many apt (Annotation Processing Tool)
        failures.
  * Default to JamVM on armhf.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 26 Sep 2011 15:23:21 +0200

openjdk-6 (6b23~pre9-2) unstable; urgency=low

  [ Matthias Klose ]
  * openjdk-6-jre-lib: Break openjdk-6-jre-headless (<< 6b23~pre9-1~).
    Closes: #640476.

  [ Damien Raude-Morvan ]
  * d/patches/icc_loading_with_symlink.diff: Try to fix loading of ICC profile
    when jre/lib/cmm is a symlink. (Closes: #641530, #639883, #641240).

 -- Damien Raude-Morvan <drazzib@debian.org>  Fri, 23 Sep 2011 18:56:53 +0200

openjdk-6 (6b23~pre9-1) unstable; urgency=low

  * Update from the IcedTea6 branch (20110830).
  * Move the -lib files into a different location so that the java-6-openjdk
    name can be used as a symlink.
  * Symlink the jre/cmm directory, instead of the files inside. Closes: #639883.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 01 Sep 2011 00:34:06 +0200

openjdk-6 (6b23~pre8-2ubuntu1) oneiric; urgency=low

  * Regenerate the control file.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 28 Aug 2011 23:49:18 +0200

openjdk-6 (6b23~pre8-2) unstable; urgency=low

  * Set plugin name for the jinfo file. Closes: #638548,
  * Disable the mauve testsuite on i386.
  * Make the installation multiarch aware.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 28 Aug 2011 17:55:22 +0200

openjdk-6 (6b23~pre8-1ubuntu1) oneiric; urgency=low

  * Merge with Debian.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 20 Aug 2011 14:21:52 +0200

openjdk-6 (6b23~pre8-1) unstable; urgency=low

  * Update from the IcedTea6 branch (20110820).
    - JamVM updates.
  * Build using GCC-4.4 on sparc and sparc64.
  * Enable testsuite runs in s390x.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 19 Aug 2011 23:30:48 +0000

openjdk-6 (6b23~pre7-1) unstable; urgency=low

  * Update from the IcedTea6 branch (20110816).
    - JamVM updates.
  * Fix typo for s390x build.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 16 Aug 2011 07:16:18 +0200

openjdk-6 (6b23~pre6-1) unstable; urgency=low

  * Update from the IcedTea6 branch (20110814).
  * Disable cacao for armhf.
  * Build using g++-4.5 on armhf.
  * Call dbus-launch --exit-with-session in testsuite. Closes: #612394.
  * Build for s390x using Zero.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 14 Aug 2011 09:24:47 +0200

openjdk-6 (6b23~pre5-1) experimental; urgency=low

  * Build using GCC-4.4 on mips/mipsel. Closes: #628621.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 10 Aug 2011 10:56:09 +0200

openjdk-6 (6b23~pre5-0ubuntu1) oneiric; urgency=low

  * Update from the IcedTea6 branch (20110810).

 -- Matthias Klose <doko@ubuntu.com>  Wed, 10 Aug 2011 10:46:25 +0200

openjdk-6 (6b23~pre4-2ubuntu1) oneiric; urgency=low

  * Regenerate the control file.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 08 Aug 2011 14:39:49 +0200

openjdk-6 (6b23~pre4-2) experimental; urgency=low

  * openjdk-6-jre-headless: Depend on icedtea-6-jre-jamvm, if it's
    the default VM.
  * Use gcj-4.4 as the stage1 java VM on mips and mipsel.
  * Explicitly build-depend on xsltproc.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 04 Aug 2011 11:06:38 +0200

openjdk-6 (6b23~pre4-1) experimental; urgency=low

  * Upload to experimental.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 02 Aug 2011 21:18:45 +0200

openjdk-6 (6b23~pre4-0ubuntu1) oneiric; urgency=low

  * Update from the IcedTea6 branch (20110802).
  * Updated JamVM to the 2011-08-01 revision.
  * Make JamVM the default VM on Ubuntu oneiric/ARM.
  * Fix build on sparc.
  * Depend on libnss3 in multiarch location. Closes: #634058, #635111.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 02 Aug 2011 19:25:57 +0200

openjdk-6 (6b23~pre3-0ubuntu2) oneiric; urgency=low

  * Build using g++-4.5 on oneiric/armel.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 09 Jul 2011 13:03:28 +0200

openjdk-6 (6b23~pre3-0ubuntu1) oneiric; urgency=low

  * Update to the b23-05_jul_2011 tarball.
    - Includes fixes for security issues:
    - S6213702, CVE-2011-0872: (so) non-blocking sockets with TCP urgent
      disabled get still selected for read ops (win)
    - S6618658, CVE-2011-0865: Vulnerability in deserialization
    - S7012520, CVE-2011-0815: Heap overflow vulnerability in
      FileDialog.show()
    - S7013519, CVE-2011-0822, CVE-2011-0862: Integer overflows in 2D code
    - S7013969, CVE-2011-0867: NetworkInterface.toString can reveal
      bindings
    - S7013971, CVE-2011-0869: Vulnerability in SAAJ
    - S7016340, CVE-2011-0870: Vulnerability in SAAJ
    - S7016495, CVE-2011-0868: Crash in Java 2D transforming an image with
      scale close to zero
    - S7020198, CVE-2011-0871: ImageIcon creates Component with null acc
    - S7020373, CVE-2011-0864: JSR rewriting can overflow memory address
      size variables
  * Don't build with -Werror on sparc.
  * Build shark using llvm-2.9.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 07 Jul 2011 22:31:12 +0200

openjdk-6 (6b23~pre2-2) experimental; urgency=low

  * Explicitly use GCC 4.6.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 29 May 2011 21:03:20 +0200

openjdk-6 (6b23~pre2-1) experimental; urgency=low

  * Upload to experimental.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 29 May 2011 07:54:14 +0200

openjdk-6 (6b23~pre2-0ubuntu2) oneiric; urgency=low

  * Don't run the jdk jtreg test with JamVM.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 29 May 2011 07:52:04 +0200

openjdk-6 (6b23~pre2-0ubuntu1) oneiric; urgency=low

  * Fix non-bootstrap builds.
  * Depend against multiarch libnss3. LP: #779174.
  * Run jtreg tests using JamVM too.
  * Don't run the jtreg tests with the NSS security provider enabled.
  * Update JamVM to 20110528.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 28 May 2011 15:43:50 +0200

openjdk-6 (6b23~pre1-0ubuntu2) oneiric; urgency=low

  * Build using g++-4.6 on oneiric.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 17 May 2011 17:38:08 +0200

openjdk-6 (6b23~pre1-0ubuntu1) oneiric; urgency=low

  * Update from the IcedTea6 branch (20110517).
  * Add lcms configury.
  * Build on ARM using the zero port (without the ARM assembler interpreter).
  * Build-depend against multiarch libnss3. LP: #783941.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 17 May 2011 17:01:37 +0200

openjdk-6 (6b22-1.10.1-0ubuntu1) natty; urgency=low

  * IcedTea6 1.10.1 release.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 05 Apr 2011 12:20:36 +0200

openjdk-6 (6b22-1.10.1~pre1-1) experimental; urgency=low

  *  Upload to experimental.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 26 Mar 2011 10:43:49 +0100

openjdk-6 (6b22-1.10.1~pre1-0ubuntu1) natty; urgency=low

  * Update from the IcedTea6-1.10 release branch (20110325).
  * Add multiarch directories to the default library path. LP: #737603.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 25 Mar 2011 16:33:57 +0100

openjdk-6 (6b22-1.10-3) experimental; urgency=low

  * Fix JamVM build on mips/mipsel (Robert Lougher).
  * Re-enable the JamVM build on mips/mipsel.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 06 Mar 2011 15:01:54 +0100

openjdk-6 (6b22-1.10-2) experimental; urgency=low

  * Mention that IcedTea is copyrigh GPLv2 + "CLASSPATH" EXCEPTION.
    Closes: #611269.
  * Don't run the jdk checks for the alternate builds (hotspot and
    langtools checks are still run).
  * Disable the JamVM build on mips/mipsel.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 05 Mar 2011 16:13:40 +0100

openjdk-6 (6b22-1.10-1) experimental; urgency=low

  * Upload to experimental.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 04 Mar 2011 16:12:50 +0100

openjdk-6 (6b22-1.10-0ubuntu2) natty; urgency=low

  * Disable the jdk tests with the Shark, JamVM and Cacao VMs.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 04 Mar 2011 15:32:50 +0100

openjdk-6 (6b22-1.10-0ubuntu1) natty; urgency=low

  * IcedTea6 1.10 release.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 03 Mar 2011 09:32:19 +0100

openjdk-6 (6b21~pre3-0ubuntu1) natty; urgency=low

  * Update from the IcedTea6 trunk (20110224).
  * icedtea-6-jre-jamvm: Build JamVM as an alternative VM,
    start with `java -jamvm'.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 24 Feb 2011 02:45:56 +0100

openjdk-6 (6b21~pre2-0ubuntu1) natty; urgency=low

  * Update from the IcedTea6 trunk (20110217).
  * Update hotspot hs20 (not yet enabled).
  * Add ppc64 packaging bits.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 18 Feb 2011 15:55:41 +0100

openjdk-6 (6b21~pre1-1) experimental; urgency=low

  * Upload to experimental.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 22 Jan 2011 15:34:21 +0100

openjdk-6 (6b21~pre1-0ubuntu1) natty; urgency=low

  * Update to 6b21.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 22 Jan 2011 14:28:28 +0100

openjdk-6 (6b20-1.10~pre3-0ubuntu4) natty; urgency=low

  * Fix shark build on powerpc.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 24 Dec 2010 11:06:32 +0100

openjdk-6 (6b20-1.10~pre3-0ubuntu3) natty; urgency=low

  * Update from the IcedTea6 trunk (20101223).

 -- Matthias Klose <doko@ubuntu.com>  Thu, 23 Dec 2010 14:27:17 +0100

openjdk-6 (6b20-1.10~pre3-0ubuntu1) natty; urgency=low

  * Update from the IcedTea6 trunk (20101126).
  * Update hotspot hs19.
  * Fix build failures on ia64, s390 and sparc64.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 26 Nov 2010 16:38:16 +0100

openjdk-6 (6b20-1.10~pre2-0ubuntu7~ppa1) natty; urgency=low

  * Reenable shark on amd64, but build using llvm-2.7.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 21 Oct 2010 23:59:30 +0200

openjdk-6 (6b20-1.10~pre2-0ubuntu5) natty; urgency=low

  * Don't try to set up an alternative for javaws

 -- Matthias Klose <doko@ubuntu.com>  Thu, 21 Oct 2010 17:38:48 +0200

openjdk-6 (6b20-1.10~pre2-0ubuntu3) natty; urgency=low

  * Stop building zero/shark on amd64. Fails the self tests.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 21 Oct 2010 13:49:56 +0200

openjdk-6 (6b20-1.10~pre2-0ubuntu2) natty; urgency=low

  * Don't include OpenJDK's javaws either.
  * openjdk-6-jre: Recommend icedtea-netx.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 21 Oct 2010 08:34:07 +0200

openjdk-6 (6b20-1.10~pre2-0ubuntu1) natty; urgency=low

  * Update from the IcedTea6 trunk (20101020).
  * Remove the plugin and javaws from the packaging, removed upstream.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 20 Oct 2010 17:45:09 +0200

openjdk-6 (6b20-1.10~pre1-0ubuntu2) natty; urgency=low

  * Build with hotspot 19.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 14 Oct 2010 11:28:38 +0200

openjdk-6 (6b20-1.10~pre1-0ubuntu1) natty; urgency=low

  * Snapshot, taken from the IcedTea6 trunk (20101013).

 -- Matthias Klose <doko@ubuntu.com>  Wed, 13 Oct 2010 08:36:44 +0200

openjdk-6 (6b20-1.9.2-1) experimental; urgency=low

  * Upload to experimental.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 24 Nov 2010 05:29:43 +0100

openjdk-6 (6b20-1.9.2-0ubuntu1) maverick-security; urgency=low

  * IcedTea6 1.9.2 release.
    - CVE-2010-3860: Fix IcedTea System property information leak via
      public static.
  * Build using Hotspot hs19.
  * Start metacity using dbus-launch, when running the testsuite. LP: #632594.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 21 Nov 2010 18:30:39 +0100

openjdk-6 (6b20-1.9.1-1ubuntu3) maverick-security; urgency=low

  * Move all japanese man pages belonging to the jre into the -jre package.
    Closes: #600765.
  * Add -jdk replaces for -jre and -jre-headless. Closes: #600809.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 20 Oct 2010 12:51:34 +0200

openjdk-6 (6b20-1.9.1-1ubuntu1) maverick-security; urgency=low

  * Fix upgrade to symlinked timezone data. Closes: #600359.
  * Move all japanese man pages belonging to the jre into the -jre package.
    Closes: #600765.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 18 Oct 2010 16:07:48 +0200

openjdk-6 (6b20-1.9.1-1) experimental; urgency=low

  * Upload to experimental.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 12 Oct 2010 15:07:35 +0200

openjdk-6 (6b20-1.9.1-0ubuntu1) maverick-security; urgency=low

  * IcedTea6 1.9.1 release.
    - Security updates:
      - S6914943, CVE-2009-3555: TLS: MITM attacks via session renegotiation.
      - S6559775, CVE-2010-3568: OpenJDK Deserialization Race condition.
      - S6891766, CVE-2010-3554: OpenJDK corba reflection vulnerabilities.
      - S6925710, CVE-2010-3562: OpenJDK IndexColorModel double-free.
      - S6938813, CVE-2010-3557: OpenJDK Swing mutable static.
      - S6957564, CVE-2010-3548: OpenJDK DNS server IP address information
        leak.
      - S6958060, CVE-2010-3564: OpenJDK kerberos vulnerability.
      - S6963023, CVE-2010-3565: OpenJDK JPEG writeImage remote code execution.
      - S6963489, CVE-2010-3566: OpenJDK ICC Profile remote code execution.
      - S6966692, CVE-2010-3569: OpenJDK Serialization inconsistencies.
      - S6622002, CVE-2010-3553: UIDefault.ProxyLazyValue has unsafe
        reflection usage.
      - S6623943: javax.swing.TimerQueue's thread occasionally fails to start.
      - S6925672, CVE-2010-3561: Privileged ServerSocket.accept allows
        receiving connections from any host.
      - S6952017, CVE-2010-3549: HttpURLConnection chunked encoding issue
        (Http request splitting).
      - S6952603, CVE-2010-3551: NetworkInterface reveals local network
        address to untrusted code.
      - S6961084, CVE-2010-3541: limit setting of some request headers in
        HttpURLConnection.
      - S6963285, CVE-2010-3567: Crash in ICU Opentype layout engine due to
        mismatch in character counts.
      - S6980004, CVE-2010-3573: limit HTTP request cookie headers in
        HttpURLConnection.
      - S6981426, CVE-2010-3574: limit use of TRACE method in
        HttpURLConnection.
    - Plugin fixes.
    - Backports from newer IcedTea releases.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 12 Oct 2010 12:13:40 +0200

openjdk-6 (6b20-1.9-1) experimental; urgency=low

  * Upload to experimental.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 07 Sep 2010 21:19:21 +0200

openjdk-6 (6b20-1.9-0ubuntu1) maverick; urgency=low

  * IcedTea6 1.9 release.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 07 Sep 2010 18:13:20 +0200

openjdk-6 (6b20~pre2-0ubuntu2) maverick; urgency=low

  * Update from the IcedTea6 trunk.
  * Really let the build fail on armel.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 30 Jul 2010 16:55:38 +0200

openjdk-6 (6b20~pre2-0ubuntu1) maverick; urgency=high

  * Update from the IcedTea6 trunk.
    - (CVE-2010-2783): IcedTea 'Extended JNLP Services' arbitrary file access.
    - (CVE-2010-2548): IcedTea incomplete property access check for unsigned
      applications
  * openjdk-6-jre: Recommend ttf-dejavu-extra. LP: #569396.
  * Explicitely fail the build on armel. The ARM assembler interpreter is
    disabled and would a 3-5x performance regression compared to the current
    6b18 armel binaries in the archive.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 29 Jul 2010 00:10:53 +0200

openjdk-6 (6b20~pre1-2) experimental; urgency=low

  * Upload to experimental.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 15 Jul 2010 13:55:02 +0200

openjdk-6 (6b20~pre1-1ubuntu1) maverick; urgency=low

  * Include docs in the -doc package. LP: #600834.
  * Update from the IcedTea6 trunk.
    - Plugin and netx fixes.
    - Don't link the plugin against the libxul libraries. Closes: #576361.
    - More plugin cpu usage fixes. Closes: #584335, #587049.
    - Plugin: fixes AppletContext.getApplets().
  * Fix Vcs-Bzr location. Closes: #530883.
  * Search for unversioned llvm-config tool.
  * Don't set XFILESEARCHPATH and NLSPATH on startup. LP: #586641.
  * Fix chinese font metrics and prefer using 'WenQuanYi Micro Hei' font.
    LP: #472845.
  * Strip libjvm.so with --strip-debug instead of --strip-unneeded.
    LP: #574997.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 15 Jul 2010 12:40:10 +0200

openjdk-6 (6b20~pre1-1) experimental; urgency=low

  * Upload to experimental.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 28 Jun 2010 00:50:58 +0200

openjdk-6 (6b20~pre1-0ubuntu2) maverick; urgency=low

  * Shark & CACAO build fixes.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 25 Jun 2010 02:27:10 +0200

openjdk-6 (6b20~pre1-0ubuntu1) maverick; urgency=low

  * Update to 6b20 code drop.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 14 Apr 2010 02:53:37 +0200

openjdk-6 (6b18-1.8-4) unstable; urgency=low

  * Update from the 1.8 branch.
    - Plugin and netx fixes.
    - Don't link the plugin against the libxul libraries. Closes: #576361.
    - More plugin cpu usage fixes. Closes: #584335, #587049.
    - Plugin: fixes AppletContext.getApplets().
    - Fix race conditions in plugin initialization code that were causing
      hangs when loading multiple applets in parallel.
  * Fix Vcs-Bzr location. Closes: #530883.
  * Search for unversioned llvm-config tool.
  * Don't set XFILESEARCHPATH and NLSPATH on startup. LP: #586641.
  * Fix chinese font metrics and prefer using 'WenQuanYi Micro Hei' font. 
    LP: #472845.
  * Strip libjvm.so with --strip-debug instead of --strip-unneeded.
    LP: #574997.
  * Don't turn on the ARM assembler interpreter when building the shark
    VM.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 15 Jul 2010 00:40:13 +0200

openjdk-6 (6b18-1.8-3) unstable; urgency=low

  * Update from the 1.8 branch.
    - Plugin fixes. LP: #597714.
  * Add powerpcspe build fixes (Sebastian Andrzej Siewior). Closes: #586359.
  * Work around build failure on buildds configured with low ARG_MAX
    (Giovanni Mascellani). Closes: #575254.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 27 Jun 2010 10:16:27 +0200

openjdk-6 (6b18-1.8-2ubuntu3) maverick; urgency=low

  * Update from the 1.8 branch.
    - Plugin fixes. LP: #597714.
  * Add powerpcspe build fixes (Sebastian Andrzej Siewior). Closes: #586359.
  * Work around build failure on buildds configured with low ARG_MAX
    (Giovanni Mascellani). Closes: #575254.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 27 Jun 2010 10:16:27 +0200

openjdk-6 (6b18-1.8-2ubuntu2) maverick; urgency=low

  * Search for unversioned llvm-config tool.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 02 May 2010 12:03:01 +0200

openjdk-6 (6b18-1.8-2ubuntu1) maverick; urgency=low

  * Upload to maverick.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 02 May 2010 11:23:16 +0200

openjdk-6 (6b18-1.8-2) unstable; urgency=low

  * Update from the 1.8 branch.
    - Fix build on Hitachi SH. Closes: #575346.
    - Shark and Zero fixes.
  * Build shark using llvm-2.7.
  * Don't use shark to run the test harness when testing the shark build.
  * README.Debian: Add paragraph about debugging the IcedTea NPPlugin.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 01 May 2010 12:35:19 +0200

openjdk-6 (6b18-1.8-1) unstable; urgency=low

  * Upload to unstable.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 14 Apr 2010 02:53:37 +0200

openjdk-6 (6b18-1.8-0ubuntu1) lucid; urgency=low

  * Update IcedTea6 to the icedtea6-1.8 release.
  * Fix builds on Ubuntu/dapper and Debian/lenny.
  * On hppa, configure --without-rhino --disable-plugin.
  * Fix Hitachi SH configury. Closes: #575346.
  * Start a window manager when running the tests. Prefer metacity,
    as more tests pass with it.
  * Let XToolkit.isTraySupported() return true, if Compiz is running.
    Works around sun#6438179. LP: #300948.
  * Make <java_home>/jre/lib/security/nss.cfg a config file.
  * Fail in the configuration of the packages, if /proc is not mounted.
    java currently uses tricks to find its own shared libraries depending
    on the path of the binary. Will be changed in OpenJDK7. Closes: #576453.
  * Fix PR icedtea/469, testsuite failures with the NSS based security
    provider. LP: #556549.
  * Do not pass LD_LIBRARY_PATH from the plugin to the java process.
    While libnss3.so gets loaded from /usr/lib, the dependent libraries
    are loaded from MOZILLA_FIVE_HOME (See #561216 for the wrong firefox
    config). LP: #561124.
    Closes as well: LP: #551328, #554909, #560829, #549010, #553452. 
  * Always build shark with hs14.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 14 Apr 2010 01:53:33 +0200

openjdk-6 (6b18~pre4-1ubuntu1) lucid; urgency=low

  * Build-depend on xulrunner-1.9.2-dev instead of xulrunner-dev,
    unexpectedly demoted to universe.
  * icedtea6-plugin: Hardcode dependency on xulrunner-1.9.2. No way
    to do better? See #552780.
  * Fix builds on Ubuntu hardy.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 31 Mar 2010 22:21:49 +0200

openjdk-6 (6b18~pre4-1) unstable; urgency=high

  * Upload to unstable.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 31 Mar 2010 16:35:18 +0200

openjdk-6 (6b18~pre4-0ubuntu2) lucid; urgency=low

  * Fix typo in NPPlugin code. LP: #552287.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 31 Mar 2010 10:41:11 +0200

openjdk-6 (6b18~pre4-0ubuntu1) lucid; urgency=low

  [ Matthias Klose ]
  * Update IcedTea6 form the 1.8 branch.
  * SECURITY UPDATE: multiple upstream vulnerabilities. Upstream fixes:
    - (CVE-2010-0837): JAR "unpack200" must verify input parameters (6902299).
    - (CVE-2010-0845): No ClassCastException for HashAttributeSet constructors
      if run with -Xcomp (6894807).
    - (CVE-2010-0838): CMM readMabCurveData Buffer Overflow Vulnerability
      (6899653).
    - (CVE-2010-0082): Loader-constraint table allows arrays instead of
      only the base-classes (6626217).
    - (CVE-2010-0095): Subclasses of InetAddress may incorrectly interpret
      network addresses (6893954) [ZDI-CAN-603].
    - (CVE-2010-0085): File TOCTOU deserialization vulnerability (6736390).
    - (CVE-2010-0091): Unsigned applet can retrieve the dragged information
      before drop action occurs (6887703).
    - (CVE-2010-0088): Inflater/Deflater clone issues (6745393).
    - (CVE-2010-0084): Policy/PolicyFile leak dynamic ProtectionDomains
      (6633872).
    - (CVE-2010-0092): AtomicReferenceArray causes SIGSEGV -> SEGV_MAPERR
      error (6888149).
    - (CVE-2010-0094): Deserialization of RMIConnectionImpl objects should
      enforce stricter checks (6893947) [ZDI-CAN-588].
    - (CVE-2010-0093): System.arraycopy unable to reference elements
      beyond Integer.MAX_VALUE bytes (6892265).
    - (CVE-2010-0840): Applet Trusted Methods Chaining Privilege Escalation
      Vulnerability (6904691).
    - (CVE-2010-0848): AWT Library Invalid Index Vulnerability (6914823).
    - (CVE-2010-0847): ImagingLib arbitrary code execution vulnerability
      (6914866).
    - (CVE-2009-3555): TLS: MITM attacks via session renegotiation.
    - 6639665: ThreadGroup finalizer allows creation of false root
      ThreadGroups.
    - 6898622: ObjectIdentifer.equals is not capable of detecting incorrectly.
      encoded CommonName OIDs.
    - 6910590: Application can modify command array in ProcessBuilder.
    - 6909597: JPEGImageReader stepX Integer Overflow Vulnerability.
    - 6932480: Crash in CompilerThread/Parser. Unloaded array klass?
    - 6898739: TLS renegotiation issue.

  [ Torsten Werner ]
  * Switch off IPV6_V6ONLY for IN6_IS_ADDR_UNSPECIFIED addresses, too.
    (Closes: #575163)

 -- Matthias Klose <doko@ubuntu.com>  Wed, 31 Mar 2010 02:34:04 +0200

openjdk-6 (6b18~pre3-1) unstable; urgency=low

  [ Matthias Klose ]
  * Update IcedTea build infrastructure (20100321).
  * Update support for SH4 (Nobuhiro Iwamatsu).
  * Handle renaming of the plugin name.

  [ Torsten Werner ]
  * Improve patch for IPv4 mapped IPv6 addresses even more.
    (Closes: #573742)

 -- Matthias Klose <doko@ubuntu.com>  Sun, 21 Mar 2010 22:52:12 +0100

openjdk-6 (6b18~pre2-1ubuntu2) lucid; urgency=low

  * Fix build failure on ARM.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 12 Mar 2010 15:19:13 +0100

openjdk-6 (6b18~pre2-1ubuntu1) lucid; urgency=low

  * Upload to lucid.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 10 Mar 2010 23:34:57 +0100

openjdk-6 (6b18~pre2-1) unstable; urgency=low

  * Update IcedTea build infrastructure (20100310).
  * Disable building the plugin the plugin on alpha (borked xulrunner
    packaging using binary indep packages).
  * Use a two stage build on alpha.
  * Add note about the reparenting WM workaround. Closes: #573026.
  * Prefer Sazanami instead of Kochi for Japanese fonts (Hideki Yamane).
    Closes: #572511.
  * openjdk-6-doc: Don't compress package-list files. Closes: #567899.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 10 Mar 2010 11:19:19 +0100

openjdk-6 (6b18~pre1-4) unstable; urgency=low

  * Improve patch for IPv4 mapped IPv6 addresses.

 -- Torsten Werner <twerner@debian.org>  Sun, 07 Mar 2010 01:14:36 +0100

openjdk-6 (6b18~pre1-3) unstable; urgency=low

  * Add a patch for improved handling of IPv4 mapped IPv6 addresses.
    (Closes: #560056, #561930, #563699, #563946)

 -- Torsten Werner <twerner@debian.org>  Tue, 02 Mar 2010 23:46:57 +0100

openjdk-6 (6b18~pre1-2) unstable; urgency=low

  * Change Build-Depends: ant1.7-optional because of a bus error in gij.

 -- Torsten Werner <twerner@debian.org>  Mon, 01 Mar 2010 07:17:16 +0100

openjdk-6 (6b18~pre1-1ubuntu1) lucid; urgency=low

  * Ignore error code running ant -diagnostics.
  * Build-depend on ant-optional.
  * Disable the cacao build on armel, fails to build with the non
    bootstrap build.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 20 Feb 2010 15:36:06 +0100

openjdk-6 (6b18~pre1-1) unstable; urgency=low

  * Upload to unstable.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 19 Feb 2010 21:52:32 +0100

openjdk-6 (6b18~pre1-0ubuntu1) lucid; urgency=low

  * New Openjdk6 b18 source code drop.
  * Use mangled copy of rhino. Closes: #512970. LP: #255149.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 19 Feb 2010 18:17:23 +0100

openjdk-6 (6b17-1.7-1ubuntu1) lucid; urgency=low

  * ARM Thumb2 updates.
  * Test build using Hotspt hs14 on ix86.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 31 Jan 2010 21:56:59 +0100

openjdk-6 (6b18~pre1-1) unstable; urgency=low

  * Upload to unstable.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 19 Feb 2010 21:52:32 +0100

openjdk-6 (6b18~pre1-0ubuntu1) lucid; urgency=low

  * New Openjdk6 b18 source code drop.
  * Use mangled copy of rhino. Closes: #512970. LP: #255149.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 19 Feb 2010 18:17:23 +0100

openjdk-6 (6b17-1.7-1ubuntu1) lucid; urgency=low

  * ARM Thumb2 updates.
  * Test build using Hotspt hs14 on ix86.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 31 Jan 2010 21:56:59 +0100

openjdk-6 (6b17-1.7-1) unstable; urgency=low

  * Upload to unstable.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 27 Jan 2010 23:44:47 +0100

openjdk-6 (6b17-1.7-0ubuntu1) lucid; urgency=low

  * IcedTea6 1.7 release.
  * Don't try to load libjpeg7; still building with libjpeg62. Closes: #563999.
  * Run the testsuite on sh4.
  * Ubuntu only: Implement an execute bit checker for the Non-Exec Policy
    - debian/JB-java.desktop.in: update mime handler to use new launcher.
  * armel: Apply the thumb2 patches from the trunk, plus proposed patches
    for the trunk.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 27 Jan 2010 22:48:24 +0100

openjdk-6 (6b17-0ubuntu1) lucid; urgency=low

  * Build from the IcedTea6-1.7 branch.
  * Don't build the plugin on sparc64.
  * Enable the NPPlugin.
  * Add support for SH4 (Nobuhiro Iwamatsu).
  * Fix crash in the ARM assembler interpreter (Edward Nevill).

 -- Matthias Klose <doko@ubuntu.com>  Wed, 06 Jan 2010 15:52:50 +0100

openjdk-6 (6b17~pre3-1ubuntu2) lucid; urgency=low

  * Update IcedTea build infrastructure (20091224).
  * Explicitely build-depend on x11-xkb-utils (xkbcomp is needed by
    xvfb-run).

 -- Matthias Klose <doko@ubuntu.com>  Thu, 24 Dec 2009 12:43:00 +0100

openjdk-6 (6b17~pre3-1ubuntu1) lucid; urgency=low

  * Upload to lucid.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 18 Dec 2009 10:40:05 +0100

openjdk-6 (6b17~pre3-1) unstable; urgency=low

  * Update IcedTea build infrastructure (20091218).
  * Install docs into the openjdk-6-jre-headless directory instead of
    openjdk-6-jre.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 18 Dec 2009 10:00:08 +0100

openjdk-6 (6b17~pre2-1ubuntu1) lucid; urgency=low

  * Update IcedTea build infrastructure (20091215).
  * Fix cacao build on armel with current optimization defaults.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 15 Dec 2009 16:41:12 +0100

openjdk-6 (6b17~pre2-1) unstable; urgency=low

  * Upload to unstable.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 09 Nov 2009 21:50:52 +0100

openjdk-6 (6b17~pre2-0ubuntu3) lucid; urgency=low

  * Security updates:
    - (CVE-2009-3728) ICC_Profile file existence detection information leak
      (6631533).
    - (CVE-2009-3885) BMP parsing DoS with UNC ICC links (6632445).
    - (CVE-2009-3881) resurrected classloaders can still have children
      (6636650).
    - (CVE-2009-3882) Numerous static security flaws in Swing (findbugs)
      (6657026).
    - (CVE-2009-3883) Mutable statics in Windows PL&F (findbugs) (6657138).
    - (CVE-2009-3880) UI logging information leakage (6664512).
    - (CVE-2009-3879) GraphicsConfiguration information leak (6822057).
    - (CVE-2009-3884) zoneinfo file existence information leak (6824265).
    - (CVE-2009-2409) deprecate MD2 in SSL cert validation (Kaminsky) (6861062).
    - (CVE-2009-3873) JPEG Image Writer quantization problem (6862968).
    - (CVE-2009-3875) MessageDigest.isEqual introduces timing attack
      vulnerabilities (6863503).
    - (CVE-2009-3876, CVE-2009-3877) OpenJDK ASN.1/DER input stream parser
      denial of service (6864911).
    - (CVE-2009-3869) JRE AWT setDifflCM stack overflow (6872357).
    - (CVE-2009-3874) ImageI/O JPEG heap overflow (6874643.
    - (CVE-2009-3871) JRE AWT setBytePixels heap overflow (6872358).
  * Update IcedTea build infrastructure (20091109).
  * Use hs16 on armel.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 09 Nov 2009 17:48:43 +0100

openjdk-6 (6b17~pre2-0ubuntu2) lucid; urgency=low

  * Don't use hs16 on armel and sparc.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 02 Nov 2009 15:33:00 +0100

openjdk-6 (6b17~pre2-0ubuntu1) lucid; urgency=low

  * New code drop (b17).
  * Bump hotspot to hs16.
  * Update IcedTea build infrastructure (20091031).
  * Set priority of default -jre and -jdk packages to optional.
  * Fix binary-all to binary-any dependencies. Closes: #550680.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 31 Oct 2009 19:30:54 +0100

openjdk-6 (6b16-1.6.1-2) unstable; urgency=medium

  * Build-depend on xulrunner-dev (>= 1.9.1.3-3).

 -- Matthias Klose <doko@ubuntu.com>  Sun, 11 Oct 2009 21:34:48 +0200

openjdk-6 (6b16-1.6.1-1ubuntu3) karmic; urgency=low

  [Matthias Klose]
  * On armel and powerpc, build an additional VM using shark in the
    openjdk-6-jre-zero package (java -shark <args>). Requires llvm-2.6.
  * Hide the desktop menu entry for WebStart. LP: #222180.
  * Don't provide java-virtual-machine anymore.

  [Edward Nevill]
  * Avoid stack overflows in the arm interpreter.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 08 Oct 2009 12:41:46 +0200

openjdk-6 (6b16-1.6.1-1ubuntu2) karmic; urgency=low

  * Support PKCS11 cryptography via NSS, now allowing import of all
    certificates from ca-certificates.
  * Remove Michael Koch from uploaders, request by himself.
  * Add the doc dir symlink for openjdk-6-jre-zero when the package
    is built with shark support.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 28 Sep 2009 21:55:08 +0200

openjdk-6 (6b16-1.6.1-1ubuntu1) karmic; urgency=low

  * Fix dependency on the java bridge packages.
  * debian/rules: Conditionalize stuff so that the recent release
    is never mentioned.
  * Remove obsolete patches in debian/patches.
  * Rebuild on armel to fix up libffi for the soft float abi.
  * For jaunty builds, fix IcedTeaPlugin failure to start with xulrunner 1.9.1
    (LP: #359407).
    - debian/patches/icedtea-plugin-use-runtime-nsIProcess-IID.diff: Add.
    - debian/rules: Apply it for jaunty builds.
  * Use pulseaudio as default serviceprovider for
    javax.sound.midi.MidiSystem and javax.sound.sampled.AudioSystem.
    LP: #407299.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 26 Sep 2009 16:01:48 +0200

openjdk-6 (6b16-1.6.1-1) unstable; urgency=low

  * Upload to Debian unstable.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 15 Sep 2009 02:17:03 +0200

openjdk-6 (6b16-1.6.1-0ubuntu1) karmic; urgency=low

  * Update IcedTea6 to the 1.6.1 release.
  * Work around GCC PR target/41327, build the JDK on s390 with -O2.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 10 Sep 2009 01:55:08 +0200

openjdk-6 (6b16-1.6-1) unstable; urgency=low

  * Update IcedTea6 to the 1.6 release.
  * Fix GCC build dependencies.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 09 Sep 2009 22:18:38 +0200

openjdk-6 (6b16-1.6~pre2-1) unstable; urgency=low

  * Upload to unstable.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 28 Aug 2009 19:04:31 +0200

openjdk-6 (6b16-1.6~pre2-0ubuntu1) karmic; urgency=low

  * Update IcedTea from the 1.6 release branch:
    - Fix buffer overflow in debugger's socket handler (Kees Cook).
      https://bugs.openjdk.java.net/show_bug.cgi?id=100103. LP: #409736.
    - plugin fixes.
  * Move the pulseaudio recommendation to a suggestion, don't build-depend
    on pulseaudio. Closes: #539394. LP: #361408.
  * Build for armv6 (on armel).

  [ Kees Cook ]
  * debian/rules: Re-enable fortification and stack protector
    (LP: #330713).
  * Adding stack markings to the x86 assembly for not using executable
    stack. LP: #419018.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 28 Aug 2009 18:51:34 +0200

openjdk-6 (6b16-1.6~pre1-0ubuntu1) karmic; urgency=low

  * Test build (icedtea6-1.6 release branch).

 -- Matthias Klose <doko@ubuntu.com>  Fri, 21 Aug 2009 19:44:42 +0200

openjdk-6 (6b16~pre5-0ubuntu2) karmic; urgency=low

  * Add explicit build dependency on libgtk2.0-dev.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 06 Aug 2009 11:39:14 +0200

openjdk-6 (6b16~pre5-0ubuntu1) karmic; urgency=low

  * Bump hotspot to hs14b16.
  * Update IcedTea build infrastructure (20090805).
  * patches/java-access-bridge-security.patch: Update.
  * Build-depend on xulrunner-dev instead of xulrunner-1.9-dev on karmic.
  * Don't recommend the jck fonts anymore, just suggest them; the appropriate
    fonts are installed as dependencies of the language packs.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 06 Aug 2009 10:27:09 +0200

openjdk-6 (6b16~pre4-0ubuntu7) karmic; urgency=low

  * Build using GCC-4.4 on sparc as well, require 4.4.1.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 23 Jul 2009 18:23:14 +0200

openjdk-6 (6b16~pre4-0ubuntu6) karmic; urgency=low

  * Fix build failure building the zero VM.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 16 Jul 2009 09:49:36 -0400

openjdk-6 (6b16~pre4-0ubuntu5) karmic; urgency=low

  [Matthias Klose]
  * Update IcedTea build infrastructure (20090715).
  * Tighten build dependency on llvm-dev.

  [Edward Nevill]
  * Add armv4 compatibility.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 15 Jul 2009 15:40:44 -0400

openjdk-6 (6b16~pre4-0ubuntu4) karmic; urgency=low

  [Edward Nevill]
  * Added Bytecode Interpreter Generator.
  * Added ARM templates for above.
  * Removed old optimised ARM assebler.
  * Added -g0 because of problems with ld linking -g.
  * Changed alignment to 64 now that as bug is fixed.

  [Matthias Klose]
  * Update IcedTea build infrastructure (20090710).
  * Let the -jre package depend on the access-bridge package, not the
    -jre-headless package. LP: #395074.
  * Suggested by Ed Nevill:
    - Pass -timeout:3 when running the jtreg testsuite on zero architectures.
    - Pass -Xmx256M -vmoption:-Xmx256M on armel for the jtreg testsuite run.
  * Tighten build dependency on llvm-dev.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 03 Jul 2009 18:32:50 +0200

openjdk-6 (6b16~pre4-0ubuntu3) karmic; urgency=low

  * Update zero-port-opt patch on armel.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 24 Jun 2009 10:48:48 +0200

openjdk-6 (6b16~pre4-0ubuntu2) karmic; urgency=low

  * Update IcedTea build infrastructure (20090623).
  * Reapply the zero-port-opt patch on armel.
  * Do not use the IPA Mona font family by default. Closes: #521233.
  * Build cacao with -fno-strict-aliasing.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 23 Jun 2009 16:23:38 +0200

openjdk-6 (6b16-4) unstable; urgency=medium

  * Build the zero binary package when building with shark.
  * Build-depend on cpio. Closes: #532963.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 16 Jun 2009 07:52:19 +0200

openjdk-6 (6b16-3) unstable; urgency=low

  * Update IcedTea build infrastructure (20090612).
  * Install the libaccess-bridge-java* symlinks again.
  * Build zero on ix86 architectures with JIT support (shark). To use the zero
    build without shark, use the `-Xint' option to operate in interpreted-only
    mode.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 12 Jun 2009 17:31:34 +0200

openjdk-6 (6b16-2) unstable; urgency=low

  * Don't install libaccess-bridge-java* symlinks until
    libaccess-bridge-java-jni is available on all architectures.
  * Add missing build dependency on cacao-source.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 18 May 2009 14:02:59 +0200

openjdk-6 (6b16-1) unstable; urgency=low

  * Upload to unstable, based in 6b16 and IcedTea 1.5.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 17 May 2009 23:02:46 +0200

openjdk-6 (6b16~pre3-0ubuntu1) karmic; urgency=low

  * Update to hotspot hs14b15.
  * Provide symlink for libjava-access-bridge-jni.so. LP: #375347.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 15 May 2009 00:41:24 +0200

openjdk-6 (6b16~pre2-0ubuntu3) karmic; urgency=low

  * Update IcedTea build infrastructure (20090513).
  * Fix build failure when xvfb-run doesn't work, trying to access a
    non-existing directory.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 13 May 2009 23:01:23 +0200

openjdk-6 (6b16~pre2-0ubuntu2) karmic; urgency=low

  * Add libffi-dev as architecture independent build dependency.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 11 May 2009 08:41:42 +0200

openjdk-6 (6b16~pre2-0ubuntu1) karmic; urgency=low

  * Update to re-tagged code drop (b16).
  * Update IcedTea build infrastructure (20090510).
  * Remove patches integrated in IcedTea.
  * Remove GCJ Web Plugin support.
  * Remove build infrastructure to build additional VM's, integrated
    in IcedTea.
  * Stop building the openjdk-6-source-files package.
  * README.Debian: Document using the different VM's.
  * Use GCC-4.3 on sparc, ICE with GCC-4.4.
  * Fix problem with the ARM assembler interpreter, when executing a 'new'
    bytecode with a double on the top of the stack (Edward Nevill).
  * Run the testsuite for the zero build on ix86 architectures.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 10 May 2009 23:37:42 +0200

openjdk-6 (6b16~pre1-0ubuntu1) karmic; urgency=low

  * New code drop (b16).
  * Update IcedTea build infrastructure (20090429).
  * Merge changes from 6b14-1.4.1.
  * Fix section names (using the java section).
  * Remove all UTF-8 sequence definitions from the font configuration.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 29 Apr 2009 11:33:07 +0200

openjdk-6 (6b14-1.4.1-0ubuntu9) jaunty; urgency=low

  * Reenable the testsuite (revert the change in last upload).
  * Apply fix for the ARM bytecode interpreter (Edward Nevill).

 -- Matthias Klose <doko@ubuntu.com>  Sat, 18 Apr 2009 11:24:27 +0200

openjdk-6 (6b14-1.4.1-0ubuntu7) jaunty; urgency=low

  * Don't use some indian fonts with diverging font metrics for the
    latin-1.UTF-8 encoding. LP: #289784.
  * Disable running the testsuite for this build (no code changes compared
    to the previous upload).

 -- Matthias Klose <doko@ubuntu.com>  Tue, 14 Apr 2009 11:46:25 +0200

openjdk-6 (6b14-1.4.1-0ubuntu6) jaunty; urgency=low

  * Fix native2ascii jdk test case, which let the jdk testsuite fail.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 10 Apr 2009 11:58:44 +0200

openjdk-6 (6b14-1.4.1-0ubuntu5) jaunty; urgency=low

  [Matthias Klose]
  * Update to the final CACAO 0.99.4 release.
  * Security Vulnerability Fixes for OpenJDK:
    - 6522586: Enforce limits on Font creation.
    - 6536193: flaw in UTF8XmlOutput.
    - 6610888: Potential use of cleared of incorrect acc in JMX Monitor.
    - 6610896: JMX Monitor handles thread groups incorrectly.
    - 6630639: lightweight HttpServer leaks file descriptors on no-data
      connections.
    - 6632886: Font.createFont can be persuaded to leak temporary files.
    - 6636360: compiler/6595044/Main.java test fails with 64bit java on
      solaris-sparcv9 with SIGSEGV.
    - 6652463: MediaSize constructors allow to redefine the mapping of
      standard MediaSizeName values.
    - 6652929: Font.createFont(int,File) trusts File.getPath.
    - 6656633: getNotificationInfo methods static mutable (findbugs).
    - 6658158: Mutable statics in SAAJ (findbugs).
    - 6658163: txw2.DatatypeWriter.BUILDIN is a mutable static (findbugs).
    - 6691246: Thread context class loader can be set using JMX remote
      ClientNotifForwarded.
    - 6717680: LdapCtx does not close the connection if initialization fails.
    - 6721651: Security problem with out-of-the-box management.
    - 6737315: LDAP serialized data vulnerability.
    - 6792554: Java JAR Pack200 header checks are insufficent.
    - 6804996: JWS PNG Decoding Integer Overflow [V-flrhat2ln8].
    - 6804997: JWS GIF Decoding Heap Corruption [V-r687oxuocp].
    - 6804998: JRE GIF Decoding Heap Corruption [V-y6g5jlm8e1].
  * Add security patch for the lcms library.
  * Add accessibility patches java-access-bridge-security.patch and
    accessible-toolkit.patch.
  * Merge fixes for testsuite failures from the IcedTea6 branch.
  * Merge the proxy support for the plugin  from the IcedTea6 branch.
  * Merge http://icedtea.classpath.org/hg/release/icedtea6-1.4.1/rev/546ef0cdee06
    (TJ). LP: #344705.
  * Add a Xb-Npp-Description for the IcedTea plugin. LP: #272010.

  [Edward Nevill]
  * Put VFP back in - selects VFP / novfp autmatically
  * More assembler optimisations

 -- Matthias Klose <doko@ubuntu.com>  Thu, 09 Apr 2009 14:14:12 +0200

openjdk-6 (6b14-1.4.1-0ubuntu4) jaunty; urgency=low

  * Disable the additional zero JVM on sparc.
  * patches/hotspot/default/icedtea-includedb.patch: Add missing include in
    openjdk/hotspot/src/share/vm/includeDB_core.
  * Fix build failure of the zero VM on lpia with a fixed GCC.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 13 Mar 2009 16:39:27 +0100

openjdk-6 (6b14-1.4.1-0ubuntu3) jaunty; urgency=low

  * Build the Zero/Shark VM as an additional JVM (call as `java -zero').

 -- Matthias Klose <doko@ubuntu.com>  Sat, 07 Mar 2009 20:54:28 +0100

openjdk-6 (6b14-1.4.1-0ubuntu2) jaunty; urgency=low

  * Fix zero-port-opt patching (build failure on armel).

 -- Matthias Klose <doko@ubuntu.com>  Thu, 05 Mar 2009 18:19:18 +0100

openjdk-6 (6b14-1.4.1-0ubuntu1) jaunty; urgency=low

  * Update IcedTea to the 1.4.1 release.
  * Build the Cacao VM as an additional JVM (call as `java -cacao').
  * Build in separate build directory.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 05 Mar 2009 15:16:02 +0100

openjdk-6 (6b14-1.5~pre1-5) unstable; urgency=low

  * Fix build failure on armel.
  * Require the final cacao-0.99.4 release.
  * Add /usr/lib/jni to the library path. Closes: #517338.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 17 Mar 2009 09:37:20 +0100

openjdk-6 (6b14-1.5~pre1-4) unstable; urgency=low

  * Disable the additional zero JVM on sparc.
  * Fix casts in hotspot on s390. Closes: #518823.
  * Add special flags for javac on s390 to work around a VM problem with bad
    code generation during inlining.
  * Run the testsuites for the default VM on all architectures.
  * Update IcedTea (20090314).

 -- Matthias Klose <doko@ubuntu.com>  Sat, 14 Mar 2009 18:29:49 +0100

openjdk-6 (6b14-1.5~pre1-3) unstable; urgency=low

  * Don't configure the additional zero JVM with --enable-shark, currently
    fails to build.
  * Don't build the JDK when building the additional zero JVM.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 07 Mar 2009 21:11:16 +0100

openjdk-6 (6b14-1.5~pre1-2) experimental; urgency=low

  * Build the Zero/Shark VM as an additional JVM (call as `java -zero').

 -- Matthias Klose <doko@ubuntu.com>  Fri, 06 Mar 2009 11:16:07 +0100

openjdk-6 (6b14-1.5~pre1-0ubuntu1) jaunty; urgency=low

  * Update hotspot to 14.0-b10.
  * Update IcedTea (20090305).
  * Build the Cacao VM as an additional JVM (call as `java -cacao').
  * Build in separate build directory.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 05 Mar 2009 15:16:02 +0100

openjdk-6 (6b14-0ubuntu17) jaunty; urgency=low

  [ Edward Nevill ]
  * Remove VFP from asm loop
  * Disble the mauve testsuite for armel.

  [Matthias Klose]
  * Update IcedTea (20090302).

 -- Matthias Klose <doko@ubuntu.com>  Mon, 02 Mar 2009 16:18:01 +0100

openjdk-6 (6b14-0ubuntu16) jaunty; urgency=low

  * Regenerate auto files.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 18 Feb 2009 15:20:10 +0100

openjdk-6 (6b14-0ubuntu15) jaunty; urgency=low

  [ Edward Nevill ]
  * Added ARM assembler interpreter loop
  * mauve and jtreg removed again for alpha release

  [Matthias Klose]
  * Update IcedTea (20090218).

 -- Matthias Klose <doko@ubuntu.com>  Wed, 18 Feb 2009 13:35:02 +0100

openjdk-6 (6b14-0ubuntu14) jaunty; urgency=low

  * Configure with --disable-nio2 on armel as well.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 13 Feb 2009 10:13:55 +0100

openjdk-6 (6b14-0ubuntu13) jaunty; urgency=low

  * Really configure with --disable-nio2.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 12 Feb 2009 17:26:43 +0100

openjdk-6 (6b14-0ubuntu12) jaunty; urgency=low

  * Configure with --disable-nio2.
  * Run mauve and jtreg testsuites on armel.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 11 Feb 2009 13:00:15 +0100

openjdk-6 (6b14-0ubuntu11) jaunty; urgency=low

  [Edward Nevill]
  * Performance improvements for the zero build (currently applied
    on armel only).

  [Matthias Klose]
  * Update IcedTea (20090210).

 -- Matthias Klose <doko@ubuntu.com>  Tue, 10 Feb 2009 15:29:22 +0100

openjdk-6 (6b14-0ubuntu10) jaunty; urgency=low

  * Explicitely remove PulseAudioMuteControl.java.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 26 Jan 2009 22:09:21 +0100

openjdk-6 (6b14-0ubuntu9.1) jaunty; urgency=low

  * Test build.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 25 Jan 2009 17:03:51 +0100

openjdk-6 (6b14-0ubuntu9) jaunty; urgency=low

  * Update IcedTea build infrastructure (20090125).
  * Run the jtreg testsuite for cacao builds, save all test logs.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 25 Jan 2009 15:40:52 +0100

openjdk-6 (6b14-0ubuntu8) jaunty; urgency=low

  * Fix merge error, don't apply patches twice.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 19 Jan 2009 01:15:19 +0100

openjdk-6 (6b14-0ubuntu7) jaunty; urgency=low

  * debian/rules: Call dh_desktop. LP: #309999.
  * Add dependency on libjpeg62 for the -headless package. LP: #318383.
  * Test some jtreg tests which fail in samevm mode in a separate VM.
  * Build all with -fno-stack-protector -U_FORTIFY_SOURCE.
  * Include jtr files of failed tests in the -jdk package.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 19 Jan 2009 00:23:22 +0100

openjdk-6 (6b14-0ubuntu6) jaunty; urgency=low

  * The -source package now contains all source files. Closes: #504568.
  * The 6b14 build fixes the following security related issues (sun bug number,
    CVE, description):
    - 6588160, CVE-2008-5348: jaas krb5 client leaks OS-level UDP sockets.
    - 6497740, CVE-2009-5349: Limit the size of RSA public keys.
    - 6484091, CVE-2008-5350: FileSystemView leaks directory info.
    - 4486841, CVE-2008-5351: UTF-8 decoder needed adhere to Unicode 3.0.1
      fixes.
    - 6755943, CVE-2008-5352: JAR decompression should enforce stricter header
      checks.
    - 6734167, CVE-2008-5353: Calendar.readObject allows elevation of
      privileges.
    - 6733959, CVE-2008-5354: Insufficient checks for "Main-Class" manifest
      entry in JAR files
    - 6751322, CVE-2008-5356: Sun Java JRE TrueType Font Parsing Heap Overflow.
    - 6733336, CVE-2008-5357: Crash on malformed font.
    - 6766136, CVE-2008-5358: corrupted gif image may cause crash in java
      splashscreen library.
    - 6726779, CVE-2008-5359: ConvolveOp on USHORT raster can cause the JVM
      crash.
    - 6721753, CVE-2008-5360: File.createTempFile produces guessable file names.
    - 6592792: Add com.sun.xml.internal to the "package.access" property in
         $JAVA_HOME/lib/security/java.security.
  * Regenerate the control file.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 13 Jan 2009 15:04:36 +0100

openjdk-6 (6b14-0ubuntu2~ppa1) intrepid; urgency=low

  * Upload to the OpenJDK PPA for intrepid.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 13 Jan 2009 13:28:38 +0100

openjdk-6 (6b14-0ubuntu5) jaunty; urgency=low

  * Update IcedTea build infrastructure (20090113).
  * Rebuild with updated nss/nspr packages.
  * Update debug patches.
  * debian/patches/nonreparenting-wm.diff: If the _JAVA_AWT_WM_NONREPARENTING
    environment variable is set, disable all workarounds causing blank windows
    in non-reparentizing window managers (Bernhard R. Link). Closes: #508650.
  * Fix location of plugin for Debian. Closes: #505726.
  * Let the -jdk package provide java-compiler. Closes: #507641.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 13 Jan 2009 10:18:44 +0100

openjdk-6 (6b14-0ubuntu4) jaunty; urgency=low

  * Use a default jvm.cfg not only for java, but for all jdk tools.
    LP: #288616.
  * Update IcedTea build infrastructure (20081223).

 -- Matthias Klose <doko@ubuntu.com>  Tue, 23 Dec 2008 09:24:23 +0100

openjdk-6 (6b14-0ubuntu3) jaunty; urgency=low

  * Update IcedTea build infrastructure (20081217).
  * Add support for PARISC.
  * Use a default jvm.cfg if the jvm.cfg doesn't yet exist after unpacking
    the runtime package. LP: #288616.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 17 Dec 2008 09:58:26 +0100

openjdk-6 (6b14~pre1-0ubuntu2) jaunty; urgency=low

  * Install hotspot tarball in -source-files package.
  * Fix build failure on sparc.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 05 Dec 2008 09:43:51 +0100

openjdk-6 (6b14~pre1-0ubuntu1) jaunty; urgency=low

  * New code drop (b14).
  * Update IcedTea build infrastructure (20081204).

 -- Matthias Klose <doko@ubuntu.com>  Thu, 04 Dec 2008 11:40:56 +0100

openjdk-6 (6b13~pre2-0ubuntu2) jaunty; urgency=low

  * Update IcedTea build infrastructure (20081203).
    - Fix build failures on zero based architectures.
  * Add build dependency on libxrender-dev.
  * Don't use fastjar on ia64, working around a build failure.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 03 Dec 2008 18:43:23 +0100

openjdk-6 (6b13~pre2-0ubuntu1) jaunty; urgency=low

  * Update IcedTea build infrastructure (20081202).
    - Add Dec 3 OpenJDK security patches
  * Build with --with-hotspot-build, update patches for this config.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 03 Dec 2008 01:05:54 +0100

openjdk-6 (6b13~pre1-0ubuntu4) jaunty; urgency=low

  * Update IcedTea build infrastructure (20081122).
    - Fixes for the IcedTeaPlugin. LP: #300254.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 22 Nov 2008 10:42:10 +0100

openjdk-6 (6b13~pre1-0ubuntu3) jaunty; urgency=low

  * Fix versioned conflict on icedtea-gcjwebplugin. LP: #284299.
  * Update IcedTea build infrastructure (20081121).
    - Fixes for the IcedTeaPlugin.
  * Configure with pulseaudio in jaunty.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 21 Nov 2008 07:46:10 +0100

openjdk-6 (6b13~pre1-0ubuntu2) jaunty; urgency=low

  * Update IcedTea build infrastructure (20081117).
  * Use openjdk-6 as stage1 compiler on armel for a faster build.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 17 Nov 2008 18:43:17 +0100

openjdk-6 (6b13~pre1-0ubuntu1) jaunty; urgency=low

  * New code drop (b13).
    - In the langtools area, besides a few miscellaneous bug fixes (6760834,
      6725036, 6657499), all the langtools regression tests now pass out of
      the box (6728697, 6707027) and if using the most recent version of
      jtreg, the langtools regression tests can be run in the much faster
      "same vm" mode of jtreg, enabled with the -s option (6749967, 6748541,
      6748546, 6748601, 6759775, 6759795, 6759796, 6759996, 6760805, 6760930).
    - Gervill update, including applying a patch from IcedTea (6758986,
      6748247, 6748251).
    - Publishing a few dozen additional existing regression tests as open
      source (6601457, 6759433, 6740185).
    - JMX and monitoring fixes (6651382, 6616825, 6756202, 6754672).
    - Man page updates (6757036, 6392810, 6504867, 6326773).
    - Assorted other fixes (6746055, 6621697, 6756569, 6356642, 6761678).
  * Update IcedTea build infrastructure (20081111).
    - Fix freeze in midi app, LP: #275672.
    - Fixes in the IcedTeaPlugin: LP: #282570, LP: #282570, LP: #285729,
      LP: #291377, LP: #37330, LP: #239533. 
    - Fix vertical text metrics with freetype scaler. LP: #289784.
  * Build-depend on ecj-gcj instead of ecj on architectures using
    gij/gcj as the bootstrap system.
  * Fixed in 6b12: Stack overflow running Kea. LP: #244731.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 11 Nov 2008 12:39:16 +0100

openjdk-6 (6b12-1~exp1) experimental; urgency=low

  * Update IcedTea build infrastructure (20081025).

 -- Matthias Klose <doko@ubuntu.com>  Sat, 25 Oct 2008 23:35:14 +0200

openjdk-6 (6b12-0ubuntu6) intrepid; urgency=low

  * Make the dependency on ca-certificates-java unversioned.
  * Merge from IcedTea: 
    - plugin/icedtea/netscape/javascript/JSObject.java: Make
      long constructor public.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 24 Oct 2008 23:06:32 +0200

openjdk-6 (6b12-0ubuntu5) intrepid; urgency=low

  * Update IcedTea build infrastructure (20081024).
    - Add --pkgversion=<package version> configure option.
    - IcedTeaPlugin fixes.
    - Fix xjc regressions.
  * openjdk-jre-headless: Depend on ca-certificates-java.
  * Configure with --pkgversion=<package version> to encode the package
    version in the -version output and in vm dumps.
  * cacao: Handle VM options Xverify:all and Xverify:none.
  
 -- Matthias Klose <doko@ubuntu.com>  Fri, 24 Oct 2008 13:39:29 +0200

openjdk-6 (6b12-0) experimental; urgency=low

  * Upload to experimental.
  * Pretend the availability of at least 384MB RAM; better swap on the
    buildds than failing the build.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 19 Oct 2008 11:15:28 +0200

openjdk-6 (6b12-0ubuntu4) intrepid; urgency=low

  * Update IcedTea build infrastructure (20081019).
    - plugin fix (Make applet size factors doubles instead of ints).
  * Don't fail the build when the jtreg summary is missing.
  * openjdk-6-source-files: Fix priority and section of the binary package.
  * Fix section of the plugin package.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 19 Oct 2008 09:29:03 +0200

openjdk-6 (6b12-0ubuntu3) intrepid; urgency=low

  * Update IcedTea build infrastructure (20081018).
    - Fix LiveConnect issues in the web plugin. LP: #282762.
    - Fail the build, if patches don't apply.
  * Show xvfb and xauth failures in the build log, when running the testsuites.
  * Kill processes which still hang after running the testsuite. Closes: #493339.
  * Run the testsuite in parallel, reducing build time.
  * openjdk-headless: Depend instead of recommending tzdata-java.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 18 Oct 2008 17:15:14 +0200

openjdk-6 (6b12-0ubuntu2) intrepid; urgency=low

  * icedtea6-plugin: Versioned conflict with icedtea-gcjwebplugin. LP: #184299.
  * Don't configure --with-alt-jar=/usr/bin/fastjar on hotspot archs
    and cacao builds. Working around a problem generating rt.jar. Manually
    add the netscape/javascript files in zero builds.
  * Update IcedTea build infrastructure (20081017).
    - configury updates.
    - IcedTeaPlugin update.
  * openjdk-6-jdk: Suggest visualvm.
  * Remove cacao patches found in cacao 0.99.4~20081012.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 17 Oct 2008 13:25:45 +0200

openjdk-6 (6b12-0ubuntu1) intrepid; urgency=low

  * Update IcedTea to the 1.3.0 release.
  * Apply upstream patch to fix upstream issue 6758986.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 15 Oct 2008 19:49:05 +0000

openjdk-6 (6b12~pre2-1) experimental; urgency=low

  * Upload to experimental.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 12 Oct 2008 11:16:03 +0000

openjdk-6 (6b12~pre2-0ubuntu3) intrepid; urgency=low

  * Update IcedTea build infrastructure (20081015).
  * Add netscape/javascript class files to rt.jar. LP: #282762.
  * Be more verbose in the icedtea6-plugin package description.
  * Fix some lintian warnings.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 15 Oct 2008 12:45:59 +0200

openjdk-6 (6b12~pre2-0ubuntu2) intrepid; urgency=low

  * Update IcedTea build infrastructure (20081012).
  * When building as cacao, build a cacao-oj6-plugin package.
  * When building as cacao, run the testsuite on amd64, i386, sparc.
  * Add finnish translations to the desktop files (Timo Jyrinki).
    Closes: #494354.
  * Fix font paths (Rob Gom). Closes: #495988.
  * Reenable running the testsuite.
  * Fix pulse-java build failure on amd64.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 12 Oct 2008 13:05:49 +0200

openjdk-6 (6b12~pre2-0ubuntu1) intrepid; urgency=low

  * Update IcedTea build infrastructure (20081011).
  * debian/copyright: Add copyright notice for pulseaudio sound files.
  * Add support to build with pulseaudio support.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 11 Oct 2008 15:44:50 +0200

openjdk-6 (6b12~pre1-0ubuntu5) intrepid; urgency=low

  * Move the plugin from the -jre package into the -plugin package.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 10 Oct 2008 06:55:34 +0000

openjdk-6 (6b12~pre1-0ubuntu4) intrepid; urgency=low

  * Update IcedTea build infrastructure (20081009).
  * Configure with --enable-liveconnect, build an icedtea6-plugin package.
    Thanks to Deepak Bhole.
    LP: #207064, #195783, #199680, #202762, #220241, #242263, #242496,
    #242496, #250292, #269885, #274356, #274360, #259313.
  * Build an icedtea6-plugin package.
  * Merge changes from 6b11-9 packaging.
  * Build a openjdk-6-source-files packages (used as a build dependency
    of cacao-oj6).
  * Build depend on cacao-source for cacao-oj6 builds.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 09 Oct 2008 15:04:27 +0200

openjdk-6 (6b12~pre1-0ubuntu3) intrepid; urgency=low

  * Update IcedTea build infrastructure (20080915).
  * Reapply: openjdk-6-jre-headless: Make libnss-mdns a suggestion
    instead of a recommendation. LP: #261847.
  * Build-depend against fixed fastjar. LP: #267177.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 15 Sep 2008 20:16:51 +0200

openjdk-6 (6b12~pre1-0ubuntu2) intrepid; urgency=low

  * Update the icedtea-hotspot patch to b12, fixing build failures
    on zero archs (ia64, powerpc).

 -- Matthias Klose <doko@ubuntu.com>  Sat, 13 Sep 2008 11:48:44 +0200

openjdk-6 (6b12~pre1-0ubuntu1) intrepid; urgency=low

  * New code drop (b12).
  * Update IcedTea build infrastructure (20080912).

 -- Matthias Klose <doko@ubuntu.com>  Sat, 13 Sep 2008 00:41:42 +0200

openjdk-6 (6b11-6) unstable; urgency=low

  * Set minimum heap size independent of available memory for cacao builds.
  * Link the wrapper tools with -rdynamic for cacao builds.
  * Update cacao based builds:
    - Update cacao to 0.99.3, remove patches applied upstream.
    - Fix build failures on mipsel-linux.
  * Allow setting of the bootstrap compiler per architecture.
  * Configure --with-alt-jar set to fastjar to speed up builds.
  * Update IcedTea build infrastructure (20080815), remove local patches
    integrated in IcedTea.
    - Make use of unsigned/signed types explicit.
    - Fix PR icedtea/184, adding support for returning floats and doubles
      for zero builds.
    - Fix Fix PR icedtea/181, class type checks.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 15 Aug 2008 16:59:48 +0000

openjdk-6 (6b11-5) unstable; urgency=low

  * debian/rules (stamps/mauve-build): Configure with --host and --build.
  * openjdk-6-jdk: Recommend libxt-dev (jawt_md.h header includes).
  * Fix build issues on s390 (size_t is unsigned long).

 -- Matthias Klose <doko@ubuntu.com>  Sun, 03 Aug 2008 20:05:44 +0200

openjdk-6 (6b11-4) unstable; urgency=low

  * Update IcedTea build infrastructure (20080801).
    - Fix typo, causing build failure on mipsel.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 01 Aug 2008 01:25:51 +0200

openjdk-6 (6b11-3) unstable; urgency=low

  * Include the name of the VM used in the package description.
  * Update IcedTea build infrastructure (20080731).
  * Build for alpha, arm, mips and mipsel.
  * Switch from libcupsys2(-dev) to libcups2(-dev) for newer releases.
    (Closes: #492384)
  * Add symlinks for header files found in JAVA_HOME/include/linux in
    JAVA_HOME/include.
  * openjdk-6-jre: Don' recommend lesstif2 anymore.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 31 Jul 2008 17:16:59 +0200

openjdk-6 (6b11-2ubuntu1) intrepid; urgency=low

  * xvfb seems to be broken when running with intrepid and an intrepid kernel.
    Nevertheless, run xvfb-run -s "-extension GLX" on the buildds (hardy kernels).
  * Stop the buildwatch process after the testsuite finishes.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 25 Jul 2008 12:33:44 +0200

openjdk-6 (6b11-2) unstable; urgency=low

  * Update IcedTea build infrastructure (20080724).
  * debian/buildwatch.sh: Track long building files with no visible output.
  * Fix build failure when not running the mauve testsuite.
  * Disable running the testsuite for cacao builds (leaving processes around).
  * Don't set a soversion for the cacao libjvm.
  * Configure with --host and --build.
  * Call xvfb-run with -s "-extension GLX".

 -- Matthias Klose <doko@ubuntu.com>  Thu, 24 Jul 2008 22:25:30 +0200

openjdk-6 (6b11-1ubuntu2) intrepid; urgency=low

  * Update IcedTea build infrastructure (20080724).
  * debian/buildwatch.sh: Track long building files with no visible output.
  * Fix build failure when not running the mauve testsuite.
  * Disable running the testsuite for cacao builds (leaving processes around).
  * Don't set a soversion for the cacao libjvm.
  * Configure with --host and --build.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 24 Jul 2008 17:58:53 +0200

openjdk-6 (6b11-1ubuntu1) intrepid; urgency=low

  * Regenerate the control file.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 23 Jul 2008 00:42:16 +0200

openjdk-6 (6b11-1) unstable; urgency=low

  * New code drop (b11).
  * Update IcedTea build infrastructure (20080721).
  * debian/generate-dfsg.sh: Update for b11.
  * debian/patches/const_strings.patch, debian/patches/issue-6659207.diff:
    Remove, applied upstream.
  * debian/generate-debian-orig.sh: Fix /proc check.
  * debian/control.in: Loosen dependency of -jre-lib on -jre.
  * Support `nodocs' in DEB_BUILD_OPTIONS.
  * Remove build-dependency on lesstif2-dev.
  * Bootstrap using gcj on all archs; the 6b10dfsg-2 packages are broken.
  * Run the jtreg harness in a virtual X environment.
  * Install javazic.jar in the jre-lib package.
  * Don't run the testsuite on arm; the build already takes days; only
    run the testsuite on hotspot archs and powerpc.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 23 Jul 2008 00:28:12 +0200

openjdk-6 (6b10dfsg-2) unstable; urgency=low

  * Update IcedTea build infrastructure (20080714).
  * On arm configure cacao builds with --enable-softfloat.
  * Don't run the mauve testsuite for cacao builds (hangs the test runner
    process).
  * Don't configure cacao builds with --enable/-disable-zero.
  * Don't remove alternatives on upgrade.
  * debian/copyright: Add license for NanoXML.
  * Do recommends ttf-indic-fonts instead of ttf-indic-fonts-core for
    lenny and sid. Closes: #490619.
  * Ignore errors when registering the jar binfmt. The alternative may
    already be registered by another JVM. Closes: #490594.
  * openjdk-6-jre-headless: Depend on ttf-dejavu-core instead of ttf-dejavu.
  * On amd64, i386 and sparc, bootstrap using openjdk.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 14 Jul 2008 19:41:19 +0200

openjdk-6 (6b10dfsg-1ubuntu2) intrepid; urgency=low

  * Update IcedTea build infrastructure (20080702).
    - Do not configure --with-shark by default.
    - Update license headers from jdk7.
  * Start debian/buildwatch.sh for armel and sparc builds as well.
  * Allow configuration with --with-cacao.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 30 Jun 2008 13:30:06 +0200

openjdk-6 (6b10dfsg-1ubuntu1) intrepid; urgency=low

  * The rebuilt upstream tarball now has GPL-compatible free software licenses
    and documented copyrights and licenses. LP: #238569.
  * Fixed name of the xulrunner-1.9-javaplugin.so in the .jinfo file.
    LP: #226911.
  * Ignore errors during activation of class data sharing. Closes: #490617,
    #490672.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 30 Jun 2008 13:30:06 +0200

openjdk-6 (6b10dfsg-1) unstable; urgency=low

  * Rebuild the upstream tar ball:
    - Remove the jscheme jar files.
    - Apply the patch from Iris Clark (Sun) for the copyright headers
      (http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=141#c4).
    - Remove jdk/src/share/classes/java/lang/instrument/package.html.
    - Upload to main.
  * Update IcedTea build infrastructure (20080628).
  * Build an openjdk-6-dbg package.
  * patches/gcc-mtune-generic.diff: Fix typo.
  * openjdk-6-jre: Depend on ttf-dejavu.
  * debian/copyright: Add two more copyright holders, not directly
    mentioned in the third party readme.
    Replace Apache 2.0 license with pointer to common-licenses.
  * Fix more lintian warnings.
  * debian/sun_java_app.xpm: Downsize icon to 32x32 pixels.
  * Build-depend/depend on rhino.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 29 Jun 2008 17:42:51 +0200

openjdk-6 (6b10-1) unstable; urgency=low

  * New code drop (b10).
    - Still some non-compliant license headers found in
      openjdk/corba/src/share/classes/com/sun/tools/corba/se/idl.
    - Upload to non-free.
  * Update IcedTea build infrastructure (20080603).
  * In fontconfig.properties, fix Korean font names and add paths to the Luxi
    fonts for Motif. Add fonts for Indic languages.
  * Install compilefontconfig.jar in openjdk-6-jre-lib package.
  * Run the testsuites of hotspot, langtools and jdk.
  * Include the jscheme-5.0 sources in the tarball, mention the jscheme
    licenses in debian/copyright.
  * Use the certificates provided by the ca-certificates-java package.
  * More fontconfig updates (Arne Goetje).
  * Fix some lintian warnings.
  * Correct build-dependency for openjdk based bootstraps.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 04 Jun 2008 01:46:52 +0200

openjdk-6 (6b09-1~pre1) unstable; urgency=low

  [ Matthias Klose ]
  * New code drop (b09).
  * Update IcedTea build infrastructure (20080528).
    - Add missing color profiles. LP: #225174.
    - Moved system properties defined in hotspot to TrustManagerFactoryImpl.
      LP: #224455.
  * 6636469_v4.diff: Remove, committed in IcedTea.
  * debian/control: Update Vcs-* attributes.
  * debian/JB-jre-headless.p*.in: Fix update-binfmts calls.
  * Compress the man pages, fixing the slave symlinks of the alternatives.
  * javaws.desktop: Add `%u' to the Exec key, remove -viewer option.
  * openjdk-6-jre-headless: Recommends libnss-mdns.
  * openjdk-6-jre-headless: Warn about unmounted /proc file system.
  * debian/JB-jre.mime.in: Remove the -viewer option from command (Tan Rui
    Boon).
  * Add a `docs' symlink pointing to /usr/share/doc/openjdk-6.  LP: #218405.
  * Set maintainer to the team list.
  * Add copyright notices for patches and generated files.
  * Add helper scripts to modify upstream tarball and generate the debian
    tarball.
  * Fix names for browser alternatives in jinfo file, set browser_plugin_dirs
    unconditionally.
  * Recommend the ttf-wqy-zenhei font instead of ttf-arphic-uming, if the
    latter is available in Truetype Collection (TTC) format only, add the
    fontconfig changes as a patch.
  * Make the cjk font packages configurable in the control file.
  * Use GCC-4.3 on all platforms where available.
  * Install a config file swing.properties, allowing a user to change
    the default look and feel. LP: #229112.
  * When trying to determine the executable name reading /proc/self/exe,
    discard known prefixes used for unionfs mounts. LP: #224110.
  * Explicitely configure with --disable-zero on hotspot architectures.
  * Add fix for issue 6659207, access violation in CompilerThread0.
    Addresses #478560. Needs checking: LP: #229207.
  * Disable building the docs on ia64, powerpc and sparc, we don't build
    architecture independent packages on these architectures.
  * Explicitely configure --with-parallel-jobs, needed by the updated IcedTea.
  * Backport the linux-sparc patches, enable building on sparc. LP: #154080.
  * Don't use an absolute path calling the compiler.
  * Replace the OpenJDK version in desktop and menu files.
  * Install menu files.
  * Install openjdk-6-java.desktop in -jre, instead of -jre-headless.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 14 May 2008 08:49:54 +0200

openjdk-6 (6b08-1) unstable; urgency=low

  [ Torsten Werner ]
  * first upload to Debian (Closes: #452750)
  * Regenerate debian/control.
  * Switch to bzip2 package compression in Debian but leave lzma compression
    in Ubuntu.
  * Temporarily downgrade Depends: tzdata-java to Recommends until the package
    becomes available in Debian.
  * Add myself to Uploaders.
  * Do not install extras license file in openjdk-6-jre-lib.
  * Add patch shebang.diff to fix a lintian warning.
  * Install openjdk-6-java.desktop into the correct binary package.
  * Improve some package descriptions.
  * Remove some empty directories from binary packages.
  * Install README.Debian in every binary package and give it some useful
    content.
  * Install java-rmi.cgi in package openjdk-6-jre-headless and mention it in
    README.Debian.
  * Install /usr/bin/jexec via update-alternatives.
  * Downgrade Depends: java-common (>= 0.28).
  * Add patch jexec.diff to make the jexec binary executable without
    specifying an absolute path.
  * Add Build-Depends: xauth and xfonts-base for mauve.
  * Update and install the lintian override files.
  * Replace all occurences of binary:Version and source:Version by
    Source-Version to be compatible with Ubuntu release 6.06.
  * Remove Conflicts: gcjwebplugin.

  [ Michael Koch ]
  * Fixed Vcs-Bzr and Vcs-Browser fields.
  * Removed Encoding entry from all debian/*.desktop.in files.

  [ Matthias Klose ]
  * Make Java Full Screen Exclusive Mode work again with Xorg Server 1.3
    and above (Dan Munckton). LP: #154613 (Java bug 6636469).
  * Configure with --enable-zero on all archs except amd64, i386, lpia.
  * Update IcedTea build infrastructure.
  * Handle binary files in updates of the build infrastructure.
  * Enable bootstrap/normal builds per architecture.
  * javaws-wrapper.sh: Use readlink --canonicalize. LP: #211515.
  * binfmt-support: Handle /usr/share/binfmts/jar as a slave symlink of
    the jexec alternative, install the binfmt file in the jre libdir.
    Use the jexec alternative in the binfmt file.
  * JB-jre-headless.postinst.in: Remove sun-java6 specific chunks.
  * Differentiate between the openjdk version required as dependency and
    as build dependency.

 -- Torsten Werner <twerner@debian.org>  Wed, 09 Apr 2008 10:12:55 +0200

openjdk-6 (6b08-0ubuntu1) hardy; urgency=low

  * New code drop (b08).
  * Update IcedTea build infrastructure.
  * Move binfmt-support references from -jre to -jre-headless package.
  * Don't fail on purge, if /var/lib/binfmts/openjdk-6 is missing. LP: #206721.
  * Only use the basename for icons in desktop files. LP: #207413.
  * Install javaws(1). LP: #191297.
  * Install a wrapper script for javaws, which calls `javaws -viewer' if no
    arguments are given (or else starting javaws from the desktop menu
    would not do anything).
  * debian/JB-web-start.applications.in: Remove the -viewer option from command.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 28 Mar 2008 16:10:32 +0000

openjdk-6 (6b07-0ubuntu1) hardy; urgency=low

  * New code drop (b07).
  * Update IcedTea build infrastructure.
  * debian/copyright: Update to OpenJDK Trademark Notice v1.1.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 22 Mar 2008 22:41:42 +0100

openjdk-6 (6b06-0ubuntu12) hardy; urgency=low

  * Update icon locations in menu files.
  * openjdk-6-jre-headless: Provide java-virtual-machine. LP: #189953.
  * openjdk-6-jre-headless: Add a conflict to gcjwebplugin; for openjdk
    use the icetea-gcjwebplugin, for gij the java-gcj-compat-plugin.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 22 Mar 2008 20:12:41 +0100

openjdk-6 (6b06-0ubuntu11) hardy; urgency=low

  * Update IcedTea to 20080319.
  * Move rt.jar into the openjdk-6-jre-headless package; sun/awt/X11
    class files differ between amd64 and i386.
  * Install all desktop files in /usr/share/applications.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 19 Mar 2008 23:53:36 +0100

openjdk-6 (6b06-0ubuntu10) hardy; urgency=low

  * Remove print-lsb-release.patch, forwarded to IcedTea.
  * Fix IcedTea configure to detect libffi without pkg-config.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 12 Mar 2008 20:28:55 +0100

openjdk-6 (6b06-0ubuntu9) hardy; urgency=low

  * Build-depend on libffi4-dev on architectures other than amd64, i386, lpia.
  * Install icons in /usr/share/pixmaps, not /usr/share/icons.
  * debian/rules: Call dh_icons.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 12 Mar 2008 11:34:44 +0100

openjdk-6 (6b06-0ubuntu8) hardy; urgency=low

  * Tighten dependency on java-common.
  * debian/copyright: Include trademark notice.
  * debian/control: Mention IcedTea in the package descriptions.
  * Update IcedTea to 20080311.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 11 Mar 2008 21:39:27 +0100

openjdk-6 (6b06-0ubuntu7) hardy; urgency=low

  * Build-depend on unzip.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 07 Mar 2008 16:47:43 +0100

openjdk-6 (6b06-0ubuntu6) hardy; urgency=low

  * Build-depend on zip.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 07 Mar 2008 16:16:52 +0100

openjdk-6 (6b06-0ubuntu5) hardy; urgency=low

  * debian/mauve_tests: javax.swing.text.html.HTML.ElementTagAttributeTest,
    removed, tries to access the network.
  * debian/README.alternatives.in: Update for --jre-headless.
  * debian/rules: Fix paths for OpenJDK based bootstrap.
  * Compress packages using lzma.
  * Drop build dependency on zip, unzip.
  * Fix build infrastructure to bootstrap with OpenJDK instead of ecj.
  * Do not build the gcjwebplugin from the OpenJDK source.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 07 Mar 2008 13:53:15 +0100

openjdk-6 (6b06-0ubuntu4) hardy; urgency=low

  * Don't register a java-rmi.cgi alternative in /usr/bin.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 06 Mar 2008 17:59:35 +0100

openjdk-6 (6b06-0ubuntu3) hardy; urgency=low

  * Split out a openjdk-6-jre-headless package, depend on java-common,
    supporting update-java-alternatives --jre-headless.
  * Make openjdk-6-jre-headless and openjdk-6-jre architecture any.
  * New package openjdk-6-jre-lib (arch all).
  * Remove openjdk-6-bin package.
  * debian/patches/openjdk-ubuntu-branding.patch: New patch.
  * Install images/cursors/cursors.properties as a config file.
  * Do not compress demos and examples in the -demo package.
  * openjdk-6-jre: Add dependency on libxinerama1.
  * Update IcedTea to 20080305.
  * Don't generate cacerts ourself, but depend on ca-certificates,
    fix location of javax.net.ssl.trustStore property.
  * Build-depend on mauve and xvfb; run some mauve tests (the list of
    tests taken from the Fedora package).
  * Keep a backup of the `generated' directory; some files are regenerated
    differently, increasing the size of the diff.
	
 -- Matthias Klose <doko@ubuntu.com>  Thu, 06 Mar 2008 10:05:39 +0100

openjdk-6 (6b06-0ubuntu2) hardy; urgency=low

  * Re-add gawk and pkg-config as build dependencies.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 04 Mar 2008 12:20:21 +0100

openjdk-6 (6b06-0ubuntu1) hardy; urgency=low

  * New code drop (b06).
  * Remove java-access-bridge tarball, use an externally built package.
  * Update IcedTea to 20080304.
  * Don't use any compiler flags from the environment.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 04 Mar 2008 09:16:59 +0100

openjdk-6 (6b05-0ubuntu1) hardy; urgency=low

  * First public OpenJDK upstream code drop (b05).
  * Depend on tzdata-java.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 29 Feb 2008 19:05:42 +0100

icedtea-java7 (7~b24-1.5+20080118-2) UNRELEASED; urgency=low

  * Fix removal of alternatives. 

 -- Matthias Klose <doko@ubuntu.com>  Sat, 26 Jan 2008 18:41:40 +0100

icedtea-java7 (7~b24-1.5+20080118-1) hardy; urgency=low

  * Fix installation of the plugin for firefox-3.0.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 19 Jan 2008 15:10:18 +0100

icedtea-java7 (7~b24-1.5+20080118-1~ppa1) hardy; urgency=low

  * Update IcedTea to 20080118.
  * Fix another build failure when gcc version != gcj version.
  * Use the versioned compiler to build the corba parts.
  * Register plugin for firefox-3.0.
  * Build using GCC-4.3.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 18 Jan 2008 21:15:08 +0100

icedtea-java7 (7~b24-1.5-2) UNRELEASED; urgency=low

  * First upload to Debian. Closes: #452750.
  * debian/control.in:
    - Moved package from universe/devel section to devel.
    - Put icedtea-java7-doc into doc section.
    - Added Homepage field and removed Homepage pseudo field from
      descriptions.
    - Updated Standards-Version to 3.7.3.
  * debian/rules:
    - Check if Makefile exists before called clean in clean target.
  * debian/copyright: Converted to UTF-8.

 -- Michael Koch <konqueror@gmx.de>  Sat, 05 Jan 2008 13:34:46 -0100

icedtea-java7 (7~b24-1.5-1) hardy; urgency=low

  * Update to IcedTea-1.5.
  * debian/patches/ssp-interpreter.diff: Use bash to call the ssp script,
    backslash handling differs betweend dash and bash.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 04 Jan 2008 09:58:27 +0100

icedtea-java7 (7~b24-1.5~20071214-1) hardy; urgency=low

  * New upstream snapshot (b24).
  * Update java-access-bridge to 1.21.1.
  * On powerpc keep the build alive using buildwatch script.
  * Do not install menu entries for javaws, ControlPanel. LP: #155553, #156673.
  * README.alternatives: Fix example. LP: #157063.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 14 Dec 2007 11:09:22 +0100

icedtea-java7 (7~b23-1.5~20071124-4) hardy; urgency=low

  * Allow libungif4-dev as alternative build dependency.
  * On powerpc keep the build alive using buildwatch script.
  * Always build the plugin using libxul-dev.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 10 Dec 2007 15:20:16 +0100

icedtea-java7 (7~b23-1.5~20071124-3) hardy; urgency=low

  * Lower optimization to -O2 for building the jdk on amd64.
  * Reenable parallel build.
  * Link using -Bsymbolic-functions.
  * debian/patches/arguments.patch, debian/patches/const_strings.patch:
    New patches (Arnaud Vandyck).

 -- Matthias Klose <doko@ubuntu.com>  Thu, 29 Nov 2007 18:50:41 +0100

icedtea-java7 (7~b23-1.5~20071124-2) hardy; urgency=low

  * Bootstrap using ecj/gcj.
  * Build using g++-4.1 on i386, lpia, powerpc.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 28 Nov 2007 14:46:48 +0000

icedtea-java7 (7~b23-1.5~20071124-1) hardy; urgency=low

  * New upstream snapshot (b23).

 -- Matthias Klose <doko@ubuntu.com>  Tue, 27 Nov 2007 15:48:08 +0100

icedtea-java7 (7~b22-1.5~20071018-0ubuntu3) hardy; urgency=low

  * Revert the previous change, require 7~b22 versions again. 

 -- Matthias Klose <doko@ubuntu.com>  Sat, 20 Oct 2007 14:33:26 +0000

icedtea-java7 (7~b22-1.5~20071018-0ubuntu2) hardy; urgency=low

  * Loosen dependencies to 7~b21, until package is built on all archs.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 20 Oct 2007 07:48:36 +0000

icedtea-java7 (7~b22-1.5~20071018-0ubuntu1) hardy; urgency=low

  * New upstream snapshot (b22).
  * Don't use parallel builds to make the build log better comparable.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 19 Oct 2007 19:49:51 +0200

icedtea-java7 (7~b21-1.4+20071007-0ubuntu5) gutsy; urgency=low

  * Update icedtea to vcs 20071012 (1.4 release), checked that the plugin
    works on amd64.
  * debian/copyright: Update "License Headers" section.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 14 Oct 2007 19:55:12 +0200

icedtea-java7 (7~b21-1.4+20071007-0ubuntu4) gutsy; urgency=low

  * Bootstrapping trigger upload for final step of bootstrapping i386, amd64,
    lpia.

 -- LaMont Jones <lamont@ubuntu.com>  Wed, 10 Oct 2007 22:04:25 -0600

icedtea-java7 (7~b21-1.4+20071007-0ubuntu3) gutsy; urgency=low

  * Add build dependency on bzip2.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 10 Oct 2007 09:00:40 +0000

icedtea-java7 (7~b21-1.4+20071007-0ubuntu2) gutsy; urgency=low

  * Add build dependency on ant.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 10 Oct 2007 06:33:14 +0000

icedtea-java7 (7~b21-1.4+20071007-0ubuntu1) gutsy; urgency=low

  * Update icedtea to vcs 20071007.
  * Update java-access-bridge to 1.20.0.
  * Add build-dependency on libxinerama-dev.
  * Add Xb-Npp-xxx tags for the -plugin package.
  * Name the plugin "GCJ Web Browser Plugin (using IcedTea)", GCJ now
    "Great Cool Java" (according to Michael Koch).
  * Compress binary-indep packages using bzip2.

 -- Matthias Klose <doko@ubuntu.com>  Sun,  7 Oct 2007 23:43:28 +0200

icedtea-java7 (7~b21-1.4+20071002-0ubuntu2) gutsy; urgency=low

  * Rebuild using icedtea 7~b21.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 02 Oct 2007 19:45:21 +0200

icedtea-java7 (7~b21-1.4+20071002-0ubuntu1) gutsy; urgency=low

  * New upstream snapshot (b21).
  * Correctly unregister the executable binary format in the -bin package.
  * Assemble the debian/copyright file.

 -- Matthias Klose <doko@ubuntu.com>  Tue,  2 Oct 2007 09:59:37 +0200

icedtea-java7 (7~b19-1.3+20070905-0ubuntu1) gutsy; urgency=low

  * New upstream snapshot (b19).
  * Build using g++-4.2 on amd64, using g++-4.1 on i386 and lpia.
  * Build without -Werror, upstream source is not yet warning clean.
  * Support DEB_BUILD_OPTIONS=parallel=<n>.
  * Add build dependency on wget.
  * Add font suggestions.
  * Changed font configuration to fix CJK font support (Arne Goetje).
  * Fix location of the plugin, when registering the plugin alternatives.

 -- Matthias Klose <doko@ubuntu.com>  Thu,  6 Sep 2007 00:46:40 +0200

icedtea-java7 (7~b18-1.2+20070822-0ubuntu2) gutsy; urgency=low

  * Create browser plugin directories.
  * Build-depend on liblcms1-dev.
  * Recommend packages with dlopened libraries: liblcms1, lesstif2, libcupsys2,
    libgtk2.0-0, libgnome2-0, libgnomevfs2-0, libgconf2-4, libxrandr2,
    libgl1-mesa-glx.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 21 Aug 2007 17:21:00 +0200

icedtea-java7 (7~b18-1.2+20070822-0ubuntu1) gutsy; urgency=low

  * New upstream version.
  * Include java-access-bridge.
  * Build -doc, -plugin packages.
  * Register alternatives, priority 1060.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 21 Aug 2007 17:21:00 +0200

icedtea-java7 (7~b17-1.2+20070808-1) gutsy; urgency=low

  * Initial release, discard the initial packaging based on cdbs.
  * Base the packaging on the sun-javaX packages.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 08 Aug 2007 15:55:39 +0200

icedtea (7~b16-20070724-1) UNRELEASED; urgency=low

  * Update upstream tarball to 7~b16, update icedtea to 20070724.
  * debian/control: Build-depend on libfreetype6-dev.
  * debian/rules: Configure --with-jar=/usr/bin/fastjar.
  * Build using gcj-4.2.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 24 Jul 2007 11:24:55 +0200

icedtea (7~b14-20070704-1) unstable; urgency=low

  * Initial version.

 -- Michael Koch <konqueror@gmx.de>  Wed, 04 Jul 2007 08:25:31 -0100
