diff --git a/ChangeLog.txt b/ChangeLog.txt index fe821aa..7b6571b 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -127,10 +127,11 @@ Minor changes - fix crash which could occur when resampling -Version 1.8 -=========== +Version 1.8 1/2/15 +================== Features - support for closing output device when idle with -C option -- add support for basic IR input using LIRC on Linux -- add support for volume adjustment or unmuting of alsa mixer +- support for basic IR input using LIRC on Linux +- support for volume adjustment or unmuting of alsa mixer +- support for inverting output polarity via LMS setting (requires recent 7.9 server) diff --git a/LICENSE.txt b/LICENSE.txt index af570da..94af310 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -17,3 +17,33 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . + +--------------------------------------------------------------------- + +If built with DSD support, this software also includes code subject to the following license: + +Copyright 2009, 2011 Sebastian Gesemann. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are +permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of + conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list + of conditions and the following disclaimer in the documentation and/or other materials + provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY SEBASTIAN GESEMANN ''AS IS'' AND ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SEBASTIAN GESEMANN OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +The views and conclusions contained in the software and documentation are those of the +authors and should not be interpreted as representing official policies, either expressed +or implied, of Sebastian Gesemann. diff --git a/squeezelite.h b/squeezelite.h index 1eb696c..455fdfd 100644 --- a/squeezelite.h +++ b/squeezelite.h @@ -20,7 +20,7 @@ // make may define: PORTAUDIO, SELFPIPE, RESAMPLE, RESAMPLE_MP, VISEXPORT, IR, DSD, LINKALL to influence build -#define VERSION "v1.8-dev" +#define VERSION "v1.8" #if !defined(MODEL_NAME) #define MODEL_NAME SqueezeLite