Hello community,

here is the log from the commit of package man-pages for openSUSE:Factory 
checked in at 2012-11-08 21:50:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/man-pages (Old)
 and      /work/SRC/openSUSE:Factory/.man-pages.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "man-pages", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/man-pages/man-pages.changes      2012-08-31 
09:44:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.man-pages.new/man-pages.changes 2012-11-08 
21:50:46.000000000 +0100
@@ -1,0 +2,135 @@
+Thu Nov  1 09:41:20 CET 2012 - [email protected]
+
+- update to version 3.43
+  * Newly documented interfaces in existing pages
+      getenv.3
+        Document secure_getenv(3)
+  * New and changed links
+      phys.2
+        New link to unimplemented.2
+      secure_getenv.3
+        New link to getenv.3
+  * Global changes
+  * Various pages
+        Global fix: s/-/\\-/ when real hyphen is required (e.g., in code)
+  * Various pages
+        Global fix: Various consistency fixes for SEE ALSO
+  * Various pages
+        Global fix: use "Linux kernel source" consistently
+            Rather than "kernel source".
+  * Various pages
+        Global fix: disable justification and hyphenation in SEE ALSO
+            For a better visual result, disable justification and hyphenation
+            in SEE ALSO where page names are long.
+  * Changes to individual pages
+      epoll_wait.2
+        Describe timeout limitation in kernels < 2.6.37
+            As reported by Fredrik (and as far as I can tell the problem
+            went back to 2.6.0):
+            The timeout argument has an upper limit. Any values above that
+            limit are treated the same as -1, i.e. to wait indefinitely.
+            The limit is given by:
+                #define EP_MAX_MSTIMEO min(1000ULL * MAX_SCHEDULE_TIMEOUT / 
HZ, \
+                (LONG_MAX - 999ULL) / HZ)
+            That is, the limit depends on the size of a long and the timer
+            frequency.  Assuming the a long is never smaller than 32 bits
+            and HZ never larger than 1000, the worst case is 35 minutes.
+            I think this should be mentioned under "BUGS".
+            Although this is likely to be fixed in the future
+            (http://lkml.org/lkml/2010/8/8/144), the problem exists in
+            at least 2.6.14 - 2.6.35. I don't know if select(2) and poll(2)
+            are affected.
+            https://bugzilla.kernel.org/show_bug.cgi?id=20762
+        Add pointer to select(2) for discussion of close in another thread
+      getitimer.2
+        Note Linux's odd handling of the new_value==NULL case
+        Fix types used to declare fields in timeval struct
+      keyctl.2
+        Reorder SEE ALSO, without .br
+      poll.2
+        Add pointer to select(2) for discussion of close in another thread
+      select.2
+        Note behavior if monitored file descriptor is closed in another thread
+            Executive summary: a sane application can't rely on any
+            particular behavior if another thread closes a file descriptor
+            being monitored by select().
+            See https://bugzilla.kernel.org/show_bug.cgi?id=40852
+        Clarify equivalent pselect() code in terms of threads
+            s/sigprogmask/pthread_sigmask/
+      semop.2
+        Recast discussion of blocking behavior in terms of threads
+            semop() blocks the calling thread, not the process.
+        SEE ALSO: Add clone(2)
+            Give reader a clue about CLONE_SYSVSEM.
+      shutdown.2
+        Document EINVAL error (and associated bug)
+            Eric Dumazet noted that EINVAL was not documented. Some further
+            digging shows that it's also not diagnosed consistently.
+            See https://bugzilla.kernel.org/show_bug.cgi?id=47111.
+      sigaction.2
+        Tweak SA_RESETHAND description
+      syscalls.2, uname.2, boot.7
+        Global fix: s/OS/operating system/
+      timer_settime.2
+        Small rewording around discussion of pointer arguments
+      wait4.2
+        Note that these functions are nonstandard and recommend alternatives
+            Some edits to Adrian's path by mtk.
+        CONFORMING TO: Note SUS details for wait3()
+      gnu_get_libc_version.3
+        Remove unneeded "#define _GNU_SOURCE" from SYNOPSIS
+      pthread_kill.3, pthread_sigqueue.3
+        Remove wording "another"
+            Writing "another thread" in these pages implies that these
+            functions can't be used to send a signal to the calling thread
+            itself, which is of course untrue.
+      sigvec.3
+        Add "int" arg to sv_handler definition in sigvec structure
+        Fix small error in discussion of blocking of signals
+            The signal that causes the handler to be invoked is blocked,
+            but saying "by default" implies that this can be changed via
+            the API. It cannot. (One needs sigaction(2) for that.)
+      syslog.3
+        Remove (apparently bogus) text claiming LOG_AUTH is deprecated
+            LOG_AUTH is in POSIX, and widely available. There
+            seems to be no basis to the claim it is deprecated.
+            Quoting Simon:
+                I cannot find any other source that claim LOG_AUTH is
+                deprecated in any way.  LOG_AUTH is distinct from
+                LOG_AUTHPRIV.  The GNU C Library manual only documents
+                LOG_AUTH.  The header files contains both without any
+                comment.  Common systems like Debian appear to refer to
+                both auth and authpriv facilities in syslog configurations.
+                Popular daemons appear to use both facilities.
+                Both facilities are discussed in several RFCs.
+            See https://bugzilla.kernel.org/show_bug.cgi?id=46091
+      ttyname.3
+        SEE ALSO: Add ctermid(3)
+      proc.5
+        Clarify header file related to 'flags' field of /proc/PID/stat
+        Update description of 'starttime' field of /proc/PID/stat
+            The unit of measurement changed from jiffies to clock ticks in
+            Linux 2.6.
+            See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675891
+        Document /proc/sys/kernel/kptr_restrict
+        Document /proc/sys/fs/protected_symlinks
+            Based on text in Documentation/sysctl/fs.txt by Kees Cook
+        Document /proc/sys/fs/protected_hardlinks
+            Based on text in Documentation/sysctl/fs.txt by Kees Cook
+      capabilities.7
+        Document interaction of CAP_SYSLOG and /proc/sys/kernel/kptr_restrict
+      ip.7
+        SEE ALSO: Add ipv6(7)
+        SEE ALSO: Add icmp(7)
+      man-pages.7
+        Add some advice about disabling hyphenation in SEE ALSO
+      ld.so.8
+        Describe interpretation of slashes in dependency strings
+        Repeat note that LD_LIBRARY_PATH is ignored in privileged programs
+            This point is already noted when discussing search order for
+            libraries, but it's worth repeating under the specific discussion
+            of LD_LIBRARY_PATH further down the page.
+        Add some details for LD_PRELOAD
+        Note that LD_PRELOAD list separator can be space or colon
+
+-------------------------------------------------------------------

Old:
----
  man-pages-3.42.tar.bz2

New:
----
  man-pages-3.43.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ man-pages.spec ++++++
--- /var/tmp/diff_new_pack.B9hcW3/_old  2012-11-08 21:50:47.000000000 +0100
+++ /var/tmp/diff_new_pack.B9hcW3/_new  2012-11-08 21:50:47.000000000 +0100
@@ -19,7 +19,7 @@
 Name:           man-pages
 BuildRequires:  fdupes
 Url:            http://www.kernel.org/doc/man-pages/download.html
-Version:        3.42
+Version:        3.43
 Release:        0
 Summary:        Linux  Manual Pages
 License:        BSD-3-Clause and GPL-2.0+ and MIT

++++++ man-pages-3.42.tar.bz2 -> man-pages-3.43.tar.bz2 ++++++
++++ 15051 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to