summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 11 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ff4b959a3..a07256a0aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-10-12 Bruno Haible <bruno@clisp.org>
+
+ all: Write "Solaris 11.0" instead of "Solaris 11 2011-11".
+
2017-10-10 Bruno Haible <bruno@clisp.org>
doc: Improve doc about ioctl.
@@ -21641,7 +21645,7 @@ o Test only that noncanonical values do not cause crashes, not that
2012-02-19 Bruno Haible <bruno@clisp.org>
- acl: Fix copy-acl test failure on Solaris 11 2011-11.
+ acl: Fix copy-acl test failure on Solaris 11.0.
* lib/file-has-acl.c (NEW_ACE_WRITEA_DATA): New macro.
(acl_ace_nontrivial): Relax the restrictions on access_masks[] so
that this function returns 0 in some more cases.
@@ -22597,13 +22601,13 @@ o Test only that noncanonical values do not cause crashes, not that
2012-01-08 Bruno Haible <bruno@clisp.org>
- setlocale tests: Avoid test failure on Solaris 11 2011-11.
+ setlocale tests: Avoid test failure on Solaris 11.0.
* tests/test-setlocale2.sh: Use 'env' to set the LC_ALL environment
variable.
2012-01-08 Bruno Haible <bruno@clisp.org>
- posix_spawn_file_actions_addopen: Work around Solaris 11 2011-11 bug.
+ posix_spawn_file_actions_addopen: Work around Solaris 11.0 bug.
* m4/spawn_h.m4 (gl_SPAWN_H_DEFAULTS): Initialize
REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN.
* m4/posix_spawn.m4 (gl_FUNC_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN): New
@@ -22623,7 +22627,7 @@ o Test only that noncanonical values do not cause crashes, not that
2012-01-08 Bruno Haible <bruno@clisp.org>
- posix_spawn_file_actions_adddup2: Work around Solaris 11 2011-11 bug.
+ posix_spawn_file_actions_adddup2: Work around Solaris 11.0 bug.
* m4/spawn_h.m4 (gl_SPAWN_H_DEFAULTS): Initialize
REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2.
* m4/posix_spawn.m4 (gl_FUNC_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2): New
@@ -22643,7 +22647,7 @@ o Test only that noncanonical values do not cause crashes, not that
2012-01-08 Bruno Haible <bruno@clisp.org>
- posix_spawn_file_actions_addclose: Work around Solaris 11 2011-11 bug.
+ posix_spawn_file_actions_addclose: Work around Solaris 11.0 bug.
* m4/spawn_h.m4 (gl_SPAWN_H_DEFAULTS): Initialize
REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE.
* m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Define
@@ -22664,8 +22668,8 @@ o Test only that noncanonical values do not cause crashes, not that
2012-01-08 Bruno Haible <bruno@clisp.org>
- doc: Update for Solaris 11 2011-11.
- * doc/*/*.texi: Mention Solaris 11 2011-11 where appropriate.
+ doc: Update for Solaris 11.0.
+ * doc/*/*.texi: Mention Solaris 11.0 where appropriate.
* m4/printf.m4: Update comments.
2012-01-08 Bruno Haible <bruno@clisp.org>