summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@redhat.com>2006-07-02 18:21:49 +0000
committerAnthony Green <green@redhat.com>2006-07-02 18:21:49 +0000
commit83c52f939a1ebcd235e0c7d12953005e4aeb060a (patch)
tree95baf6bc11aa813eb97825f96f31fb99fb64d7df
parent33d23b8048b9865febbd597c9c9f0aa17d8a5552 (diff)
downloadclasspath-83c52f939a1ebcd235e0c7d12953005e4aeb060a.tar.gz
Mention MIDI file reader/writer providers.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0adb3d77..fdff5e3a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-07-02 Anthony Green <green@redhat.com>
+ * NEWS: Mention MIDI file reader/writer providers.
+
+2006-07-02 Anthony Green <green@redhat.com>
+
* resource/META-INF/services/javax.sound.midi.spi.MidiFileWriter,
gnu/javax/sound/midi/file/MidiFileWriter.java,
gnu/javax/sound/midi/file/MidiDataOutputStream.java: New files.
diff --git a/NEWS b/NEWS
index 0a53bdf20..9844015c4 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,8 @@ New in release 0.92 (UNRELEASED)
* jarsigner
A new configure option --enable-tool-wrappers causes wrapper
binaries to be built for VMs that support the JNI Invocation API.
+* javax.sound.midi providers have been added to read and
+ write standard MIDI files.
Runtime interface changes: