From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 208.118.235.0/24 X-Spam-Status: No, score=-1.9 required=3.0 tests=AWL,BAYES_00,URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: dtas-all@80x24.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 80397633811 for ; Sun, 17 Jan 2016 22:43:04 +0000 (UTC) Received: from localhost ([::1]:56155 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKw2J-0004vr-UC for dtas-all@80x24.org; Sun, 17 Jan 2016 17:43:03 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48466) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKw2I-0004vj-91 for dtas-all@nongnu.org; Sun, 17 Jan 2016 17:43:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aKw2E-0001BS-6o for dtas-all@nongnu.org; Sun, 17 Jan 2016 17:43:02 -0500 Received: from dcvr.yhbt.net ([64.71.152.64]:34948) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKw2E-0001BM-1B for dtas-all@nongnu.org; Sun, 17 Jan 2016 17:42:58 -0500 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 98056633810; Sun, 17 Jan 2016 22:42:55 +0000 (UTC) Date: Sun, 17 Jan 2016 22:42:55 +0000 From: Eric Wong To: ruby-talk@ruby-lang.org, dtas-all@nongnu.org Subject: [ANN] dtas 0.13.1 - duct tape audio suite for *nix Message-ID: <20160117-dtas-0.13.1-released@80x24.org> References: <20160107-dtas-0.13.0-released@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160107-dtas-0.13.0-released@80x24.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 64.71.152.64 X-BeenThere: dtas-all@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dtas-all-bounces+dtas-all=80x24.org@nongnu.org Sender: dtas-all-bounces+dtas-all=80x24.org@nongnu.org Free Software command-line tools for audio playback, mastering, and whatever else related to audio. dtas follows the worse-is-better philosophy and acts as duct tape to combine existing command-line tools for flexibility and ease-of-development. dtas is currently implemented in Ruby (and some embedded shell), but may use other languages in the future. Changes: dtas 0.13.1 - dtas-tl encoding bugfixes This release addresses encoding and escaping-related bugs affecting the use of "dtas-tl edit" (and to a lesser extent, "dtas-tl cat"). Filenames with characters requiring shell-escaping were not round-tripped correctly, causing movement/addition of such files (which may not be properly encoded to any encoding) to be handled incorrectly. There are also some mlib bug fixes, but the mlib API and CLI are currently unstable and undocumented... 4 changes since 0.13.0: dtas-tl: hopefully fix up encoding issues dtas-tl: shell-unescape cat output mlib: fix foreign-key ordering issues with delete dtas-mlib: avoid redundant '/' in dumped pathname 0.13.0 release announcement: http://80x24.org/dtas-all/20160107-dtas-0.13.0-released@80x24.org/t/ * homepage: http://dtas.80x24.org/README * http://dtas.80x24.org/INSTALL * http://dtas.80x24.org/dtas-player.txt * http://dtas.80x24.org/NEWS.atom * git clone git://80x24.org/dtas * dtas-all@nongnu.org (plain-text only, no HTML mail, please) * mailing list archives: http://80x24.org/dtas-all/ nntp://news.public-inbox.org/inbox.comp.audio.dtas http://80x24.org/dtas-all/new.atom -- EW