On 13. 7. 2026 13:37, Evgeny Kotkov via dev wrote:
The 1.15.0-rc3 release artifacts are now available for testing/signing.
Please get the tarballs from
https://dist.apache.org/repos/dist/dev/subversion
and add your signatures there.
Thanks!
Summary:
+1 to release (Unix)
Verified:
- Tarball contents and signatures
- check fsfs × (local, svnserve, dav)
- check-all-javahl
- check-swig-pl
- check-swig-py
- check-swig-rb
Platform
macOS Tahoe 26.5.2 (arm64-apple-darwin25.5.0)
System dependencies:
Apple clang version 21.0.0 (clang-2100.1.1.101)
Cyrus SASL 2.1.26
Expat 2.7.4
Zlib 1.2.12
Dependencies from Homebrew:
APR 1.7.6
APR-Util 1.6.3
httpd 2.4.68
SQLite 3.53.3
Serf 1.3.10
OpenSSL 3.6.3
LZ4 1.10.0
utf8proc 2.11.3
Perl 5.42.2
Python 3.14.6
Ruby 4.0.5
Other dependencies:
OpenJDK 26.0.1 2026-04-21
JUnit 4.13.2
py3c 1.4
GPG signatures committed to the dist/dev/subversion repository.
Known issues:
None.
New issues:
None.
Release build warnings:
.../subversion/libsvn_subr/debug.c:85:7: warning: variable
'n' set but not used [-Wunused-but-set-variable]
85 | int n;
| ^
1 warning generated.
.../subversion/libsvn_fs_x/revprops.c:209:21: warning:
unused variable 'ffd' [-Wunused-variable]
209 | svn_fs_x__data_t *ffd = baton->fs->fsap_data;
| ^~~
1 warning generated.
.../subversion/libsvn_client/merge.c:397:1: warning: unused
function 'session_url_is' [-Wunused-function]
397 | session_url_is(svn_ra_session_t *ra_session,
| ^~~~~~~~~~~~~~
1 warning generated.
.../subversion/tests/libsvn_delta/random-test.c:110:16: warning:
variable 'apr_err' set but not used [-Wunused-but-set-variable]
110 | apr_status_t apr_err;
| ^
1 warning generated.