On 13/11/2021 18:47, Jo-Philipp Wich wrote:
But I really can't see the breaking change, could you please point it out for
me?
struct ubus_client changed its layout.
Ok but isn't that affecting only the binary executable 'ubusd'? I don't
see 'libubus.so' including 'ubusd.h' even indirectly.
Hi,
> But I really can't see the breaking change, could you please point it out for
> me?
struct ubus_client changed its layout.
> The second question is the change of the library name from 'libubus.so' to
> 'libubus.so.20210603'. Was this intended?
Yes, it was intentional. Programs should li
Greetings. I have two questions about a recent change related to ubus
package in 19.07.8.
The first question is related to the ABI version change from 20191227 to
20210603. The changeset in the ubus repository the following:
git diff 041c9d1..38c7fdd
CMakeLists.txt | 4
lua/ubus.c