diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-07-27 08:58:37 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-07-27 08:58:37 +0400 |
commit | ea839a52aebd6a29a8dde70412b0e7b8d68568b4 (patch) | |
tree | 10026e84c8b73d4e5ad6704ab1cb78ea7c63c305 /ChangeLog | |
parent | 6c1662a897fd34b5b0b0174ab83552b016d05e8d (diff) | |
download | shadow-upstream.tar.gz |
Imported Upstream version 4.1.5.1upstream/4.1.5.1upstream
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 133 |
1 files changed, 133 insertions, 0 deletions
@@ -1,3 +1,136 @@ +2012-05-25 Nicolas François <nicolas.francois@centraliens.net> + + * NEWS: Set release date. + +2012-05-25 Nicolas François <nicolas.francois@centraliens.net> + + * man/*.xml: Add author based on copyright statement. + * man/<ll>/*.[1358], man/<ll>/man[1358]/*.[1358], + man/<ll>/Makefile.am: Sort manpages per section as the generated + manpages. + +2012-05-20 Nicolas François <nicolas.francois@centraliens.net> + + * po/shadow.pot, man/po/shadow-man-pages.pot: Regenerated. + * po/*.po, man/po/*.po: Updated PO files. + +2012-05-20 Nicolas François <nicolas.francois@centraliens.net> + + * man/Makefile.am, man/generate_mans.mak: Update clean targets, + due to the generation in separate sub folders. + +2012-05-20 Nicolas François <nicolas.francois@centraliens.net> + + * man/su.1.xml: Document author to avoid warnings during + generation. This needs to be rolled out to other manpages. + * man/generate_mans.mak: Do not add a AUTHOR section in the man + pages. + +2012-05-20 Nicolas François <nicolas.francois@centraliens.net> + + * src/su.c: non PAM enabled versions: do not fail if su is called + without a controlling terminal. Ignore ENXIO errors when opening + /dev/tty. + +2012-05-20 Nicolas François <nicolas.francois@centraliens.net> + + * src/useradd.c: Cleanup, return code 13 no more used. + * man/useradd.8.xml: Document return code 14, and remove return + code 13. + +2012-05-20 Nicolas François <nicolas.francois@centraliens.net> + + * NEWS, man/generate_mans.mak: Generate manpages in man1, man3, + man5, man8 subdirectories. This fix the generation of .so links + which did not point to a path relative to the top-level manual + hierarchy. + * man/generate_mans.mak: Update man paths accordingly. + * man/Makefile.am: Likewise. + * man/da/Makefile.am: Likewise. + * man/de/Makefile.am: Likewise. + * man/fr/Makefile.am: Likewise. + * man/it/Makefile.am: Likewise. + * man/pl/Makefile.am: Likewise. + * man/ru/Makefile.am: Likewise. + * man/sv/Makefile.am: Likewise. + * man/zh_CN/Makefile.am: Likewise. + +2012-05-20 Nicolas François <nicolas.francois@centraliens.net> + + * configure.in: Prepare for next point release 4.1.5.1. + +2012-05-19 Nitin A Kamble <nitin.a.kamble@intel.com> + + * configure.in: Remove deprecated AM_C_PROTOTYPES (no more + supported in automake 1.12). + +2012-05-18 Nicolas François <nicolas.francois@centraliens.net> + + * src/useradd.c: Keep the default file as much as possible to + avoid issue in case of crash. Use link instead of rename. + +2012-05-18 Peter Vrabec <pvrabec@redhat.com> + + * lib/commonio.c: Fix labeling of /etc/{passwd,shadow,group,gshadow}. + It will basically label them with same context as + /etc/{passwd+,shadow+,group+,gshadow+} + +2012-05-18 Nicolas François <nicolas.francois@centraliens.net> + + * src/pwunconv.c: Do not check spw_close() return value (file is + opened readonly). + * src/grpunconv.c: Do not check sgr_close() return value (file is + opened readonly). + +2012-05-18 Nicolas François <nicolas.francois@centraliens.net> + + * NEWS, src/userdel.c: Fix segfault when userdel removes the + user's group. + +2012-05-17 Nicolas François <nicolas.francois@centraliens.net> + + * NEWS, src/login.c: Log in utmp / utmpx / wtmp also when PAM is + enabled. This is not done by pam_lastlog. This was broken on + 2011-07-23. + * NEWS, libmisc/utmp.c: Do not log in wtmp when PAM is enabled. + This is done by pam_lastlog. + +2012-05-17 Christian Perrier <bubulle@Êebian.org> + + * man/po/fr.po: French translation of manpages completed + +2012-05-17 Simon Brandmair <sbrandmair@gmx.net> + + * man/po/de.po: German translation of manpages completed + +2012-02-12 Nicolas François <nicolas.francois@centraliens.net> + + * NEWS: New placeholder for the next release (4.1.5.1 expected) + +2012-02-13 Mike Frysinger <vapier@gentoo.org> + + * src/passwd.c: (non PAM flavour) Report permission denied when + access to /etc/shadow fails with EACCES. + +2012-02-13 Mike Frysinger <vapier@gentoo.org> + + * lib/nscd.c: Add missing newline to error message. + * lib/nscd.c: If nscd is installed but not in use, then running + `nscd -i` will exit(1). We shouldn't warn in this case since this + is not abnormal behavior. + +2012-02-13 Mike Frysinger <vapier@gentoo.org> + + * man/.gitignore: Add generate_mans.deps + +2012-02-13 Mike Frysinger <vapier@gentoo.org> + + * man/grpck.8.xml: Relocate space. + +2012-02-13 Mike Frysinger <vapier@gentoo.org> + + * libmisc/copydir.c: Add missing #include <stdarg.h> + 2012-02-12 Nicolas François <nicolas.francois@centraliens.net> * NEWS: Set release date. |