aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-10-05 18:14:27 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-10-05 18:14:57 +0200
commit1e9522c61c7a544d59db32cb7fbbd42e6793d848 (patch)
treeb8c969967d45ab239d496921a03c5743d3f31ad9 /ChangeLog
parent644d38570a860f3ed7d478c4ed8965a91e4621a1 (diff)
downloadglibc-1e9522c61c7a544d59db32cb7fbbd42e6793d848.zip
glibc-1e9522c61c7a544d59db32cb7fbbd42e6793d848.tar.gz
glibc-1e9522c61c7a544d59db32cb7fbbd42e6793d848.tar.bz2
nscd: Eliminate compilation time dependency in the build output
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc96371..7ddff74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2017-10-05 Florian Weimer <fweimer@redhat.com>
+
+ nscd: Eliminate compilation time dependency in the build output.
+ * nscd/nscd_stat.c (STATDATA_VERSION)
+ (STATDATA_VERSION_SELINUX_FLAG, STATDATA_VERSION_FLAGS)
+ (STATDATA_VERSION_FULL): New macro definitions.
+ (compilation): Remove.
+ (struct statdata): Adjust version member.
+ (send_stats): Set version from STATDATA_VERSION_FULL.
+ (receive_print_stats): Verify version against STATDATA_VERSION_FULL.
+
2017-10-05 Joseph Myers <joseph@codesourcery.com>
* configure.ac (--enable-add-ons): Remove option.