2016-05-29 23:54:23 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun May 29 21:53:51 UTC 2016 - eich@suse.com
|
|
|
|
|
|
|
|
- u_use-off_t-instead-of-long-to-make-largefile-support-work.patch
|
|
|
|
Make largefile support work (boo#981522).
|
|
|
|
|
2016-04-21 16:39:00 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 21 14:35:20 UTC 2016 - sndirsch@suse.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
|
|
|
|
|
2015-01-30 16:34:52 +01:00
|
|
|
-------------------------------------------------------------------
|
2015-02-23 12:19:01 +01:00
|
|
|
Mon Feb 23 10:52:56 UTC 2015 - sndirsch@suse.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
|
|
|
|
<rguenther@suse.com>
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2015-01-30 16:34:52 +01:00
|
|
|
Fri Jan 30 15:18:48 UTC 2015 - zaitor@opensuse.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.
|
|
|
|
|
2013-02-27 09:11:39 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 26 19:25:31 UTC 2013 - zaitor@opensuse.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).
|
|
|
|
|
2012-04-15 12:51:03 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2012-04-14 11:32:18 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Split sessreg from xorg-x11. Initial version: 1.0.6.
|
|
|
|
|