about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-09-05 08:30:09 +0000
committerEric Wong <e@80x24.org>2021-09-05 08:35:47 +0000
commit9316971d0da241c59637635c18c2e6fea4be493b (patch)
tree5441d3aed1b95a100ef3c04f57f694cde76b6ade
parent76cd9d9f32f1c89d9af066d45408bdb69ba5a902 (diff)
downloaddtas-0.19.0.tar.gz
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
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--INSTALL11
-rw-r--r--dtas.gemspec2
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 <dtas-all@nongnu.org>
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