/hg/icedtea6: 2 new changesets

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed Oct 5 07:23:30 PDT 2011


changeset a9c98af5ff73 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=a9c98af5ff73
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Oct 05 15:21:41 2011 +0100

	Cleanup ChangeLog and NEWS.

	2011-10-05 Andrew John Hughes <ahughes at redhat.com>

	 * ChangeLog: Cleanup.
		* NEWS: Likewise.


changeset 3455c384aefd in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=3455c384aefd
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Oct 05 15:22:45 2011 +0100

	Complete ARM port removal so 'make dist' works.

	2011-10-05 Andrew John Hughes <ahughes at redhat.com>

	 * Makefile.am: (EXTRA_DIST): Complete ARM port
	removal by removing arm_port.


diffstat:

 ChangeLog   |  34 ++++++++++++++++++++++------------
 Makefile.am |   3 +--
 NEWS        |   5 ++---
 3 files changed, 25 insertions(+), 17 deletions(-)

diffs (97 lines):

diff -r dd68b47a153f -r 3455c384aefd ChangeLog
--- a/ChangeLog	Wed Oct 05 10:32:01 2011 +0200
+++ b/ChangeLog	Wed Oct 05 15:22:45 2011 +0100
@@ -1,18 +1,29 @@
+2011-10-05  Andrew John Hughes  <ahughes at redhat.com>
+
+	* Makefile.am:
+	(EXTRA_DIST): Complete ARM port
+	removal by removing arm_port.
+
+2011-10-05  Andrew John Hughes  <ahughes at redhat.com>
+
+	* ChangeLog: Cleanup.
+	* NEWS: Likewise.
+
 2011-10-05  Jiri Vanek  <jvanek at redhat.com>
 
-	fixes rhbz#727195, based on martin.wilck at ts.fujitsu.com patch
-	*patches/fonts-rhel.patch: added maping to ipa-mincho font, which is then
-	used for all serif japanese fonts
+	RH727195, based on martin.wilck at ts.fujitsu.com patch
+	* patches/fonts-rhel.patch: added maping to ipa-mincho
+	font, which is then used for all serif japanese fonts
 	* NEWS: Updated.
 
 2011-10-03  Xerxes RÃ¥nby  <xerxes at zafena.se>
 	    Robert Lougher <rob at jamvm.org.uk>
 
 	* pulseaudio/src/native/org_classpath_icedtea_pulseaudio_Stream.c
-	  (Java_org_classpath_icedtea_pulseaudio_Stream_native_1pa_1stream_1get_1buffer_1attr):
-	  Make code compliant to the JNI specification.
-	  Enable pulseaudio to work in combination with JVM that strictly
-	  implement JNI spec.
+	(Java_org_classpath_icedtea_pulseaudio_Stream_native_1pa_1stream_1get_1buffer_1attr):
+	Make code compliant to the JNI specification.
+	Enable pulseaudio to work in combination with JVM that strictly
+	implement JNI spec.
 
 2011-10-03  Xerxes RÃ¥nby  <xerxes at zafena.se>
 	    David Henningsson <david.henningsson at canonical.com>
@@ -20,17 +31,16 @@
 
 	LP862286
 	* pulseaudio/src/native/org_classpath_icedtea_pulseaudio_EventLoop.c
-	  (context_change_callback):
-	  Fix exception on trying to start PulseAudio playback on ARM.
+	(context_change_callback):
+	Fix exception on trying to start PulseAudio playback on ARM.
 
 2011-09-29  Xerxes RÃ¥nby  <xerxes at zafena.se>
 	    David Henningsson <david.henningsson at canonical.com>
 
 	LP862286
 	* NEWS: Updated.
-	* pulseaudio/src/java/org/classpath/icedtea/pulseaudio/
-	  PulseAudioDataLine.java (addStreamListeners): 
-	  Fix exception on trying to start PulseAudio playback.
+	* pulseaudio/src/java/org/classpath/icedtea/pulseaudio/PulseAudioDataLine.java
+	(addStreamListeners): Fix exception on trying to start PulseAudio playback.
 
 2011-09-26  Xerxes RÃ¥nby  <xerxes at zafena.se>
 	    Mark David Dumlao  <madumlao at gmail.com>
diff -r dd68b47a153f -r 3455c384aefd Makefile.am
--- a/Makefile.am	Wed Oct 05 10:32:01 2011 +0200
+++ b/Makefile.am	Wed Oct 05 15:22:45 2011 +0100
@@ -601,8 +601,7 @@
 
 EXTRA_DIST = generated \
 	$(abs_top_srcdir)/patches/* \
-	contrib arm_port \
-	overlays \
+	contrib overlays \
 	jconsole.desktop policytool.desktop \
 	test/jtreg \
 	HACKING pulseaudio fsg.sh \
diff -r dd68b47a153f -r 3455c384aefd NEWS
--- a/NEWS	Wed Oct 05 10:32:01 2011 +0200
+++ b/NEWS	Wed Oct 05 15:22:45 2011 +0100
@@ -20,7 +20,7 @@
   - PR744: icedtea6-1.10.2 : patching error
   - PR752: ImageFormatException extends Exception not RuntimeException
   - PR732: Use xsltproc for bootstrap xslt in place of Xerces/Xalan
-  - RH727195 : Japanese font mappings are broken
+  - RH727195: Japanese font mappings are broken
 * Import of OpenJDK6 b22 including upgrade to HotSpot 20
   - S7023111: Add webrev script to make/scripts
   - S6909331: Add vsvars.sh to the jdk repository (handy cygwin way to get vcvars32.bat run)
@@ -388,8 +388,7 @@
   - PR772: jtreg LocalOnlyTest sends SIGQUIT to all processes on exit.
   - LP827463: Fix OpenJDK enclosingMethodInfo().
   - Add support for armhf.
-  - Skip Java-reflection-related DelegatingClassLoaders,
-    enables JamVM to run NetBeans.
+  - 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.



More information about the distro-pkg-dev mailing list