about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-09-06 21:38:10 +0000
committerEric Wong <e@80x24.org>2022-09-06 21:38:10 +0000
commit326e440ba0f697e29e655e2c3a1fdc81c38734f8 (patch)
tree0e8fad03cae7a75998685d04a3875e80a08d869a
parenta2386146b7132533f3b8e2041e85eceff4aeab84 (diff)
downloaddtas-326e440ba0f697e29e655e2c3a1fdc81c38734f8.tar.gz
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
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--INSTALL6
-rw-r--r--dtas.gemspec2
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