* Update README for gitlab migration
* Update configure.ac bug URL for gitlab migration
* Add comment about why safe_strncpy isn't replaced with strlcpy
* Fix missing defines _PATH_WTMPX/_PATH_UTMPX in musl
* Replace strncpy calls with a sane version that always terminates
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/sessreg?expand=0&rev=18
- Update to version 1.1.0:
+ Include utmp.h if present, even if we're using utmpx
interfaces.
+ Attempt to modernize and better disentangle utmp vs. utmpx in
the man page.
+ Stop disabling utmpx & wtmpx calls when -u & -w arguments are
passed.
+ If both utmp & utmpx interfaces are available, just use utmpx.
+ Zero initialize struct utmpx, as we already do for struct utmp.
+ Print which option was in error along with usage message.
+ autogen.sh: Honor NOCONFIGURE=1.
+ configure: Drop AM_MAINTAINER_MODE.
OBS-URL: https://build.opensuse.org/request/show/283480
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/sessreg?expand=0&rev=7