Skip to content

Commit c3b553a

Browse files
committed
Preparing for release of 3.2.4pre2
1 parent eb0b415 commit c3b553a

36 files changed

+39
-39
lines changed

access.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Routines to authenticate access to a daemon (hosts allow/deny).
33
*
44
* Copyright (C) 1998 Andrew Tridgell
5-
* Copyright (C) 2004-2021 Wayne Davison
5+
* Copyright (C) 2004-2022 Wayne Davison
66
*
77
* This program is free software; you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

acls.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (C) 1996 Andrew Tridgell
55
* Copyright (C) 1996 Paul Mackerras
6-
* Copyright (C) 2006-2021 Wayne Davison
6+
* Copyright (C) 2006-2022 Wayne Davison
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

backup.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Backup handling code.
33
*
44
* Copyright (C) 1999 Andrew Tridgell
5-
* Copyright (C) 2003-2021 Wayne Davison
5+
* Copyright (C) 2003-2022 Wayne Davison
66
*
77
* This program is free software; you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

clientname.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (C) 1992-2001 Andrew Tridgell <tridge@samba.org>
55
* Copyright (C) 2001, 2002 Martin Pool <mbp@samba.org>
6-
* Copyright (C) 2002-2021 Wayne Davison
6+
* Copyright (C) 2002-2022 Wayne Davison
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

clientserver.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (C) 1998-2001 Andrew Tridgell <tridge@samba.org>
55
* Copyright (C) 2001-2002 Martin Pool <mbp@samba.org>
6-
* Copyright (C) 2002-2021 Wayne Davison
6+
* Copyright (C) 2002-2022 Wayne Davison
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

flist.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright (C) 1996 Andrew Tridgell
55
* Copyright (C) 1996 Paul Mackerras
66
* Copyright (C) 2001, 2002 Martin Pool <mbp@samba.org>
7-
* Copyright (C) 2002-2021 Wayne Davison
7+
* Copyright (C) 2002-2022 Wayne Davison
88
*
99
* This program is free software; you can redistribute it and/or modify
1010
* it under the terms of the GNU General Public License as published by

generator.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright (C) 1996-2000 Andrew Tridgell
55
* Copyright (C) 1996 Paul Mackerras
66
* Copyright (C) 2002 Martin Pool <mbp@samba.org>
7-
* Copyright (C) 2003-2021 Wayne Davison
7+
* Copyright (C) 2003-2022 Wayne Davison
88
*
99
* This program is free software; you can redistribute it and/or modify
1010
* it under the terms of the GNU General Public License as published by

ifuncs.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Inline functions for rsync.
22
*
3-
* Copyright (C) 2007-2021 Wayne Davison
3+
* Copyright (C) 2007-2022 Wayne Davison
44
*
55
* This program is free software; you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

itypes.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Inline functions for rsync.
22
*
3-
* Copyright (C) 2007-2021 Wayne Davison
3+
* Copyright (C) 2007-2022 Wayne Davison
44
*
55
* This program is free software; you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

lib/sysxattrs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Extended attribute support for rsync.
33
*
44
* Copyright (C) 2004 Red Hat, Inc.
5-
* Copyright (C) 2003-2020 Wayne Davison
5+
* Copyright (C) 2003-2022 Wayne Davison
66
* Written by Jay Fenlason.
77
*
88
* This program is free software; you can redistribute it and/or modify

log.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (C) 1998-2001 Andrew Tridgell <tridge@samba.org>
55
* Copyright (C) 2000-2001 Martin Pool <mbp@samba.org>
6-
* Copyright (C) 2003-2021 Wayne Davison
6+
* Copyright (C) 2003-2022 Wayne Davison
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright (C) 1996-2001 Andrew Tridgell <tridge@samba.org>
55
* Copyright (C) 1996 Paul Mackerras
66
* Copyright (C) 2001, 2002 Martin Pool <mbp@samba.org>
7-
* Copyright (C) 2003-2021 Wayne Davison
7+
* Copyright (C) 2003-2022 Wayne Davison
88
*
99
* This program is free software; you can redistribute it and/or modify
1010
* it under the terms of the GNU General Public License as published by

packaging/lsb/rsync.spec

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Summary: A fast, versatile, remote (and local) file-copying tool
22
Name: rsync
33
Version: 3.2.4
4-
%define fullversion %{version}pre1
5-
Release: 0.1.pre1
4+
%define fullversion %{version}pre2
5+
Release: 0.1.pre2
66
%define srcdir src-previews
77
Group: Applications/Internet
88
License: GPL
@@ -79,8 +79,8 @@ rm -rf $RPM_BUILD_ROOT
7979
%dir /etc/rsync-ssl/certs
8080

8181
%changelog
82-
* Sun Jan 02 2022 Wayne Davison <wayne@opencoder.net>
83-
Released 3.2.4pre1.
82+
* Sat Jan 15 2022 Wayne Davison <wayne@opencoder.net>
83+
Released 3.2.4pre2.
8484

8585
* Fri Mar 21 2008 Wayne Davison <wayne@opencoder.net>
8686
Added installation of /etc/xinetd.d/rsync file and some commented-out

progress.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright (C) 1996-2000 Andrew Tridgell
55
* Copyright (C) 1996 Paul Mackerras
66
* Copyright (C) 2001, 2002 Martin Pool <mbp@samba.org>
7-
* Copyright (C) 2003-2020 Wayne Davison
7+
* Copyright (C) 2003-2022 Wayne Davison
88
*
99
* This program is free software; you can redistribute it and/or modify
1010
* it under the terms of the GNU General Public License as published by

