From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id Xc4yF6WBLWB5cgAAWB0awg (envelope-from ) for ; Wed, 17 Feb 2021 15:50:45 -0500 Received: by simark.ca (Postfix, from userid 112) id 520191EF78; Wed, 17 Feb 2021 15:50:45 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.lttng.org (lists.lttng.org [167.114.26.123]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 7BAE61E4A3 for ; Wed, 17 Feb 2021 15:50:44 -0500 (EST) Received: from lists-lttng01.efficios.com (localhost [IPv6:::1]) by lists.lttng.org (Postfix) with ESMTP id 4Dgqjw0GC0z1bY; Wed, 17 Feb 2021 15:50:44 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.lttng.org; s=default; t=1613595044; bh=BPg83cLF6HB9Nr3KKoY6iKQJ0PJwVGY7e89wb3uMRUk=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=zDcaHQTKO6JTRVxfiOE0LSusQIe9uDIWS/6yvlMsrkAs0E10OxPtI48s39Y4Ki8V8 h9w2YgLxgfVwVAwxoGKHYcEGHOR1NPlyELT8i/+FPjPgwmQAa+w1NeVrrshrZRfYhX E568QQypezoM5/fJDJZmP1KBrStNGnw7dkzFDtFcl7mHomKXlhvFKjyFyq0wwGU+ou e+sqbqKwCizaMVOi4jOPVcDGjU0HSo7h3iLckwi7sfUgJhWYOSsWsrcm/fA7kSTIoD TomFMKb+OmZLboEAuirlN+TmfmSvdumBiI04gzc6M9ck/ayK/rGP1V74F9SbTd1hAW MzleJC9QK58Gg== Received: from mail.efficios.com (mail.efficios.com [167.114.26.124]) by lists.lttng.org (Postfix) with ESMTPS id 4Dgqjt6VqYz1ql for ; Wed, 17 Feb 2021 15:50:42 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 30A9432479E for ; Wed, 17 Feb 2021 15:50:36 -0500 (EST) Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id Ttn4q-NqDxJg; Wed, 17 Feb 2021 15:50:35 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id BA9FC3245BF; Wed, 17 Feb 2021 15:50:35 -0500 (EST) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com BA9FC3245BF X-Virus-Scanned: amavisd-new at efficios.com Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 3AkUdGOzPTrv; Wed, 17 Feb 2021 15:50:35 -0500 (EST) Received: from mail03.efficios.com (mail03.efficios.com [167.114.26.124]) by mail.efficios.com (Postfix) with ESMTP id AEFAB3243CF; Wed, 17 Feb 2021 15:50:35 -0500 (EST) Date: Wed, 17 Feb 2021 15:50:35 -0500 (EST) To: lttng-dev@lists.lttng.org, diamon-discuss@lists.linuxfoundation.org, linux-trace-users@vger.kernel.org, lwn@lwn.net Message-ID: <820791812.25860.1613595035617.JavaMail.zimbra@efficios.com> MIME-Version: 1.0 X-Originating-IP: [167.114.26.124] X-Mailer: Zimbra 8.8.15_GA_3996 (ZimbraWebClient - FF85 (Linux)/8.8.15_GA_3996) Thread-Index: KlGxbtU3V1lTspKBAPQvwyaR6vsKUw== Thread-Topic: LTTng-UST 2.11.3 and 2.12.1 (Linux user-space tracer) Subject: [lttng-dev] [RELEASE] LTTng-UST 2.11.3 and 2.12.1 (Linux user-space tracer) X-BeenThere: lttng-dev@lists.lttng.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: LTTng development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Mathieu Desnoyers via lttng-dev Reply-To: Mathieu Desnoyers Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: lttng-dev-bounces@lists.lttng.org Sender: "lttng-dev" Hi, This is a bugfix release announcement for the currently maintained stable branches of the LTTng user-space tracer. The new versions are respectively 2.11.3 and 2.12.1. Those new releases contain minor bug fixes. Users are encouraged to upgrade. LTTng-UST, the Linux Trace Toolkit Next Generation Userspace Tracer, is a low-overhead application tracer. The library "liblttng-ust" enables tracing of applications and libraries. Please refer to the respective release Changelog files for details. Thanks, Mathieu Project website: https://lttng.org Documentation: https://lttng.org/docs Download link: https://lttng.org/download -- Mathieu Desnoyers EfficiOS Inc. http://www.efficios.com _______________________________________________ lttng-dev mailing list lttng-dev@lists.lttng.org https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev