Skip to content

Commit

Permalink
Update metadata for 0.5.14 release
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Dunlap <cdunlap@llnl.gov>
  • Loading branch information
dun committed Jan 14, 2020
1 parent 5918595 commit f902816
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 21 deletions.
1 change: 1 addition & 0 deletions HISTORY
@@ -1,3 +1,4 @@
0.5.14 2020-01-14
0.5.13 2017-09-26
0.5.12 2016-02-25
0.5.11 2013-08-27
Expand Down
28 changes: 28 additions & 0 deletions NEWS
@@ -1,3 +1,31 @@
munge-0.5.14 (2020-01-14):
- Added mungekey command for key generation via HKDF. (5fc870e)
- Added negative caching of user lookups for processing supplementary groups. (#26, d51fec8)
- Added munged --origin cmdline opt. (#69, #23)
- Added munged --stop cmdline opt. (06306b8)
- Added unmunge --numeric cmdline opt. (171abe2)
- Added configure --with-logrotateddir opt and logrotate config. (2d35713)
- Added configure --with-munge-socket opt. (565db69)
- Added configure --with-pkgconfigdir opt. (9abebcd)
- Added configure --with-runstatedir opt. (25eef52)
- Added configure --with-sysconfigdir opt. (9abebcd)
- Added configure --with-systemdunitdir opt. (9abebcd)
- Added configure --with-sysvinitddir opt. (9abebcd)
- Added systemd EnvironmentFile to set sysconfig options. (#68, #64)
- Added systemd RuntimeDirectory to replace tmpfiles.d conf. (3eed37e)
- Added GPG verification of source to RPM specfile. (5bb8912, 24f18a1)
- Added "make check" test suite.
- Changed logging of non-existent users to only log once for a given user. (#26, 7b00d81)
- Changed default name of munged seedfile. (df8c22a)
- Fixed pidfile corruption when starting new daemon while socket still in use. (258b67e)
- Fixed munged signal handlers to be async-signal-safe. (be39512)
- Fixed "Logging stopped due to error" behavior for transient errors. (6176b42)
- Fixed misleading "Lockfile not found" error message. (34fcdb6)
- Fixed conversion-specifier / argument mismatch in error message. (0079630)
- Fixed installation directory variable substitution. (2affe07)
- Fixed manpage variable substitution. (a8ff2fe)
- Removed autotools-generated files from version control. (46dd77b)

munge-0.5.13 (2017-09-26):
- Added support for OpenSSL 1.1.0. (#54)
- Added support for UID/GID values >= 2^31.
Expand Down
28 changes: 11 additions & 17 deletions PLATFORMS
@@ -1,17 +1,11 @@
MUNGE 0.5.13 has been built and tested on the following systems:

- CentOS 6.9
- CentOS 7.4.1708
- Debian 9.1
- Fedora 26
- FreeBSD 11.1
- NetBSD 7.1
- OpenBSD 6.1
- Ubuntu 16.04.3
- Ubuntu 17.04


RPMs have been built and tested on the following systems:

- CentOS 7.4.1708
- Fedora 26
MUNGE 0.5.14 has been built and tested on the following systems:

- Arch Linux
- CentOS 8.0.1905, 7.7.1908, 6.10
- Debian 10.2, 9.11, 8.11
- Fedora 31, 30
- FreeBSD 12.1, 11.3
- NetBSD 8.1, 7.2
- OpenBSD 6.6, 6.5
- openSUSE Leap 15.1
- Ubuntu 19.10, 18.04.3 LTS, 16.04.6 LTS
1 change: 1 addition & 0 deletions THANKS
Expand Up @@ -10,3 +10,4 @@ Gennaro Oliva <oliva.g@na.icar.cnr.it>
Mark A. Grondona <mgrondona@llnl.gov>
Michael Fenn <fennm@deshawresearch.com>
Petter Reinholdtsen <pere@hungry.com>
Ward Poelmans <wpoely86@gmail.com>
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -7,8 +7,8 @@
# Prologue.
##
AC_PREREQ([2.61])
AC_INIT([MUNGE], [0.5.13])
AC_SUBST([DATE], ["2017-09-26"])
AC_INIT([MUNGE], [0.5.14])
AC_SUBST([DATE], ["2020-01-14"])

AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
Expand Down
2 changes: 1 addition & 1 deletion extra/munge.spec-centos.6
Expand Up @@ -2,7 +2,7 @@
# - CentOS 6.10

Name: munge
Version: 0.5.13
Version: 0.5.14
Release: 1%{?dist}

# Disable test suite by default; add "--with check" to enable.
Expand Down
2 changes: 1 addition & 1 deletion munge.spec
@@ -1,5 +1,5 @@
Name: munge
Version: 0.5.13
Version: 0.5.14
Release: 1%{?dist}

# Disable test suite by default; add "--with check" to enable.
Expand Down

0 comments on commit f902816

Please sign in to comment.