Linux CIFS filesystem development
 help / color / mirror / Atom feed
From: Jeff Layton <jlayton-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org>
To: linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	samba-w/Ol4Ecudpl8XjKLYN78aQ@public.gmane.org,
	samba-technical-w/Ol4Ecudpl8XjKLYN78aQ@public.gmane.org
Subject: ANNOUNCE: cifs-utils release 6.5 ready for download
Date: Mon, 22 Feb 2016 11:22:32 -0500	[thread overview]
Message-ID: <20160222112232.7b181f28@tlielax.poochiereds.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 3687 bytes --]

Nothing Earth-shattering here, but it has been quite some time (well
over a year!) since the last release.

There has been little activity other than a few minor bugfixes. But,
this is probably a reasonable time to do a release that to make things
easier on the packaging folks:

webpage:    https://wiki.samba.org/index.php/LinuxCIFS_utils
tarball:    ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/
git:        git://git.samba.org/cifs-utils.git
gitweb:     http://git.samba.org/?p=cifs-utils.git;a=summary

Here is a detailed list of changes since 6.4 was released:

commit d21675b34a77868cac7e0131ddac79a32d8809ba
Author: Jeff Layton <jlayton-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org>
Date:   Mon Dec 8 06:09:44 2014 -0500

    autoconf: set version to 6.4.1 for interim builds
    
    Signed-off-by: Jeff Layton <jlayton-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org>

commit 6603cef0f06c450196a1bca06bb143d8fcda5651
Author: Felix Janda <felix.janda-1KBjaw7Xf1+zQB+pC5nmwQ@public.gmane.org>
Date:   Fri Dec 5 23:19:29 2014 +0100

    mtab.c: include <paths.h> for _PATH_MOUNTED
    
    Signed-off-by: Felix Janda <felix.janda-1KBjaw7Xf1+zQB+pC5nmwQ@public.gmane.org>

commit dd13ac8a25d409a0d3d068b5b2b96f921f2613f2
Author: Uri Simchoni <urisimchoni-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Date:   Thu Nov 19 21:48:15 2015 +0200

    manpage: clarify use of backupuid and backupgid in mount.cifs.8
    
    Assert that backup intent shall only be attempted if the user matches
    the backupuid or backupgid parameter.
    
    Signed-off-by: Uri Simchoni <uri-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org>
    Signed-off-by: Jeff Layton <jlayton-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org>

commit be5046ae3fabca17f19672f7b4019efb6a869298
Author: Karel Zak <kzak-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Date:   Thu Jan 7 11:02:49 2016 +0100

    mount.cifs: ignore x-* mount options
    
    x-* prefix is used for userspace mount options and it's pretty
    commonly used to extend fstab configuration in systemd world (e.g.
    x-systemd.automount). These options is necessary to ignored.
    
    The command mount(8) does not pass x-* mount options to mount.<type>
    helpers, but in some use-cases it's possible that the cifs helper reads
    mount options from fstab or users directly call mount.cifs and copy & past
    mount options, etc.
    
    This patch marks all options prefixed by "x-" as OPT_IGNORE to make
    things more robust for end-users. We already uses the same concept for
    _netdev.
    
    Signed-off-by: Karel Zak <kzak-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
    Signed-off-by: Jeff Layton <jlayton-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org>

commit 7b2b35586d10c04f501222701c3382455a07ff9e
Author: Sachin Prabhu <sprabhu-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Date:   Fri Jan 8 17:54:39 2016 +0530

    autoconf: Use $(DEFS) when building idmapwb.so and pam_cifscreds.so
    
    We should pass the macros defined in $(DEFS) when building idmapwb.so
    and pam_cifscreds.so. The autoconf process sets the macro HAVE_CONFIG_H
    using the $(DEFS) variable. This macro has to be defined to allow the
    source files to include config.h
    
    Signed-off-by: Sachin Prabhu <sprabhu-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>

commit 7edaddd4d91cdb06a55f25fd66c609c4c43168f8
Author: Jeff Layton <jlayton-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org>
Date:   Mon Feb 22 10:31:25 2016 -0500

    autoconf: set version to 6.5
    
    Signed-off-by: Jeff Layton <jlayton-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org>

-- 
Jeff Layton <jlayton-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org>

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

                 reply	other threads:[~2016-02-22 16:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160222112232.7b181f28@tlielax.poochiereds.net \
    --to=jlayton-eunubhrolfbytjvyw6ydsg@public.gmane.org \
    --cc=linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=samba-technical-w/Ol4Ecudpl8XjKLYN78aQ@public.gmane.org \
    --cc=samba-w/Ol4Ecudpl8XjKLYN78aQ@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox