Skip to content

Commit

Permalink
update to v1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
triode committed Feb 1, 2015
1 parent 8d27970 commit 8b8dfe6
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 5 deletions.
9 changes: 5 additions & 4 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,11 @@ Version 1.7.1 10/1/15
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)
30 changes: 30 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,33 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.


---------------------------------------------------------------------

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.
2 changes: 1 addition & 1 deletion squeezelite.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b8dfe6

Please sign in to comment.