From 551045c44ce46e1e59ba529579ced95f374224fd Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 2 Jan 2019 21:21:45 +0000 Subject: dtas 0.16.0 A bunch of minor fixes and cleanups accumulating for the past two years since the last release. It's tough to remember to make releases when I'm always running the latest version from git :x Most notably, "io_splice" is no longer used for dtas-linux users since "sleepy_penguin" includes all the functionality we use. This is to reduce memory overhead from extra DSOs(*) There's also some deprecation warning fixes for the still-undocumented "dtas-mlib" command. 12 changes since v0.15.0 (2017-04-07): pipeline: new module for running process pipelines console: ensure time calculations are done in UTC Rakefile: update path for uploads player: support guessing encodings for comments get rid of Windows-31J regexps mlib: compatibility with Sequel 5.x mlib: remove redundant tag massaging and encoding mlib: use flock to get around SQLite busy errors mlib: ignore files with nil times dtas/watchable: check SystemCallError mlib: fix unused variable warning use sleepy_penguin 3.5+ for splice and tee support (*) https://udrepper.livejournal.com/8790.html --- INSTALL | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index b07b3c7..a99611e 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/2017/dtas-0.15.0.tar.gz + https://80x24.org/dtas/2019/dtas-0.16.0.tar.gz - $ tar zxvf dtas-0.15.0.tar.gz - $ cd dtas-0.15.0 + $ tar zxvf dtas-0.16.0.tar.gz + $ cd dtas-0.16.0 $ sudo ruby setup.rb GNU/Linux users may optionally install the "sleepy_penguin" package: @@ -59,5 +59,5 @@ No subscription is necessary to post to the mailing list. # COPYRIGHT -Copyright 2013-2016 all contributors +Copyright 2013-2019 all contributors License: GPL-3.0+ -- cgit v1.2.3-24-ge0c7