about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-11-14 01:36:26 +0000
committerEric Wong <e@80x24.org>2019-11-14 01:36:26 +0000
commit2d6b62fec21d8c2fba2b3a96cd634203c51d2ecd (patch)
tree6ed7a7c279286a031dd974723235a7b91ab5627d
parent9bd32e4d55215968062cb9542607ec7b5de2ee44 (diff)
downloaddtas-2d6b62fec21d8c2fba2b3a96cd634203c51d2ecd.tar.gz
dtas-player automatically pauses on sink death (e.g. when an
external DAC is unplugged), thanks to Rene Maurer for the
feature suggestion.

zsh completions are also bundled in the examples/ directory
thanks to James Rowe.

There's also a couple of minor bugfixes and documentation
updates.

There's also kwarg warning fixes for Ruby 2.7.0dev.  Future
components will probably use a more stable glue language
than Ruby, and we already have dtas-graph which is Perl5.

Eric Wong (11):
      doc: remove inaccurate comment about "GNU-ism"
      doc: update homepage to point to cgit /about/
      dtas-graph: show inode number in hex, too
      dtas-graph: add a short blurb about what it does
      dtas-console: remove unused variables
      dtas-console: pass kwargs as-is to String#encode
      buffer/splice: pass kwargs as-is to tee/splice
      player: automatically pause if last sink dies
      readahead: avoid Array#compact and Array#max on `false'
      doc: use new HTTPS address at lists.gnu.org
      TODO: add a note about using a more stable glue language

James Rowe (2):
      doc: trivial typo fixes
      Add zsh completion support
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--INSTALL6
2 files changed, 4 insertions, 4 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 095c769..ebffddf 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.16.1"
+DEF_VER = "v0.17.0"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),
diff --git a/INSTALL b/INSTALL
index e9c366d..56fae1a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -39,10 +39,10 @@ For future upgrades of dtas (upgrades to dtas-linux will be infrequent)
 
 Grab the latest tarball from our HTTPS site:
 
-    https://80x24.org/dtas/2019/dtas-0.16.1.tar.gz
+    https://80x24.org/dtas/2019/dtas-0.17.0.tar.gz
 
-    $ tar zxvf dtas-0.16.1.tar.gz
-    $ cd dtas-0.16.1
+    $ tar zxvf dtas-0.17.0.tar.gz
+    $ cd dtas-0.17.0
     $ sudo ruby setup.rb
 
 GNU/Linux users may optionally install the "sleepy_penguin" package: