From 326e440ba0f697e29e655e2c3a1fdc81c38734f8 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 6 Sep 2022 21:38:10 +0000 Subject: dtas 0.21.0 There's two minor fixes for dtas-splitfx, and one for dtas-player users using the rate=bypass optimization. 3 changes since v0.20.0 (2022-02-03): splitfx: fix error reporting of failed tracks splitfx: warn on improper encodings for titles player: drain sinks completely before changing sink rate --- GIT-VERSION-GEN | 2 +- INSTALL | 6 +++--- dtas.gemspec | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index ef12348..ecf9879 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -5,7 +5,7 @@ CONSTANT = "DTAS::VERSION" RVF = "lib/dtas/version.rb" GVF = "GIT-VERSION-FILE" -DEF_VER = "v0.20.0" +DEF_VER = "v0.21.0" vn = DEF_VER # First see if there is a version file (included in release tarballs), diff --git a/INSTALL b/INSTALL index e9ab26c..cb65528 100644 --- a/INSTALL +++ b/INSTALL @@ -30,10 +30,10 @@ For future upgrades of dtas Grab the latest tarball from our HTTPS site: - https://80x24.org/dtas/2022/dtas-0.20.0.tar.gz + https://80x24.org/dtas/2022/dtas-0.21.0.tar.gz - $ tar zxvf dtas-0.20.0.tar.gz - $ cd dtas-0.20.0 + $ tar zxvf dtas-0.21.0.tar.gz + $ cd dtas-0.21.0 # To install symlinks into ~/bin (assuming your Ruby executable is "ruby") $ make symlink-install diff --git a/dtas.gemspec b/dtas.gemspec index d5a1916..9bc1cc5 100644 --- a/dtas.gemspec +++ b/dtas.gemspec @@ -3,7 +3,7 @@ Gem::Specification.new do |s| manifest = File.read('.gem-manifest').split(/\n/) s.name = %q{dtas} - s.version = (ENV["VERSION"] || '0.20.0').dup + s.version = (ENV["VERSION"] || '0.21.0').dup s.authors = ["dtas hackers"] s.summary = "duct tape audio suite for *nix" s.description = File.read("README").split(/\n\n/)[1].strip -- cgit v1.2.3-24-ge0c7