From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 61FF3C4727F for ; Fri, 2 Oct 2020 09:08:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2FE6820672 for ; Fri, 2 Oct 2020 09:08:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726288AbgJBJH7 (ORCPT ); Fri, 2 Oct 2020 05:07:59 -0400 Received: from mail-oi1-f195.google.com ([209.85.167.195]:39630 "EHLO mail-oi1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725993AbgJBJH7 (ORCPT ); Fri, 2 Oct 2020 05:07:59 -0400 Received: by mail-oi1-f195.google.com with SMTP id c13so590996oiy.6 for ; Fri, 02 Oct 2020 02:07:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=6dH8p8iIbXtbGnuxFe1Ar/b9S43Sz9cn0qej4P6l7sk=; b=TUvx/Yjhe5SRpAUze0PfsU7SNGLmsCVkd8AJA1jkORcTEdSWrkJCXHDFzMc3qat2wk BHb/ecVAnJI1K2DZFOcCEo0tuneolPY8KGwEM4DQsr7haDJyFymoC4tln5/eNq8eLQDL Xa/ajy48XGSz5SuTB9CqHh5zsODnx1V7mM8fGR9VBLZAzGuuahnt1UCHqpW9iUrZLMsD f6g53W4CwOpnLxRAR+jlkQV8f2YwCRyw/3Pa5Caf9u1v+dVdIkxKT4euZMllcRAQIPRd 7GPElOLNvzhsLbrsdcfelZQenKypQpYy8u6kogmsRfONOjLeQDcYOzjZWmDlhYt4zFEc l1TQ== X-Gm-Message-State: AOAM532EuMXCHsLoUvWDm9Qrzp6Yv2jxgkB+yIA0Wr3NN+5XyKY0mdfq kyftI+5Oc4nmxy5RVqaeQZpIPbBn2J9odu3CfRM= X-Google-Smtp-Source: ABdhPJwMQJgJbp63CywSuuEb89ZSEquNkZM9eFbFrenFbNEPy4roBvUHUChuIrK0EKCEWrcXY2HG6bABUV+E/UM9V1c= X-Received: by 2002:aca:4441:: with SMTP id r62mr600128oia.153.1601629678820; Fri, 02 Oct 2020 02:07:58 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Geert Uytterhoeven Date: Fri, 2 Oct 2020 11:07:47 +0200 Message-ID: Subject: Re: [ANNOUNCE] libgpiod v1.6 released To: Bartosz Golaszewski Cc: "open list:GPIO SUBSYSTEM" , Linus Walleij , Kent Gibson , Drew Fustini , Andy Shevchenko Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Hi Bartosz, On Thu, Oct 1, 2020 at 2:17 PM Bartosz Golaszewski wrote: > I'm announcing the release of libgpiod v1.6. This is the last release > in the v1.x series. New, improved version of the GPIO uAPI is now in > linux-next queued for v5.10. It introduces many new features which we > won't be able to support with the current library API (and we also > have several reworks defined in TODO that'll also require breaking > compatibility) so my plans going forward are as follows: Nice! > Grab source from: > git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git Note that the first Google hit for "libgpiod v1.6" is your github mirror, which has the latest code, but not the latest tags? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds