From 9316971d0da241c59637635c18c2e6fea4be493b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 5 Sep 2021 08:30:09 +0000 Subject: dtas 0.19.0 - odd pathname fixes Non-UTF-8-encoded pathnames now handled properly by dtas-mlib. Shell-unfriendly filenames are handled properly if they require ffmpeg (they were always handled properly when using sox). Some minor URL and doc updates, too, and there's a new "make symlink-install" target for users who lack permissions to install RubyGems. 6 changes since v0.18.1 (2021-02-13): mlib: pathnames may be blobs README: replace NNTP URL with NNTPS gemspec: allow building gem without setting VERSION build: add "symlink-install" target do not shell-quote filenames for environment doc: use Tor v3 .onion URLs --- GIT-VERSION-GEN | 2 +- INSTALL | 11 +++-------- dtas.gemspec | 2 +- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index bc9a128..168baee 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.18.0" +DEF_VER = "v0.19.0" vn = DEF_VER # First see if there is a version file (included in release tarballs), diff --git a/INSTALL b/INSTALL index 5fae6e8..40019b9 100644 --- a/INSTALL +++ b/INSTALL @@ -29,17 +29,12 @@ For future upgrades of dtas Grab the latest tarball from our HTTPS site: - https://80x24.org/dtas/2021/dtas-0.18.1.tar.gz + https://80x24.org/dtas/2021/dtas-0.19.0.tar.gz - $ tar zxvf dtas-0.18.1.tar.gz - $ cd dtas-0.18.1 + $ tar zxvf dtas-0.19.0.tar.gz + $ cd dtas-0.19.0 $ sudo ruby setup.rb -GNU/Linux users may optionally install the "sleepy_penguin" RubyGem -for a tiny speed improvement over the default "fiddle" RubyGem. - - * sleepy_penguin - https://yhbt.net/sleepy_penguin/ - # CONTACT Please do not hesitate to send plain-text mail to diff --git a/dtas.gemspec b/dtas.gemspec index d763a9f..50ce370 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.18.0').dup + s.version = (ENV["VERSION"] || '0.19.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