summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2017-01-18 14:04:18 +0100
committerKarel Zak <kzak@redhat.com>2017-01-18 14:04:18 +0100
commit6ddbece037f707ba9c36553d18d791c556503a0c (patch)
tree527d4a0579b7f788273fd6267056a09b91cdbf6c
parent1d827d88bde402e050ae97a85838cc71473afcf3 (diff)
downloadutil-linux-6ddbece037f707ba9c36553d18d791c556503a0c.tar.gz
docs: update v2.29.1-ReleaseNotes
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--Documentation/releases/v2.29.1-ReleaseNotes84
1 files changed, 84 insertions, 0 deletions
diff --git a/Documentation/releases/v2.29.1-ReleaseNotes b/Documentation/releases/v2.29.1-ReleaseNotes
new file mode 100644
index 000000000..c9774a245
--- /dev/null
+++ b/Documentation/releases/v2.29.1-ReleaseNotes
@@ -0,0 +1,84 @@
+build-sys:
+ - cleanup UL_NCURSES_CHECK [Karel Zak]
+ - don't clean *.img files [Ruediger Meier]
+ - fix empty package release number [Ruediger Meier]
+ - prefer pkg-config for ncurses [Karel Zak]
+ - update package release number during development [Ruediger Meier]
+chrt:
+ - default to SCHED_RR policy [Andreas Henriksson]
+disk-utils/mkfs.minix:
+ - Set ninodes after checking max [Nate Clark]
+docs:
+ - add cross reference to namespaces(7) [Michael Kerrisk (man-pages)]
+ - ionice(1) SEE ALSO add ioprio_set(2) [Michael Kerrisk]
+ - kill(1) Add more detail on use of SIGTERM vs SIGKILL [Michael Kerrisk]
+ - kill(1) Fix section reference for sigqueue(3) and add to SEE ALSO [Michael Kerrisk]
+ - kill(1) Formatting fixes [Michael Kerrisk]
+ - kill(1) Rework notes on thread groups [Michael Kerrisk]
+ - kill(1) Wording fix [Michael Kerrisk]
+ - last(1) Eliminate oddball formatting [Michael Kerrisk]
+ - last(1) SEE ALSO add reference to wtmp(5) [Michael Kerrisk]
+ - lsns(8) SEE ALSO add namespaces(7) [Michael Kerrisk]
+ - mount(8) Wording fix [Michael Kerrisk]
+ - namei(1) SEE ALSO add symlink(7) [Michael Kerrisk]
+ - nsenter(1) Describe the 'file' argument used by namespace options [Michael Kerrisk]
+ - nsenter(1) Formatting fix [Michael Kerrisk]
+ - nsenter(1) add missing 'see also' for --user [Karel Zak]
+ - renice(1) Add SEE ALSO entry for sched(7) [Michael Kerrisk]
+ - renice(1) Add credentials(7) to SEE ALSO [Michael Kerrisk]
+ - renice(1) Remove obsolete BUGS text [Michael Kerrisk]
+ - renice(1) Rework discussion of unprivileged users, [Michael Kerrisk]
+ - taskset(1) Wording fix [Michael Kerrisk]
+ - update AUTHORS file [Karel Zak]
+ - various pages Format pathnames as italic (.I) [Michael Kerrisk]
+ - various pages Use "ID" not "id" in man pages [Michael Kerrisk]
+ - various pages Use "PID" not "pid" in man-pages [Michael Kerrisk]
+ - various pages Use "system call" not "syscall" [Michael Kerrisk]
+ - various pages Use 'UID" and "GID", not "uid" and "gid" in man pages [Michael Kerrisk]
+ - various pages Use consistent terminology (set-user-ID and set-group-ID) [Michael Kerrisk]
+fdisk:
+ - don't be silent when list non-existing device [Karel Zak]
+findmnt:
+ - error on --target /non-exist [Karel Zak]
+hwclock:
+ - don't check for permissions [Karel Zak]
+lib/linux_version:
+ - fix stupid typo [Karel Zak]
+libblkid/minix:
+ - Match minix superblock types [Nate Clark]
+ - Sanity check superblock s_state for v 1 and 2 [Nate Clark]
+ - Use same checks for version 3 [Nate Clark]
+libfdisk:
+ - (gpt) make calculations more robust [Karel Zak]
+ - recount size when apply user device properties [Karel Zak]
+libsmartcols:
+ - add scols_cell_get_alignment() [Karel Zak]
+lscpu:
+ - add aarch64 specific names [Karel Zak]
+lsns:
+ - Fix parser for /proc/<pid>/stat which is including space in comm [OGAWA Hirofumi]
+more:
+ - avoid double free() on exit [Karel Zak]
+po:
+ - merge changes [Karel Zak]
+ - update da.po (from translationproject.org) [Joe Hansen]
+ - update fr.po (from translationproject.org) [Stéphane Aulery]
+ - update pt_BR.po (from translationproject.org) [Rafael Fontenelle]
+sfdisk:
+ - cleanup --dump error messages [Karel Zak]
+ - don't be silent when list non-existing device [Karel Zak]
+sulogin:
+ - bail out from getpasswd(...) on timeout [Andreas Henriksson]
+ - make getpasswd(...) return NULL on ^D [Andreas Henriksson]
+
+- Correctly format page cross references [Michael Kerrisk (man-pages)]
+- Fix formatting errors in page cross references [Michael Kerrisk (man-pages)]
+- Fix page cross references [Michael Kerrisk (man-pages)]
+- Fix reference for scheduling discussion [Michael Kerrisk (man-pages)]
+- Fix section number in lockf() page xref [Michael Kerrisk (man-pages)]
+- Fix typo in page cross reference (capabilities(7), not, capability(7)) [Michael Kerrisk (man-pages)]
+- IPC namespaces also isolate POSIX message queues [Michael Kerrisk (man-pages)]
+- If mtab support is disabled, disable ro/rw mtab checks [Stanislav Brabec]
+- Place SEE ALSO entries in order [Michael Kerrisk (man-pages)]
+- Provide better cross references for namespace concepts [Michael Kerrisk (man-pages)]
+- Replace reference to sigvec(2) with sigaction(2) [Michael Kerrisk (man-pages)]