shithub: sox

Download patch

ref: 1d710d29c8cc45e8ad2f5c19c137bedca092707c
parent: 063099b946db68da3db1406483b8169ccbc3dfcf
author: robs <robs>
date: Wed Aug 20 13:18:17 EDT 2008

recent changes

--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,7 @@
            doesn't read to EOF.
 
 Other new features:
+
   o New --output option to write to multiple files in one run.
     Only useful with certain effects like trim and silence. (cbagwell)
   o Display SoX build environment information with -V -V.  (robs)
@@ -40,7 +41,13 @@
     no samplerate.pc exists. (cbagwell)
   o [2038855] external lpc10 lib patch.  (Oden Eriksson, Mandriva)
   o Fix memory leaks in effects chain when restarting effects.
+  o Fix WAV write on 64-bit arch.  (robs)
 
+Internal improvements:
+
+  o Fixed all compiler warnings (with gcc 4.3.1, 64-bit arch.).  (robs)
+
+
 sox-14.1.0	2008-7-29
 ----------
 
@@ -168,7 +175,7 @@
 Internal improvements:
 
   o Use FORTIFY_SOURCE with gcc.  (robs)
-  o Fixed all compiler warnings (with gcc 4.2.3).  (robs)
+  o Fixed all compiler warnings (with gcc 4.2.3, 32-bit arch).  (robs)
   o Reimplement (separately) SoundTool & Sounder format handlers.  (robs)
   o Allow formats & effects to have any size of private data.  (robs)