From 9e2c2536f5a49ff7385ff17f0866ef1489bed671 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Fri, 2 Apr 2010 06:42:20 -0400 Subject: cifs-utils: bump version to 4.2 - fix URL's and email addresses - update copyright notices Signed-off-by: Jeff Layton --- README | 4 ++-- cifs.upcall.c | 6 +++--- configure.ac | 2 +- mount.cifs.c | 1 + 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README b/README index 6a00c68..f0af1d3 100644 --- a/README +++ b/README @@ -5,9 +5,9 @@ separate package. 0. PROJECT RESOURCES - Home page: http://linux-cifs.samba.org/ + Home page: http://linux-cifs.samba.org/cifs-utils/ Mailing list: linux-cifs-client@lists.samba.org - Maintainer: Jeff Layton + Maintainer: cifs-utils@samba.org Git Repository: git://git.samba.org/cifs-utils.git 1. COMPILING diff --git a/cifs.upcall.c b/cifs.upcall.c index b1888ec..d4376cc 100644 --- a/cifs.upcall.c +++ b/cifs.upcall.c @@ -1,7 +1,7 @@ /* * CIFS user-space helper. * Copyright (C) Igor Mammedov (niallain@gmail.com) 2007 -* Copyright (C) Jeff Layton (jlayton@redhat.com) 2009 +* Copyright (C) Jeff Layton (jlayton@samba.org) 2010 * * Used by /sbin/request-key for handling * cifs upcall for kerberos authorization of access to share and @@ -9,8 +9,8 @@ * You should have keyutils installed and add something like the * following lines to /etc/request-key.conf file: -create cifs.spnego * * /usr/local/sbin/cifs.upcall %k -create dns_resolver * * /usr/local/sbin/cifs.upcall %k + create cifs.spnego * * /usr/local/sbin/cifs.upcall %k + create dns_resolver * * /usr/local/sbin/cifs.upcall %k * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/configure.ac b/configure.ac index 4c5f973..b621750 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([cifs-utils], [4.1], [jlayton@samba.org], [cifs-utils], [http://samba.org/linux-cifs/cifs-utils/]) +AC_INIT([cifs-utils], [4.2], [cifs-utils@samba.org], [cifs-utils], [http://linux-cifs.samba.org/cifs-utils/]) AC_CONFIG_SRCDIR([replace.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile]) diff --git a/mount.cifs.c b/mount.cifs.c index 5150dae..ab155e3 100644 --- a/mount.cifs.c +++ b/mount.cifs.c @@ -2,6 +2,7 @@ * Mount helper utility for Linux CIFS VFS (virtual filesystem) client * Copyright (C) 2003,2008 Steve French (sfrench@us.ibm.com) * Copyright (C) 2008 Jeremy Allison (jra@samba.org) + * Copyright (C) 2010 Jeff Layton (jlayton@samba.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- cgit v1.2.3