about summary refs log tree commit homepage
path: root/bin/dtas-console
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-01-02 21:21:45 +0000
committerEric Wong <e@80x24.org>2019-01-02 21:21:45 +0000
commit551045c44ce46e1e59ba529579ced95f374224fd (patch)
tree7e27e2935094dcdd2ee2a565c5dfd84639787a17 /bin/dtas-console
parent44baf906e73c13577186e3135be4356b33b8be43 (diff)
downloaddtas-551045c44ce46e1e59ba529579ced95f374224fd.tar.gz
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
Diffstat (limited to 'bin/dtas-console')
-rwxr-xr-xbin/dtas-console2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dtas-console b/bin/dtas-console
index 18f6c09..00b5cd8 100755
--- a/bin/dtas-console
+++ b/bin/dtas-console
@@ -1,5 +1,5 @@
 #!/usr/bin/env ruby
-# Copyright (C) 2013-2016 all contributors <dtas-all@nongnu.org>
+# Copyright (C) 2013-2019 all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 #