forked from pool/sessreg
Stefan Dirsch
4cc16e6cca
Update to 1.0.7 OBS-URL: https://build.opensuse.org/request/show/113618 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/sessreg?expand=0&rev=2
23 lines
905 B
Plaintext
23 lines
905 B
Plaintext
-------------------------------------------------------------------
|
|
Sat Apr 14 20:14:19 UTC 2012 - dimstar@opensuse.org
|
|
|
|
- Update to version 1.0.7:
|
|
+ Add const attributes to fix gcc -Wwrite-strings warnings
|
|
+ Make lastlog work on BSD systems without <lastlog.h>.
|
|
+ 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 <sys/types.h> before <utmp.h>.
|
|
+ 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 08:46:08 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Split sessreg from xorg-x11. Initial version: 1.0.6.
|
|
|