Skip to content

Commit 9a06b2e

Browse files
committed
Preparing for release of 3.3.0pre1 [buildall]
1 parent 273dced commit 9a06b2e

10 files changed

+15
-15
lines changed

checksum.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) 2004-2022 Wayne Davison
6+
* Copyright (C) 2004-2023 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

fileio.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (C) 1998 Andrew Tridgell
55
* Copyright (C) 2002 Martin Pool
6-
* Copyright (C) 2004-2020 Wayne Davison
6+
* Copyright (C) 2004-2023 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-2022 Wayne Davison
7+
* Copyright (C) 2002-2023 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-2022 Wayne Davison
7+
* Copyright (C) 2003-2023 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

latest-year.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define LATEST_YEAR "2022"
1+
#define LATEST_YEAR "2023"

match.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-2022 Wayne Davison
6+
* Copyright (C) 2003-2023 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

options.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, 2002 Martin Pool <mbp@samba.org>
6-
* Copyright (C) 2002-2022 Wayne Davison
6+
* Copyright (C) 2002-2023 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

packaging/lsb/rsync.spec

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Summary: A fast, versatile, remote (and local) file-copying tool
22
Name: rsync
3-
Version: 3.2.7
4-
%define fullversion %{version}
5-
Release: 1
6-
%define srcdir src
3+
Version: 3.3.0
4+
%define fullversion %{version}pre1
5+
Release: 0.1.pre1
6+
%define srcdir src-previews
77
Group: Applications/Internet
88
License: GPL
99
Source0: https://rsync.samba.org/ftp/rsync/%{srcdir}/rsync-%{fullversion}.tar.gz
@@ -79,8 +79,8 @@ rm -rf $RPM_BUILD_ROOT
7979
%dir /etc/rsync-ssl/certs
8080

8181
%changelog
82-
* Thu Oct 20 2022 Wayne Davison <wayne@opencoder.net>
83-
Released 3.2.7.
82+
* Sat Apr 29 2023 Wayne Davison <wayne@opencoder.net>
83+
Released 3.3.0pre1.
8484

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

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-2022 Wayne Davison
6+
* Copyright (C) 2003-2023 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

version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#define RSYNC_VERSION "3.2.7"
1+
#define RSYNC_VERSION "3.3.0pre1"
22
#define MAINTAINER_TZ_OFFSET -7.0

0 commit comments

Comments
 (0)