On Tue, May 26, 2020 at 11:06 AM Johan Corveleyn <jcor...@gmail.com> wrote: > > On Wed, May 20, 2020 at 2:35 PM Stefan Sperling <s...@elego.de> wrote: > > > > The 1.14.0 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. > > Summary > ------- > +1 to release (Windows) > > Platform > -------- > Windows 10 x64 (Version 1903) > Microsoft Visual Studio 2019 Community Edition (Version 16.5.3) > > Verified > -------- > Signature and sha512 for subversion-1.14.0.zip. > > Contents of subversion-1.14.0.zip are identical to tags/1.14.0, > and to branches/1.14.x@1876290 (except for expected differences in > svn_version.h and svnpubsub, svnwcsub and nominate.pl (symlinks vs. file > contents), and generated files). > > Tested > ------ > [ Release build x64 ] x [ fsfs ] x [ file | svn | http ] > javahl > swig-python > > I applied the following fixes for known testsuite and (swig-)building issues: > > Merged from trunk, for building swig-python bindings with swig 4: > - r1877338 (Fix differences of SWIG_PY_OPTS between Unix and Windows. > Enable building with Swig 4) > > Merged from trunk, testsuite fixes for running the testsuite with Python 3: > - r1876707 (Escape special characters in path when construct expected > output regex.) > - r1876734 (subversion/tests/cmdline/blame_tests.py > (blame_youngest_to_oldest): > Use svntest.main.file_write to avoid end of line conversion.) > - r1877318 (Fix svnrdump tests on Windows with Python 3) > - r1877712 (entries-dump: Escape string-typed attribute values when > serializing > them as Python string literals.) > > Applied following testsuite patches for running the testsuite with Python 3: > - py38-windows-add-dll-directory--v2.diff posted by jun66j5 on > 2020-05-11 in dev@ thread > "[PATCH] fix unable to load *.pyd files with Python 3.8.x on Windows" > - sain_keep_eol_style_win_patch_20200506.txt, > fix_svnadmin_tests_patch.txt, > fix_svndumpfilter_tests_patch.txt > posted by futatuki on 2020-05-06 in dev@ thread > "Problems running testsuite on Windows with Python 3" > - Patch remove-uses-of-os-dup2.diff posted by jun66j5 on 2020-05-08 in > dev@ thread > "Problems running testsuite on Windows with Python 3" > - Patch fix-entries-dump-patch.txt posted by futatuki on 2020-05-26 in > dev@ thread > "One more issue in tests on Windows with Python 3" > > Results > ------- > All tests pass. > > Dependencies > ------------ > Httpd 2.4.43 (apr 1.6.5, apr-util 1.6.1, > pcre 8.44, expat 2.2.9, openssl 1.1.1g) > Apr 1.6.5 > Apr-Util 1.6.1 > OpenSSL 1.1.1g > Serf 1.3.9 > SQLite 3.31.1.0 > ZLib 1.2.11 > (bundled lz4 1.7.5) > (bundled utf8proc 2.1.0) > > Other tools > ----------- > Perl 5.30.2 (Strawberry Perl) > Python 3.8.2 > AdoptOpenJDK 11.0.6 > JUnit 4.12
Forgot to add: Swig 4.0.1 -- Johan