dtas-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 4/4] dtas 0.5.0


From: Eric Wong
Subject: [PATCH 4/4] dtas 0.5.0
Date: Mon, 30 Sep 2013 09:18:08 +0000

* dtas-*edit
  - account for editors which rename over files

* dtas-player
  - support optional bypass mode for rate, bits, channel
    This allows users to avoid any internal resampling at the
    cost of losing gapless playback when files have different
    decoded formats
  - "tl goto" starts playback if idle (and not paused)
  - support seeking based on embedded cuesheet (FLAC)
  - rename "tl previous" to "tl prev"
    See dtas-player_protocol(7) for the protocol extensions

* dtas-console
  - allow exit via 'q' key
---
 GIT-VERSION-GEN | 2 +-
 INSTALL         | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index dd8ae37..85ec7d4 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -4,7 +4,7 @@
 CONSTANT = "DTAS::VERSION"
 RVF = "lib/dtas/version.rb"
 GVF = "GIT-VERSION-FILE"
-DEF_VER = "v0.4.0"
+DEF_VER = "v0.5.0"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),
diff --git a/INSTALL b/INSTALL
index 46a9e2c..38d5f04 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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/2013/dtas-0.4.0.tar.gz
+    http://dtas.80x24.org/2013/dtas-0.5.0.tar.gz
 
-    $ tar zxvf dtas-0.4.0.tar.gz
-    $ cd dtas-0.4.0
+    $ tar zxvf dtas-0.5.0.tar.gz
+    $ cd dtas-0.5.0
     $ sudo ruby setup.rb
 
 GNU/Linux users may optionally install "io_splice" and
-- 
1.8.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]