Git: Interface not in release following it's merge?

Looking at snapd’s git log,

7af3db6707 release: 2.60.1 (#12950)
...
690706fd51 interfaces: add pcscd interface (#12847)
...
2aa5e01d66 release: 2.60 (#12894)

Snapd is today 2.60.3 but the interface is not yet available.

When can it be expected to be launched? Could I somehow tell this for myself with Git foo only?

Hi! I guess that’s because it will be included on 2.61, but it has not been branched yet… it shouldn’t take long, maybe @mvo has more info .

1 Like

And there you go! https://github.com/snapcore/snapd/blob/release/2.61/interfaces/builtin/pcscd.go

1 Like