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 --- test/test_buffer.rb | 2 +- test/test_encoding.rb | 2 +- test/test_mlib.rb | 2 +- test/test_pipeline.rb | 2 +- test/test_sink_pipe_size.rb | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'test') diff --git a/test/test_buffer.rb b/test/test_buffer.rb index b21a69f..8f5d8b5 100644 --- a/test/test_buffer.rb +++ b/test/test_buffer.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2019 all contributors # License: GPL-3.0+ # frozen_string_literal: true require './test/helper' diff --git a/test/test_encoding.rb b/test/test_encoding.rb index d9af968..b60ba36 100644 --- a/test/test_encoding.rb +++ b/test/test_encoding.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2018 all contributors +# Copyright (C) 2018-2019 all contributors # License: GPL-3.0+ # frozen_string_literal: true require './test/helper' diff --git a/test/test_mlib.rb b/test/test_mlib.rb index 0241314..b16ea15 100644 --- a/test/test_mlib.rb +++ b/test/test_mlib.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2019 all contributors # License: GPL-3.0+ # frozen_string_literal: true require_relative 'helper' diff --git a/test/test_pipeline.rb b/test/test_pipeline.rb index 3cc32cc..f235410 100644 --- a/test/test_pipeline.rb +++ b/test/test_pipeline.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2017 all contributors +# Copyright (C) 2017-2019 all contributors # License: GPL-3.0+ # frozen_string_literal: true require './test/helper' diff --git a/test/test_sink_pipe_size.rb b/test/test_sink_pipe_size.rb index 1ca3108..1b6db72 100644 --- a/test/test_sink_pipe_size.rb +++ b/test/test_sink_pipe_size.rb @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 all contributors +# Copyright (C) 2013-2019 all contributors # License: GPL-3.0+ # frozen_string_literal: true begin -- cgit v1.2.3-24-ge0c7