receiver.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (C) 1996-2000 Andrew Tridgell
55
* Copyright (C) 1996 Paul Mackerras
6-
* Copyright (C) 2003-2021 Wayne Davison
6+
* Copyright (C) 2003-2022 Wayne Davison
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

rsync.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (C) 1996 Andrew Tridgell
55
* Copyright (C) 1996 Paul Mackerras
6-
* Copyright (C) 2003-2021 Wayne Davison
6+
* Copyright (C) 2003-2022 Wayne Davison
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

rsync.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright (C) 1996, 2000 Andrew Tridgell
33
* Copyright (C) 1996 Paul Mackerras
44
* Copyright (C) 2001, 2002 Martin Pool <mbp@samba.org>
5-
* Copyright (C) 2003-2021 Wayne Davison
5+
* Copyright (C) 2003-2022 Wayne Davison
66
*
77
* This program is free software; you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

runtests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/sh
22

33
# Copyright (C) 2001, 2002 by Martin Pool <mbp@samba.org>
4-
# Copyright (C) 2003-2021 Wayne Davison
4+
# Copyright (C) 2003-2022 Wayne Davison
55

66
# This program is free software; you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License version

sender.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (C) 1996 Andrew Tridgell
55
* Copyright (C) 1996 Paul Mackerras
6-
* Copyright (C) 2003-2021 Wayne Davison
6+
* Copyright (C) 2003-2022 Wayne Davison
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

syscall.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Copyright (C) 1998 Andrew Tridgell
66
* Copyright (C) 2002 Martin Pool
7-
* Copyright (C) 2003-2021 Wayne Davison
7+
* Copyright (C) 2003-2022 Wayne Davison
88
*
99
* This program is free software; you can redistribute it and/or modify
1010
* it under the terms of the GNU General Public License as published by

t_stub.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* functions, so that module test harnesses can run standalone.
44
*
55
* Copyright (C) 2001, 2002 Martin Pool <mbp@samba.org>
6-
* Copyright (C) 2003-2021 Wayne Davison
6+
* Copyright (C) 2003-2022 Wayne Davison
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

testsuite/backup.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2004-2021 Wayne Davison
3+
# Copyright (C) 2004-2022 Wayne Davison
44

55
# This program is distributable under the terms of the GNU GPL (see
66
# COPYING).

testsuite/chmod-temp-dir.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2004-2021 Wayne Davison
3+
# Copyright (C) 2004-2022 Wayne Davison
44

55
# This program is distributable under the terms of the GNU GPL (see
66
# COPYING).

testsuite/chmod.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2004-2021 Wayne Davison
3+
# Copyright (C) 2004-2022 Wayne Davison
44

55
# This program is distributable under the terms of the GNU GPL (see
66
# COPYING).

testsuite/compare-dest.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2004-2021 Wayne Davison
3+
# Copyright (C) 2004-2022 Wayne Davison
44

55
# This program is distributable under the terms of the GNU GPL (see
66
# COPYING).

testsuite/delete.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2005-2021 Wayne Davison
3+
# Copyright (C) 2005-2022 Wayne Davison
44

55
# This program is distributable under the terms of the GNU GPL (see
66
# COPYING).

testsuite/exclude.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2003-2021 Wayne Davison
3+
# Copyright (C) 2003-2022 Wayne Davison
44

55
# This program is distributable under the terms of the GNU GPL (see
66
# COPYING).

testsuite/fuzzy.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2005-2021 Wayne Davison
3+
# Copyright (C) 2005-2022 Wayne Davison
44

55
# This program is distributable under the terms of the GNU GPL (see
66
# COPYING).

testsuite/itemize.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2005-2021 Wayne Davison
3+
# Copyright (C) 2005-2022 Wayne Davison
44

55
# This program is distributable under the terms of the GNU GPL (see
66
# COPYING).

testsuite/merge.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2004-2021 Wayne Davison
3+
# Copyright (C) 2004-2022 Wayne Davison
44

55
# This program is distributable under the terms of the GNU GPL (see
66
# COPYING).

testsuite/wildmatch.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2003-2021 Wayne Davison
3+
# Copyright (C) 2003-2022 Wayne Davison
44

55
# This program is distributable under the terms of the GNU GPL (see
66
# COPYING).

tls.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Trivial ls for comparing two directories after running an rsync.
33
*
44
* Copyright (C) 2001, 2002 Martin Pool <mbp@samba.org>
5-
* Copyright (C) 2003-2021 Wayne Davison
5+
* Copyright (C) 2003-2022 Wayne Davison
66
*
77
* This program is free software; you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

token.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (C) 1996 Andrew Tridgell
55
* Copyright (C) 1996 Paul Mackerras
6-
* Copyright (C) 2003-2021 Wayne Davison
6+
* Copyright (C) 2003-2022 Wayne Davison
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

util1.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright (C) 1996-2000 Andrew Tridgell
55
* Copyright (C) 1996 Paul Mackerras
66
* Copyright (C) 2001, 2002 Martin Pool <mbp@samba.org>
7-
* Copyright (C) 2003-2021 Wayne Davison
7+
* Copyright (C) 2003-2022 Wayne Davison
88
*
99
* This program is free software; you can redistribute it and/or modify
1010
* it under the terms of the GNU General Public License as published by

version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define RSYNC_VERSION "3.2.4pre1"
1+
#define RSYNC_VERSION "3.2.4pre2"

xattrs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Written by Jay Fenlason, vaguely based on the ACLs patch.
44
*
55
* Copyright (C) 2004 Red Hat, Inc.
6-
* Copyright (C) 2006-2021 Wayne Davison
6+
* Copyright (C) 2006-2022 Wayne Davison
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)