Subject: CVS commit: pkgsrc/lang
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 05/22/2004 20:20:06
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Sat May 22 20:20:06 UTC 2004

Modified Files:
	pkgsrc/lang/sun-jdk13: Makefile distinfo
	pkgsrc/lang/sun-jre13: Makefile distinfo

Log Message:
Update sun-{jre,jdk}13 to 1.3.1_11.  Bugs fixed since 1.3.1_10:
- GetCurrentThreadCpuTime returns wrong information
- infinite loop in sun.net.www.http. KeepAliveStream [due to skip()]
- fatal error handler enhancements
- RFE: DNS-related functions in PAC file support do not support foward DNS
  lookups
- Reading entries from certain zipped files causes JVM death (native exception)
- Missing encoding conversion in PlainSocketImpl.socketCreate
- in with J2se1.3 in multithread situation, socket reads data unexpectly
- REGRESSION 1.4: PropertyDescriptors do not find the most specific methods
- C2 crash in adjust_check
- Null Pointer in creating Window
- Signature timestamps in signed jar files break forward compatibility
- java.sql.TimeStamp results in wrong time for some timezones when dates are
  in BC
- (thread) Thread.interrupt() is not executed after first try
- REGRESSION:Ctor IndexedPropertyDescriptor works incorrectly
- Netscape hang situation


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 pkgsrc/lang/sun-jdk13/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/lang/sun-jdk13/distinfo
cvs rdiff -r1.32 -r1.33 pkgsrc/lang/sun-jre13/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/lang/sun-jre13/distinfo

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