From owner-svn-src-all@freebsd.org Wed Jan 30 12:59:24 2019 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3675414C02F4 for ; Wed, 30 Jan 2019 12:59:24 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B18F46A919; Wed, 30 Jan 2019 12:59:23 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [176.74.212.121]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 6DE1B260532; Wed, 30 Jan 2019 13:59:21 +0100 (CET) Subject: Re: svn commit: r343572 - in head: lib/libsdp usr.sbin/bluetooth/sdpd To: Baptiste Daroussin Cc: src-committers@freebsd.org, svn-src-all@freebsd.org References: <201901300944.x0U9ita6016550@repo.freebsd.org> <20190130095032.suyjr3fkjyjwkmdo@ivaldir.net> From: Hans Petter Selasky Message-ID: <23c4f655-67f5-50b7-a512-27b6ecf99f08@selasky.org> Date: Wed, 30 Jan 2019 13:56:58 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <20190130095032.suyjr3fkjyjwkmdo@ivaldir.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: B18F46A919 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.95 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.952,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jan 2019 12:59:24 -0000 On 1/30/19 10:50 AM, Baptiste Daroussin wrote: > On Wed, Jan 30, 2019 at 09:44:55AM +0000, Hans Petter Selasky wrote: >> Author: hselasky >> Date: Wed Jan 30 09:44:54 2019 >> New Revision: 343572 >> URL: https://svnweb.freebsd.org/changeset/base/343572 >> >> Log: >> Add support for Audio Sink and Audio Source profiles to sdpd(8). >> >> This allows user-space programs like virtual_oss(8) to act >> as a Bluetooth speaker device. >> >> MFC after: 1 week >> Sponsored by: Mellanox Technologies > > Imho this deserves a relnote: yes! > It is not all finished yet :-) --HPS