From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id JJ54JeuZDWE4XwAAWB0awg (envelope-from ) for ; Fri, 06 Aug 2021 16:22:03 -0400 Received: by simark.ca (Postfix, from userid 112) id 8B0A91EDF7; Fri, 6 Aug 2021 16:22:03 -0400 (EDT) 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) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 0AD3E1E79C for ; Fri, 6 Aug 2021 16:22:02 -0400 (EDT) Received: from lists-lttng01.efficios.com (localhost [IPv6:::1]) by lists.lttng.org (Postfix) with ESMTP id 4GhH2K2bYsz7GX; Fri, 6 Aug 2021 16:22:01 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.lttng.org; s=default; t=1628281321; bh=QjbKL9VaV53ODp5WF+5Fw4nzA5IqWgj51aE2U8wObvI=; h=Date:To:Cc:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From:Reply-To:From; b=GiGidmbPQsSYvM7usK7SOSLUR+4Ob0LBg8yr8bMNmURlAIVazzSDzLeSVLd82z7Pv Upk4g/zMDyvEEUao8INKfeNM8SFIeEhoEPIue4fu1jQfZjH43kTqIHIBFlZgUNQ7fw 65/7wlM3WUCXPM6CfTBUBMU79Nyum3EyIwRh36B1dZvr0VG3yvCA7qm9j+1lU++Fvf NRm+55hSczakzLK9z6JprHsArJZ+a/vp2UyfDY6Fbcusm52hNtBkzYHizl7h1PI7gg IGRyyIzYhXR9ExkppbPSqVFxkvGVG8nbVpTr4u71Vd4QbBIvSfyV59rnwi7NK636Jc SaaDxgyG4y4KA== Received: from mail.efficios.com (mail.efficios.com [167.114.26.124]) by lists.lttng.org (Postfix) with ESMTPS id 4GhH2J1mdzz7GW for ; Fri, 6 Aug 2021 16:21:59 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 57EF337B04D for ; Fri, 6 Aug 2021 16:21:53 -0400 (EDT) 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 THoWE6-3X7P9; Fri, 6 Aug 2021 16:21:52 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 59AD037B229; Fri, 6 Aug 2021 16:21:52 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com 59AD037B229 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 O0P3TFKZkpOK; Fri, 6 Aug 2021 16:21:52 -0400 (EDT) Received: from Mercury (unknown [107.159.88.171]) by mail.efficios.com (Postfix) with ESMTPSA id 4025237B228; Fri, 6 Aug 2021 16:21:52 -0400 (EDT) Date: Fri, 6 Aug 2021 16:21:51 -0400 To: lttng-dev Cc: diamon-discuss , linux-trace-users Message-ID: MIME-Version: 1.0 Content-Disposition: inline Subject: [lttng-dev] [RELEASE] LTTng 2.12.5 - (Ta) Meilleure 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: =?utf-8?q?J=C3=A9r=C3=A9mie_Galarneau_via_lttng-dev?= Reply-To: =?iso-8859-1?Q?J=E9r=E9mie?= Galarneau Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: lttng-dev-bounces@lists.lttng.org Sender: "lttng-dev" Hi all, The fifth bug-fix release of LTTng-tools 2.12 - (Ta) Meilleure has just been released. This release addresses a number of issues listed below. 2021-08-06 lttng-tools 2.12.5 (International Beer Day) * Fix: runas: less-than-zero comparison of an unsigned value * Fix: runas: supplementary groups are ignored on lttng save * Fix: lttng: free sessions in cmd_destroy * Fix: lttng: free domains and channels in get_session_stats_str * Fix: rotation client example: leak of handle on error * .gitreview: Set default branch to 'stable-2.12' * tests: Move tap-driver.sh out of the autotools aux directory * Fix: use of uninitialised bytes valgrind warning * Fix: bump minimal urcu dependency to 0.11 * Fix: consumer: unbalanced RCU read-side lock on error * Fix: tests: missing LOG_DRIVER and LOG_DRIVER_FLAGS * Fix: list_lttng_agent_events: unbalanced RCU read-side lock on error As always, please report any issue you may encounter to bugs.lttng.org or on this mailing list. Project website: https://lttng.org Download link: https://lttng.org/files/lttng-tools/lttng-tools-2.12.5.tar.bz2 GPG signature: https://lttng.org/files/lttng-tools/lttng-tools-2.12.5.tar.bz2.asc _______________________________________________ lttng-dev mailing list lttng-dev@lists.lttng.org https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev