summaryrefslogtreecommitdiffstats
path: root/Changes.old
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-03-31 06:19:57 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-03-31 06:19:57 +0000
commite47f9a2dc24dda31ac4e47f6e76f91b485db4847 (patch)
tree1f263e39257a76d7c39d8d6724b9ad5881685563 /Changes.old
parent4e5bde9427d729953ef3dc6b13db477d37199a43 (diff)
Start of 2.29
Diffstat (limited to 'Changes.old')
-rw-r--r--Changes.old60
1 files changed, 60 insertions, 0 deletions
diff --git a/Changes.old b/Changes.old
index fd1a7b0ad..64956130a 100644
--- a/Changes.old
+++ b/Changes.old
@@ -3450,3 +3450,63 @@ pthreads.7
mtk
Kernel 2.6.16 eliminated buggy behaviour with respect to
the alternate signal stack.
+
+
+==================== Changes in man-pages-2.28 ====================
+
+Released: 2006-03-31
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Aleksandr Blokhin <sass@altlinux.ru>
+Greg Johnson <gjohnson@lanl.gov>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+
+New pages
+---------
+
+sem_post.3
+sem_getvalue.3
+sem_close.3
+sem_open.3
+sem_destroy.3
+sem_wait.3
+sem_unlink.3
+sem_init.3
+sem_overview.7
+ mtk
+ New pages describing the POSIX semaphores API.
+
+ These pages supercede and provide a superset of the information
+ in the glibc (3thr) "semaphores(3)" manual page.
+
+Changes to individual pages
+---------------------------
+
+ppoll.2
+ Aleksandr Blokhin <sass@altlinux.ru>
+ Fix broken link.
+
+ptrace.2
+ mtk
+ Wrapped long lines (no content changes).
+
+semctl.2
+semget.2
+semop.2
+ mtk
+ Add SEE ALSO pointing to the new sem_overview.7 page.
+
+elf.5
+ Greg Johnson
+ Removed SEE ALSO reference to non-existent core(5).