summaryrefslogtreecommitdiffstats
path: root/Changes.old
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-07-06 09:26:44 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-07-06 09:26:44 +0000
commit22b4ce266530c74a47826219494e8d078afd0992 (patch)
tree6b1dad965d6e1d187c8bf84348f2dea0c9349967 /Changes.old
parent363ed239035a2ff37427086c0d2532a5eba215e7 (diff)
Start of 2.36
Diffstat (limited to 'Changes.old')
-rw-r--r--Changes.old92
1 files changed, 92 insertions, 0 deletions
diff --git a/Changes.old b/Changes.old
index b7ac2a9fd..d09a1a803 100644
--- a/Changes.old
+++ b/Changes.old
@@ -4594,4 +4594,96 @@ man.7
Add SEE ALSO referring to groff_man(7).
Debian bug 369253.
+
+==================== Changes in man-pages-2.35 ====================
+
+Released: 2006-07-06
+
+Contributors
+------------
+
+The following people contributed notes, ideas, or patches that have
+been incorporated in changes in this release:
+
+Alain Portal <aportal@univ-montp2.fr>
+Andi Kleen <ak@suse.de>
+Andrew Morton <akpm@osdl.org>
+Bauke Jan Douma <bjdouma@xs4all.nl>
+Davide Libenzi <davidel@xmailserver.org>
+Denis Barbier <barbier@linuxfr.org>
+Horacio Rodriguez Montero <Horacio.Rodriguez.Montero@galinter.com.ar>
+Johan Lithander <johan.lithander@teligent.se>
+Justin Pryzby <justinpryzby@users.sourceforge.net>
+Mike Frysinger <vapier@gentoo.org>
+Stefan Puiu <stefanpuiuro@yahoo.com>
+Thorsten Kukuk <kukuk@suse.de>
+
+Apologies if I missed anyone!
+
+
+Global changes
+--------------
+
+Typographical or grammatical errors have been corrected in several
+places.
+
+New pages
+---------
+
+sync_file_range.2
+ Andrew Morton / mtk
+ New page for sync_file_range(2), new in kernel 2.6.17.
+
+Changes to individual pages
+---------------------------
+
+adjtime.3
+ mtk
+ Noted BUG that occurs if 'delta' is specified as NULL.
+ See http://bugzilla.kernel.org/show_bug.cgi?id=6761
+
+bind.2
+ Stefan Puiu
+ Add EADDRNOTAVAIL error.
+ Stefan Puiu / mtk
+ Make example code more complete.
+
+epoll_ctl.2
+ mtk / Davide Libenzi
+ Added EPOLLRDHUP description.
+ mtk
+ Added SEE ALSO referring to poll.2.
+
+poll.2
+ mtk / Davide Libenzi
+ Added POLLRDHUP description.
+ mtk
+ The correct header file is <poll.h>, not <sys/poll.h>.
+ Rewrote and reformatted various other parts.
+
+readlink.2
+ mtk
+ Nowadays, readlink() returns 'ssize_t', as required in
+ POSIX.1-2001.
+
+wavelan.4
+ mtk
+ Added license statement.
+
+nscd.conf.5
+ Thorsten Kukuk
+ Add documentation for various new fields.
+
+passwd.5
+ Horacio Rodriguez Montero
+ Add explanation of 'x' character in 'password' field.
+ mtk
+ The proper name of "*" is "asterisk" not "star".
+
+tcp.7
+ Johan Lithander
+ Update RFC reference for ECN.
+ Andi Kleen
+ Add sentence on "low memory" limit for tcp_mem on 32-bit systems.
+