Skip to content

Commit

Permalink
Version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Jan 28, 2020
1 parent 62ad80e commit d08619f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ if(BUILD_STATIC)
if(WIN32)
set(CMAKE_FIND_LIBRARY_SUFFIXES .lib)
else()
set(Boost_USE_STATIC_LIBS ON)
set(Boost_USE_STATIC_RUNTIME OFF)
set(CMAKE_FIND_LIBRARY_SUFFIXES .a)
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -no-pie")
endif()
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.4.1, 2020-01-28, Chris Needham <[email protected]>

* Enable conversion from FLAC or Ogg Vorbis audio to WAV format

v1.4.0, 2019-11-03, Chris Needham <[email protected]>

* Added --input-format and --output-format options, to enable reading input
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,4 +306,4 @@ chris.needham at bbc.co.uk.

## Copyright

Copyright 2013-2019 British Broadcasting Corporation
Copyright 2013-2020 British Broadcasting Corporation
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
1.4.1
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
audiowaveform (1.4.1-1RELEASE1) RELEASE; urgency=low

* Debian package for release 1.4.1

-- Chris Needham <[email protected]> Tue, 28 Jan 2020 08:00:00 +0000

audiowaveform (1.4.0-1RELEASE1) RELEASE; urgency=low

* Debian package for release 1.4.0
Expand Down

0 comments on commit d08619f

Please sign in to comment.