diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 37f037ef324..b67038ff81a 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2015-01-21 Ulrich Müller <ulm@gentoo.org> | ||
| 2 | |||
| 3 | * update-game-score.c: Allow the program to run sgid instead | ||
| 4 | of suid, in order to match common practice for most games. | ||
| 5 | (main): Check if we are running sgid. Pass appropriate file | ||
| 6 | permission bits to 'write_scores'. | ||
| 7 | (write_scores): New 'mode' argument, instead of hardcoding 0644. | ||
| 8 | (get_prefix): Update error message. | ||
| 9 | * Makefile.in (gamegroup): New variable, set by configure. | ||
| 10 | ($(DESTDIR)${archlibdir}): Handle both suid or sgid when | ||
| 11 | installing the 'update-game-score' program. | ||
| 12 | |||
| 1 | 2015-01-16 Eli Zaretskii <eliz@gnu.org> | 13 | 2015-01-16 Eli Zaretskii <eliz@gnu.org> |
| 2 | 14 | ||
| 3 | * Makefile.in (AM_V_RC, am__v_RC_, am__v_RC_0, am__v_RC_1): New | 15 | * Makefile.in (AM_V_RC, am__v_RC_, am__v_RC_0, am__v_RC_1): New |