From: Kent Gibson <warthog618@gmail.com>
To: Bartosz Golaszewski <brgl@bgdev.pl>
Cc: Luca Weiss <luca@lucaweiss.eu>,
"open list:GPIO SUBSYSTEM" <linux-gpio@vger.kernel.org>
Subject: Re: [ANNOUNCE] libgpiod v2.2
Date: Thu, 24 Oct 2024 07:54:24 +0800 [thread overview]
Message-ID: <20241023235424.GA4180@rigel> (raw)
In-Reply-To: <CAMRc=Md6j-xizVcYJoC7U03gDspfM6UR_h-1EBHAWhMEo=bRRQ@mail.gmail.com>
On Wed, Oct 23, 2024 at 08:17:40PM +0200, Bartosz Golaszewski wrote:
> On Wed, Oct 23, 2024 at 6:25 PM Luca Weiss <luca@lucaweiss.eu> wrote:
> >
> > On Dienstag, 22. Oktober 2024 13:16:17 Mitteleuropäische Sommerzeit Bartosz
> > Golaszewski wrote:
> > > I'm announcing the release of libgpiod v2.2.
> > >
> > > This is a big update for libgpiod bringing in the D-Bus daemon and its
> > > command-line client, GLib bindings with GObject-introspection and a
> > > slew of other updates and improvements. The detailed changelog can be
> > > found in the NEWS file.
> > >
> > > The goal of the D-Bus API is to address the concerns about the lack of
> > > persistence of GPIO state when the process that requested it exits.
> > > Now the state can be stored inside the GPIO manager with which clients
> > > can interact using a well known protocol.
> > >
> > > The release tarball and the git tree can be found over at kernel.org[1][2].
> > >
> > > Bartosz
> > >
> > > [1] https://mirrors.edge.kernel.org/pub/software/libs/libgpiod/
> > > [2] git://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git
> > >
> > >
> >
> > Hi Bartosz!
> >
> > I'm noticing while packaging for Alpine that the file name of the installed
> > lib changed from libgpiod.so.3.1.2 in v2.1.3 to libgpiod.so.3.1.1 in v2.2 - so
> > essentially it jumped back.
> >
> > I'm guessing this is not on purpose and while I don't think it should cause
> > issues in the distro, I wanted to make you aware.
> >
>
> Everytime I do a release, I bump the libtool ABI numbers as suggested
> here[1] depending on how the code evolved between the versions.
>
> I guess I bumped the revision everytime new fixes landed and were
> released in v2.1.x stable branch but for master I only did it once
> when releasing v2.2.
>
If the 2.1.x branch is to continue to be supported then the 2.2 branch
should've gone with ABI v3.2.0 to provide space for subsequent 2.1.x
releases.
If 2.1.x is finalised and merged into 2.2 then it needed to be bumped past
the last 2.1.x, so v3.1.3.
> I'm not sure what exactly should be done with that. I can of course
> set the libgpiod ABI to v2.1.4 in v2.2.1 bugfix release if that
> doesn't cause any issues but it doesn't really feel right.
>
You mean v3.1.4 for the ABI, right?? Otherwise it definitely doesn't
feel right ;-).
There is no need to skip over v3.1.3 since you haven't used it yet.
As I see it, your options are v3.1.3 or v3.2.0, depdending on whether
2.1.x is considered a dead branch.
Cheers,
Kent.
next prev parent reply other threads:[~2024-10-23 23:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-22 11:16 [ANNOUNCE] libgpiod v2.2 Bartosz Golaszewski
2024-10-23 16:25 ` Luca Weiss
2024-10-23 18:17 ` Bartosz Golaszewski
2024-10-23 23:54 ` Kent Gibson [this message]
2024-10-24 8:51 ` Bartosz Golaszewski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241023235424.GA4180@rigel \
--to=warthog618@gmail.com \
--cc=brgl@bgdev.pl \
--cc=linux-gpio@vger.kernel.org \
--cc=luca@lucaweiss.eu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.