about summary refs log tree commit homepage
path: root/INSTALL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-12-22 09:17:11 +0000
committerEric Wong <e@80x24.org>2014-12-22 09:18:04 +0000
commit84f516c13b9fa3c33f9d8c941a9530c35ef53530 (patch)
treeb87bd8da087f052785068d8c8cf4649bb5d1a80a /INSTALL
parent5bd9cbfc42d9f9486458534527532c1692df2c40 (diff)
downloaddtas-84f516c13b9fa3c33f9d8c941a9530c35ef53530.tar.gz
The major new feature is '>' and '<' keys are now supported
in the dtas-console interface for dtas-player.
"dtas-tl cat" also received a minor speedup for big tracklists
via syscall reductions

shortlog of changes since 0.8.0:

      process: update comment for bug workaround
      process: update comment for bug workaround #2
      compat_onenine: simplify pipe wrapper
      tracklist: favor &:sym_to_proc style
      dtas-console: '>' and '<' keys for tracklist next/prev
      dtas-tl: halve write() syscalls when emitting tracklists
      reduce syscalls in recvmsg invocations
      doc: flesh out "tl" subcommand docs

The best is yet to come!
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 6 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index ea29b24..4cbcd5a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,6 @@
 Uncommon for audio software, dtas is implemented in Ruby.
 
-The latest stable release of Ruby is recommended, currently 2.1.3.
+The latest stable release or development snapshot of Ruby is recommended.
 However, Ruby 1.9.3 should work, too.  Older versions of Ruby are not
 recommended.
 
@@ -40,10 +40,10 @@ For future upgrades of dtas (upgrades to dtas-linux will be infrequent)
 
 Grab the latest tarball from our HTTP site:
 
-    http://dtas.80x24.org/2014/dtas-0.8.0.tar.gz
+    http://dtas.80x24.org/2014/dtas-0.9.0.tar.gz
 
-    $ tar zxvf dtas-0.8.0.tar.gz
-    $ cd dtas-0.8.0
+    $ tar zxvf dtas-0.9.0.tar.gz
+    $ cd dtas-0.9.0
     $ sudo ruby setup.rb
 
 GNU/Linux users may optionally install "io_splice" and
@@ -56,7 +56,8 @@ GNU/Linux users may optionally install "io_splice" and
 
 Please do not hesitate to send plain-text mail to <dtas-all@nongnu.org>
 regarding installation and to share your notes/experiences.
-Mailing list archives available at <ftp://lists.gnu.org/dtas-all/>\
+Mailing list archives available at <ftp://lists.gnu.org/dtas-all>
+or <http://80x24.org/dtas-all/>
 No subscription is necessary to post to the mailing list.
 
 # COPYRIGHT