diff --git a/csound-6.17.0.tar.gz b/csound-6.17.0.tar.gz deleted file mode 100644 index a640d73..0000000 --- a/csound-6.17.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:558718b61c80fdf1b6c439f393759b8a1d32c7d9d8b42a8f2365a939825ea26b -size 31922083 diff --git a/csound-6.18.1.tar.gz b/csound-6.18.1.tar.gz new file mode 100644 index 0000000..800c894 --- /dev/null +++ b/csound-6.18.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84be8237fa9258ef60fdddf36fae27b20c11665811bf5ed12540da9a9a4414e +size 31925161 diff --git a/csound.changes b/csound.changes index 1909bfa..2993d4f 100644 --- a/csound.changes +++ b/csound.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Wed Dec 7 21:39:24 UTC 2022 - Dirk Müller + +- update to 6.18.1: + * This is a patchfix release mainly dealing with issues arisen in Linux + package management. This contains the same code as 6.18.0, except for: + * A long-standing big-endian test failure with score strings has been + fixed. + * The symbol spillage caused by a build misconfiguration has been + resolved. + * Plugin ABI compatibility with earlier versions (affecting the FLTK + plugin) has been restored + * Some left-over tracing in the mod function has been removed. +- update to 6.18.0: + * Mainly a bug-fixing release. Major new facility is MP3 (MPEG) audio + * files are supported both for input and output in platforms where this is + * supported by libsndfile. + * fix midi list printing to stdout part of the list. + * Fixed bug where fixed-point phase computation (in oscil family) was + * incorrect resulting in slight freq deviations in very low freq cases. + * Fixed bug where freeing instr 0 caused memory issues in new + * compilations. Instr 0 is not freed until reset now. + * Fixed a bug where opcode directory search was crashing Csound if HOME + * variable not set. + * Fixed pol2rect array size setting. + * OSCsend, OSCsend_lo and OSClisten can now work with OSC messages + * carrying no payload (as per spec and manual). + * bug in sum fixed + * elapsedcycles, elapsedtime, eventcycles, and eventtime introducd as + * fixed versions of timek, times, timeinstk and timeinsts but return + * the correct values instead of being one cycle late. This prserves + * backward compatability + * Csound now supports MP3 files for input and output through libsndfile + ------------------------------------------------------------------- Fri Aug 12 08:35:32 UTC 2022 - Konstantin Voinov diff --git a/csound.spec b/csound.spec index b82cf96..a863ed7 100644 --- a/csound.spec +++ b/csound.spec @@ -30,7 +30,7 @@ %define min 0 Name: csound -Version: 6.17.0 +Version: 6.18.1 Release: 0 Summary: Computer Sound Synthesis and Composition Program License: GPL-2.0-or-later AND LGPL-2.1-or-later