Skip to content

Commit 56a039b

Browse files
committed
Changes for 3.3.1dev.
1 parent 7bc3be2 commit 56a039b

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

NEWS.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# NEWS for rsync 3.3.1 (UNRELEASED)
2+
3+
## Changes in this version:
4+
5+
### BUG FIXES:
6+
7+
- Fixed the included popt to avoid a memory error on modern gcc versions.
8+
9+
### INTERNAL:
10+
11+
- Updated included popt to version 1.19.
12+
13+
------------------------------------------------------------------------------
14+
115
# NEWS for rsync 3.3.0 (6 Apr 2024)
216

317
## Changes in this version:
@@ -4762,6 +4776,7 @@
47624776

47634777
| RELEASE DATE | VER. | DATE OF COMMIT\* | PROTOCOL |
47644778
|--------------|--------|------------------|-------------|
4779+
| ?? Apr 2024 | 3.3.1 | | 31 |
47654780
| 06 Apr 2024 | 3.3.0 | | 31 |
47664781
| 20 Oct 2022 | 3.2.7 | | 31 |
47674782
| 09 Sep 2022 | 3.2.6 | | 31 |

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#define RSYNC_VERSION "3.3.0"
1+
#define RSYNC_VERSION "3.3.1pre"
22
#define MAINTAINER_TZ_OFFSET -7.0

0 commit comments

Comments
 (0)