+ add line break in changelog entries to distinguish change log of multiple

versions.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=32
This commit is contained in:
Suresh Jayaraman 2011-03-08 15:46:28 +00:00 committed by Git OBS Bridge
parent a1e304b6a6
commit 07b43b10a3

View File

@ -6,6 +6,9 @@ Tue Mar 8 08:51:37 UTC 2011 - sjayaraman@suse.de
+ mount.cifs: fix possible use of uninitialized variable.
+ mount.cifs: reacquire CAP_DAC_READ_SEARCH before calling mount(2).
+ mount.cifs: fix handling of scopeid in resolve_host.
+ fix mis-generated autoconf files.
+ mount.cifs: manpage: add entry for "actimeo" option.
+ cifs-utils: rewrite hardcoded paths in manpages.
+ cifs-utils: fixes for manpage pathname replacement scheme.
@ -19,6 +22,7 @@ Tue Mar 8 08:51:37 UTC 2011 - sjayaraman@suse.de
+ cifs.upcall: clean up key description decoding routine.
+ cifs.upcall: add keytab support for unattended mounts.
+ mount.cifs: add cruid= mount option.
+ manpage: add mount.cifs manpage entry for "multiuser" option.
+ mount.cifs: reinstate ip= as an override for address resolution.
+ mount.cifs: use monotonic time for timeouts.