Changelog for
sessreg-1.1.3-3.2.i586.rpm :
* Sat Oct 29 2022 Stefan Dirsch
- Update to version 1.1.3
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* gitlab CI: stop requiring Signed-off-by in commits
* Fix -Wstringop-truncation warnings in safe_strncpy()
* Tue Jun 11 2019 Stefan Dirsch - Update to version 1.1.2
* 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
* Wed Mar 01 2017 tobias.johannes.klausmannAATTmni.thm.de- Update to version 1.1.1: + Use off_t instead of long to make largefile support work + autogen.sh: use quoted string variables + autogen: add default patch prefix + autogen.sh: use exec instead of waiting for configure to finish + Pass -P to the preprocessor when generating filenames for the manpage.- supersedes patches: + U_Pass-P-to-the-preprocessor-when-generating-filenames.patch + u_use-off_t-instead-of-long-to-make-largefile-support-work.patch
* Sun May 29 2016 eichAATTsuse.com- u_use-off_t-instead-of-long-to-make-largefile-support-work.patch Make largefile support work (boo#981522).
* Thu Apr 21 2016 sndirschAATTsuse.com- replaced formerly to be upstreamed patch u_Pass-P-to-the-preprocessor-when-generating-filenames.patch by upstream patch U_Pass-P-to-the-preprocessor-when-generating-filenames.patch
* Mon Feb 23 2015 sndirschAATTsuse.com- u_Pass-P-to-the-preprocessor-when-generating-filenames.patch
* Pass -P to the preprocessor when generating filenames for the manpage. Fixes build with GCC 5. Patch by Richard Biener
* Fri Jan 30 2015 zaitorAATTopensuse.org- 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.
* Tue Feb 26 2013 zaitorAATTopensuse.org- Update to version 1.0.8: + Add -V option to print version number. + Combine usage message into a single string. + Fix some clang warnings about implicit conversions. + Remove dubious code. + Make the `line\' variable local to main(). + Place NetBSD specific #defines in the proper place. + Fix compilation on NetBSD - undefined
*TMPX paths (fdo#50940).
* Sat Apr 14 2012 dimstarAATTopensuse.org- Update to version 1.0.7: + Add const attributes to fix gcc -Wwrite-strings warnings + Make lastlog work on BSD systems without . + Simply define LLOG_FILE and TTYS_FILE unconditionally. + Fix whitespace inconsistencies. + Just use time_t directly. + Only expose the sflag variable when needed. + Get rid of SYSV definition. Just check for pututline(). + Don\'t forget to include before . + Get rid of bzero() calls. Replace them by memset(). + Only split off /dev/ instead trimming to last /. + Fix typo in function name check. + Build system fixes.
* Fri Apr 13 2012 vuntzAATTopensuse.org- Split sessreg from xorg-x11. Initial version: 1.0.6.