Skip to content

Commit 19aca99

Browse files
committed
On the 1.15.x branch:
* CHANGES: Merge updates from trunk. git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/1.15.x@1936110 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1149b80 commit 19aca99

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGES

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# https://subversion.apache.org/issue-XXXX
66

77
Version 1.15.0
8-
(27 May 2026, from /branches/1.15.x)
8+
(12 Aug 2026, from /branches/1.15.x)
99
https://svn.apache.org/repos/asf/subversion/tags/1.15.0
1010

1111
See the 1.15 release notes for a more verbose overview of the changes since
@@ -55,12 +55,13 @@ the 1.14 release: https://subversion.apache.org/docs/release-notes/1.15.html
5555
* fsfs: Reduce spurious conflicts when file content and directory
5656
properties are changed in parallel (r1908595)
5757
* fsx: Fix uninitialized read in the logical addressing code (r1880374)
58+
* fsx: Fix uninitialized memory access (r1934786)
5859
* fsx: Reduce spurious conflicts when file content and directory
5960
properties are changed in parallel (r1908595)
6061
* mod_dav_svn: Use mod_dav's DAVBasePath setting to determine the
6162
repository root path (r1926683)
6263
* svnadmin: Minor optimization in 'svnadmin load' (r1908751)
63-
* svnserve: Add SIGTERM/SIGINT handling (r1908547)
64+
* svnserve: Add SIGTERM/SIGINT handling (r1908547, r1934784)
6465

6566
- Other tool improvements and bugfixes:
6667
* case-insensitive.py: Update for Python 3 compatibility (r1881774)
@@ -88,6 +89,7 @@ the 1.14 release: https://subversion.apache.org/docs/release-notes/1.15.html
8889
* Support shared RA modules on Windows with CMake (r1921006 et al)
8990
* Support running Valgrind during 'make check' (r1908546)
9091
* Fix building against static Serf on Windows (r1888560)
92+
* Fix building with zlib 1.3.2+ on Windows (r1934466)
9193
* Fix finding libexpat on static library builds on Windows (r1888565)
9294
* Fix 'make clean' in out-of-tree builds (r1883939)
9395
* Default AR_FLAGS to 'cr' to fix GNU archiver warnings (r1884094)
@@ -98,16 +100,25 @@ the 1.14 release: https://subversion.apache.org/docs/release-notes/1.15.html
98100
* Remove use of some deprecated autoconf macros (r1908543)
99101
* Guard experimental Serf logic with SVN__SERF_EXPERIMENTAL (r1930808)
100102
* Add 'reverse-merge' attribute to the log schema (r1892455)
103+
* Replace obsolete AC_HELP_STRING construct in configure.ac (r1934466)
104+
* Use snprintf() instead sprintf() if available (r1934788 et al)
105+
* Guard from accessing uninitialized memory in conflict resolver (r1934787)
101106
* tests: Allow testing ra_serf using Digest authentication (r1926790)
107+
* tests: Avoid DNS reverse name lookups during configuration (r1933475)
102108
* tests: Close file descriptor using the context manager (r1884279)
103109
* tests: Fix an error when running 'davautocheck USE_SSL=1' (r1931266)
104110
* tests: Fix TypeError in some test cases (r1897708)
105111
* tests: Stop encoding a test's number in the svntest library (r1897443)
106-
* tests: Verify command output against Relax NG XML schemas (r1925717)
112+
* tests: Verify command XML output (r1925717, r1935776)
107113
* tests: Use 2048-bit RSA for the server certificate and key (r1931265)
108114

109115
- Bindings:
110116
* JavaHL: Fix JNI setup for translateOutputStream (r1886280)
117+
* JavaHL: Fix test failures with Java 25 on Windows (r1930973, r1934367)
118+
* JavaHL: Silence warnings about missing bootstrap classpath (r1933796)
119+
* JavaHL: Silence org.tigris package deprecation warnings (r1933877)
120+
* JavaHL: Make the JAR an automatic module (r1933892)
121+
* JavaHL: Guard against native code modifying a final attribute (r1936070)
111122
* swig: Allow NULL wri_abspath in svn_client_ra_session2() (r1917448)
112123
* swig-py: Allow str(unicode) input for string types (r1885370)
113124
* swig-py: Allow SubversionException to carry attributes (r1880967)

0 commit comments

Comments
 (0)