Subject: CVS commit: pkgsrc/lang
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 11/29/2004 15:17:00
Module Name:	pkgsrc
Committed By:	wiz
Date:		Mon Nov 29 15:17:00 UTC 2004

Modified Files:
	pkgsrc/lang/classpath: Makefile.common distinfo
	pkgsrc/lang/classpath-gui: Makefile

Log Message:
Updated to 0.12, based on PR 28446 by pancake:

New in release 0.12 (Nov 14, 2004)

* GNU Classpath's JAR implementation now has preliminary support for
  signed entries, for so called "signed JAR" file support. Signed JAR
  files are one of the key security features of managed runtimes, and
  allows code to run privileged given unforgeable proofs of identity.
* A much improved version of X.509 certificates has been added,
  including a robust certificate path checking algorithm. Also
  included is an implementation of the RSA signature scheme.
* Full java.awt.color implementation, with all standard ICC profiles,
  except for PhotoYCC color space.
* java.beans 1.4 updates and bug fixes.
* java.awt.image support updated to 1.4.
* Improved build process. Uses less memory with gcj and C code is
  buildable with -Werror on most platform. Please configure with
  --enable-Werror and report any remaining issues.
* Big-endian (PowerPC) fixes for native awt GTK+ peers.
* Checkstyle support, see scripts/checkstyle-config.xml.
* Better AWT focus management fro GTK+ peers.
* Much faster and better fonts support
  (for both gdk Graphics and cairo Graphics2D)
* AWT Choice fixes for hidden components.
* HTTP Connection Handler fixes for POST support.
* Much fuller collection documentation.
* Lots of Calendar bug fixes.
* More javax.imageio support.
* Better AWT Help MenuBar support.
* Lookahead support for regular expressions.
* Serialization object stream fixes for multiple ClassLoader scenarios.
* Swing TabbedPane, ColorChooser and ComboBox improvements.
* Start of JTree functionality.
* Improved Eclipse 3 support for GNU Classpath based runtimes.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/classpath/Makefile.common
cvs rdiff -r1.4 -r1.5 pkgsrc/lang/classpath/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/lang/classpath-gui/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.