summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-12-03 14:50:45 +0100
committerBruno Haible <bruno@clisp.org>2011-12-03 14:50:45 +0100
commit97aaf15f6bac2ddf086743f207c8c07a864b3a22 (patch)
treec763a976d51a86db07802bb9579dc51b8dafbd36 /ChangeLog
parent146ac55d8a5825569c84a1be5561cf8a624bfe1f (diff)
downloadgnulib-97aaf15f6bac2ddf086743f207c8c07a864b3a22.tar.gz
Tweak last commit.
* modules/sethostname-tests (Files): Sort by decreasing importance. (configure.ac): Check for geteuid. * tests/test-sethostname.c (main): Emit error messages to stderr. Skip the test when there's nothing to test. Drop an unnecessary cast. Improve an error message. Verify that the final sethostname() call succeeds.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b6763a0d8..4fd7b0dfc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2011-12-03 Bruno Haible <bruno@clisp.org>
+
+ Tweak last commit.
+ * modules/sethostname-tests (Files): Sort by decreasing importance.
+ (configure.ac): Check for geteuid.
+ * tests/test-sethostname.c (main): Emit error messages to stderr. Skip
+ the test when there's nothing to test. Drop an unnecessary cast.
+ Improve an error message. Verify that the final sethostname() call
+ succeeds.
+
2011-12-01 Ben Walton <bwalton@artsci.utoronto.ca>
Add a test suite for the sethostname module.