Skip to content

Commit

Permalink
Preparing for release of 3.3.0 [buildall]
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneD committed Apr 6, 2024
1 parent 079e74a commit 6c8ca91
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
@@ -1,4 +1,4 @@
# NEWS for rsync 3.3.0 (UNRELEASED)
# NEWS for rsync 3.3.0 (6 Apr 2024)

## Changes in this version:

Expand Down Expand Up @@ -4762,7 +4762,7 @@

| RELEASE DATE | VER. | DATE OF COMMIT\* | PROTOCOL |
|--------------|--------|------------------|-------------|
| ?? May 2023 | 3.3.0 | | 31 |
| 06 Apr 2024 | 3.3.0 | | 31 |
| 20 Oct 2022 | 3.2.7 | | 31 |
| 09 Sep 2022 | 3.2.6 | | 31 |
| 14 Aug 2022 | 3.2.5 | | 31 |
Expand Down
2 changes: 1 addition & 1 deletion delete.c
Expand Up @@ -4,7 +4,7 @@
* Copyright (C) 1996-2000 Andrew Tridgell
* Copyright (C) 1996 Paul Mackerras
* Copyright (C) 2002 Martin Pool <mbp@samba.org>
* Copyright (C) 2003-2023 Wayne Davison
* Copyright (C) 2003-2024 Wayne Davison
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion exclude.c
Expand Up @@ -4,7 +4,7 @@
* Copyright (C) 1996-2001 Andrew Tridgell <tridge@samba.org>
* Copyright (C) 1996 Paul Mackerras
* Copyright (C) 2002 Martin Pool
* Copyright (C) 2003-2022 Wayne Davison
* Copyright (C) 2003-2024 Wayne Davison
*
* 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
Expand Down
10 changes: 5 additions & 5 deletions packaging/lsb/rsync.spec
@@ -1,9 +1,9 @@
Summary: A fast, versatile, remote (and local) file-copying tool
Name: rsync
Version: 3.3.0
%define fullversion %{version}pre1
Release: 0.1.pre1
%define srcdir src-previews
%define fullversion %{version}
Release: 1
%define srcdir src
Group: Applications/Internet
License: GPL
Source0: https://rsync.samba.org/ftp/rsync/%{srcdir}/rsync-%{fullversion}.tar.gz
Expand Down Expand Up @@ -79,8 +79,8 @@ rm -rf $RPM_BUILD_ROOT
%dir /etc/rsync-ssl/certs

%changelog
* Sat Apr 29 2023 Wayne Davison <wayne@opencoder.net>
Released 3.3.0pre1.
* Sat Apr 06 2024 Wayne Davison <wayne@opencoder.net>
Released 3.3.0.

* Fri Mar 21 2008 Wayne Davison <wayne@opencoder.net>
Added installation of /etc/xinetd.d/rsync file and some commented-out
Expand Down
2 changes: 1 addition & 1 deletion util2.c
Expand Up @@ -4,7 +4,7 @@
* Copyright (C) 1996-2000 Andrew Tridgell
* Copyright (C) 1996 Paul Mackerras
* Copyright (C) 2001, 2002 Martin Pool <mbp@samba.org>
* Copyright (C) 2003-2023 Wayne Davison
* Copyright (C) 2003-2024 Wayne Davison
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion version.h
@@ -1,2 +1,2 @@
#define RSYNC_VERSION "3.3.0pre1"
#define RSYNC_VERSION "3.3.0"
#define MAINTAINER_TZ_OFFSET -7.0

0 comments on commit 6c8ca91

Please sign in to comment.