summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-05-29 22:26:43 -0400
committerUlrich Drepper <drepper@gmail.com>2011-05-29 22:26:43 -0400
commit873ca5046137917ddb6fae7f6cf097d91612d4d6 (patch)
tree0cacfff6094cfd55b9a956f0283f9a088200b1e7 /ChangeLog
parent652ffab11358f8961770792cbbecbaec42c69479 (diff)
Interpret numeric values in shadow file as signed
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f650fbab6c..43ac643a19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2011-05-29 Ulrich Drepper <drepper@gmail.com>
+ [BZ #9706]
+ * shadow/sgetspent_r.c (LINE_PARSER): Interpret nymeric field values
+ as signed.
+
* resolv/res_init.c (res_setoptions): Make the code more compact.
[BZ #11558]