summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2012-12-01 12:20:04 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2012-12-01 12:20:04 +1100
commit49017a1b08322770e91ba597d4b8e12b20f4ae14 (patch)
treee30aebee0bd3713a64a8c0a604ad7a56e2388082 /ChangeLog
parent04bb40710a91a1a693941564456edd689ca62fa7 (diff)
programs/sndfile-play.c : Better error message on OSX_DARWIN_VERSION > 11.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 396b714..dc983ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2012-12-01 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
+
+ * configure.ac programs/sndfile-play.c
+ OS X 10.8 uses a different audio API to previous versions.
+ Fix compile failure on by disabling sndfile-play on this version.
+ Someone needs to supply code for the new API.
+
+2012-11-30 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
+
+ * Octave/Makefile.am Octave/octave_test.sh
+ Fix 'make distcheck'.
+
2012-10-13 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* M4/octave.m4
@@ -9607,4 +9619,3 @@ This is the boundary between version 1 of the library above and version 0 below.
* src/aiff.c:
Changed reading of 'COMM' chunk to avoid reading an int
which overlaps an int (4 byte) boundary.
-