changeset 1213:ccf50a917765

2008-11-17 Omair Majid <omajid@redhat.com> * HACKING: Document icedtea-alsa-default-device.patch and icedtea-linker-libs-order.patch.
author Omair Majid <omajid@redhat.com>
date Mon, 17 Nov 2008 09:53:50 -0500
parents 3d0cabbaa2b3
children ff7010bc3cae
files ChangeLog HACKING
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Nov 17 09:29:48 2008 +0100
+++ b/ChangeLog	Mon Nov 17 09:53:50 2008 -0500
@@ -1,3 +1,8 @@
+2008-11-17  Omair Majid  <omajid@redhat.com>
+
+	* HACKING: Document icedtea-alsa-default-device.patch and
+	icedtea-linker-libs-order.patch.
+
 2008-11-17  Matthias Klose  <doko@ubuntu.com>
 
 	* fsg.sh: Don't remove xml-stylesheet files.
--- a/HACKING	Mon Nov 17 09:29:48 2008 +0100
+++ b/HACKING	Mon Nov 17 09:53:50 2008 -0500
@@ -63,6 +63,8 @@
 * icedtea-alt-jar.patch: Add support for using an alternate jar tool in JDK building. 
 * icedtea-hotspot7-tests.patch: Adds hotspot compiler tests from jdk7 tree.
 * icedtea-renderer-crossing.patch: Check whether crossing is initialized in Pisces Renderer.
+* icedtea-alsa-default-device.patch: Fix problems with using the ALSA 'default' device.
+* icedtea-linker-libs-order.patch: When linking, put the referenced libraries after the object files (PR237).
 * icedtea-f2i-overflow.patch: Replaces the code used by [fd]2[il] bytecodes to correctly handle overflows. (PR244)
 * icedtea-cc-interp-no-fer.patch: Report that we cannot force early returns with the C++ interpreter.
 * icedtea-6761856-freetypescaler.patch: Fix IcedTea bug #227, OpenJDK bug