1.7.22 is now available for testing/signing at https://dist.apache.org/repos/dist/dev/subversion
Please add your signatures there. This release fixes the test suite problem found in 1.7.21. If you have already tested 1.7.21 + r1694012 you could consider signing the tarball without running tests again. The full diff between 1.7.21 and 1.7.22 is included below for reference. diff -urN subversion-1.7.21/CHANGES subversion-1.7.22/CHANGES --- subversion-1.7.21/CHANGES Mon Jul 27 01:25:50 2015 +++ subversion-1.7.22/CHANGES Wed Aug 5 10:56:58 2015 @@ -1,6 +1,14 @@ +Version 1.7.22 +(12 Aug 2015, from /branches/1.7.x) +http://svn.apache.org/repos/asf/subversion/tags/1.7.22 + + Developer-visible changes: + - General: + * fix the regression test suite which was broken in 1.7.21 (r1694012) + Version 1.7.21 (5 Aug 2015, from /branches/1.7.x) -http://svn.apache.org/repos/asf/subversion/tags/1.8.21 +http://svn.apache.org/repos/asf/subversion/tags/1.7.21 User-visible changes: - Client-side bugfixes: diff -urN subversion-1.7.21/configure subversion-1.7.22/configure --- subversion-1.7.21/configure Mon Jul 27 02:54:50 2015 +++ subversion-1.7.22/configure Wed Aug 5 11:43:15 2015 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for subversion 1.7.21. +# Generated by GNU Autoconf 2.68 for subversion 1.7.22. # # Report bugs to <http://subversion.apache.org/>. # @@ -570,8 +570,8 @@ # Identity of this package. PACKAGE_NAME='subversion' PACKAGE_TARNAME='subversion' -PACKAGE_VERSION='1.7.21' -PACKAGE_STRING='subversion 1.7.21' +PACKAGE_VERSION='1.7.22' +PACKAGE_STRING='subversion 1.7.22' PACKAGE_BUGREPORT='http://subversion.apache.org/' PACKAGE_URL='' @@ -1444,7 +1444,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures subversion 1.7.21 to adapt to many kinds of systems. +\`configure' configures subversion 1.7.22 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1510,7 +1510,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of subversion 1.7.21:";; + short | recursive ) echo "Configuration of subversion 1.7.22:";; esac cat <<\_ACEOF @@ -1729,7 +1729,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -subversion configure 1.7.21 +subversion configure 1.7.22 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2273,7 +2273,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by subversion $as_me 1.7.21, which was +It was created by subversion $as_me 1.7.22, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2653,8 +2653,8 @@ -{ $as_echo "$as_me:${as_lineno-$LINENO}: Configuring Subversion 1.7.21" >&5 -$as_echo "$as_me: Configuring Subversion 1.7.21" >&6;} +{ $as_echo "$as_me:${as_lineno-$LINENO}: Configuring Subversion 1.7.22" >&5 +$as_echo "$as_me: Configuring Subversion 1.7.22" >&6;} abs_srcdir="`cd $srcdir && pwd`" @@ -24131,7 +24131,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by subversion $as_me 1.7.21, which was +This file was extended by subversion $as_me 1.7.22, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -24197,7 +24197,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -subversion config.status 1.7.21 +subversion config.status 1.7.22 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff -urN subversion-1.7.21/subversion/bindings/swig/perl/native/core.c subversion-1.7.22/subversion/bindings/swig/perl/native/core.c --- subversion-1.7.21/subversion/bindings/swig/perl/native/core.c Mon Jul 27 02:54:31 2015 +++ subversion-1.7.22/subversion/bindings/swig/perl/native/core.c Wed Aug 5 11:42:46 2015 @@ -42139,12 +42139,12 @@ } while(0) /*@SWIG@*/; /*@SWIG:/opt/svnrm/prefix/share/swig/2.0.4/perl5/perltypemaps.swg,65,%set_constant@*/ do { SV *sv = get_sv((char*) SWIG_prefix "SVN_VER_PATCH", TRUE | 0x2 | GV_ADDMULTI); - sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1((int)(21))); + sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1((int)(22))); SvREADONLY_on(sv); } while(0) /*@SWIG@*/; /*@SWIG:/opt/svnrm/prefix/share/swig/2.0.4/perl5/perltypemaps.swg,65,%set_constant@*/ do { SV *sv = get_sv((char*) SWIG_prefix "SVN_VER_MICRO", TRUE | 0x2 | GV_ADDMULTI); - sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1((int)(21))); + sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1((int)(22))); SvREADONLY_on(sv); } while(0) /*@SWIG@*/; /*@SWIG:/opt/svnrm/prefix/share/swig/2.0.4/perl5/perltypemaps.swg,65,%set_constant@*/ do { @@ -42154,7 +42154,7 @@ } while(0) /*@SWIG@*/; /*@SWIG:/opt/svnrm/prefix/share/swig/2.0.4/perl5/perltypemaps.swg,65,%set_constant@*/ do { SV *sv = get_sv((char*) SWIG_prefix "SVN_VER_TAG", TRUE | 0x2 | GV_ADDMULTI); - sv_setsv(sv, SWIG_FromCharPtr(" (r1692801)")); + sv_setsv(sv, SWIG_FromCharPtr(" (r1694152)")); SvREADONLY_on(sv); } while(0) /*@SWIG@*/; /*@SWIG:/opt/svnrm/prefix/share/swig/2.0.4/perl5/perltypemaps.swg,65,%set_constant@*/ do { @@ -42164,22 +42164,22 @@ } while(0) /*@SWIG@*/; /*@SWIG:/opt/svnrm/prefix/share/swig/2.0.4/perl5/perltypemaps.swg,65,%set_constant@*/ do { SV *sv = get_sv((char*) SWIG_prefix "SVN_VER_REVISION", TRUE | 0x2 | GV_ADDMULTI); - sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1((int)(1692801))); + sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1((int)(1694152))); SvREADONLY_on(sv); } while(0) /*@SWIG@*/; /*@SWIG:/opt/svnrm/prefix/share/swig/2.0.4/perl5/perltypemaps.swg,65,%set_constant@*/ do { SV *sv = get_sv((char*) SWIG_prefix "SVN_VER_NUM", TRUE | 0x2 | GV_ADDMULTI); - sv_setsv(sv, SWIG_FromCharPtr("1.7.21")); + sv_setsv(sv, SWIG_FromCharPtr("1.7.22")); SvREADONLY_on(sv); } while(0) /*@SWIG@*/; /*@SWIG:/opt/svnrm/prefix/share/swig/2.0.4/perl5/perltypemaps.swg,65,%set_constant@*/ do { SV *sv = get_sv((char*) SWIG_prefix "SVN_VER_NUMBER", TRUE | 0x2 | GV_ADDMULTI); - sv_setsv(sv, SWIG_FromCharPtr("1.7.21")); + sv_setsv(sv, SWIG_FromCharPtr("1.7.22")); SvREADONLY_on(sv); } while(0) /*@SWIG@*/; /*@SWIG:/opt/svnrm/prefix/share/swig/2.0.4/perl5/perltypemaps.swg,65,%set_constant@*/ do { SV *sv = get_sv((char*) SWIG_prefix "SVN_VERSION", TRUE | 0x2 | GV_ADDMULTI); - sv_setsv(sv, SWIG_FromCharPtr("1.7.21 (r1692801)")); + sv_setsv(sv, SWIG_FromCharPtr("1.7.22 (r1694152)")); SvREADONLY_on(sv); } while(0) /*@SWIG@*/; /*@SWIG:/opt/svnrm/prefix/share/swig/2.0.4/perl5/perltypemaps.swg,65,%set_constant@*/ do { diff -urN subversion-1.7.21/subversion/bindings/swig/python/core.c subversion-1.7.22/subversion/bindings/swig/python/core.c --- subversion-1.7.21/subversion/bindings/swig/python/core.c Mon Jul 27 02:54:18 2015 +++ subversion-1.7.22/subversion/bindings/swig/python/core.c Wed Aug 5 11:42:26 2015 @@ -30993,15 +30993,15 @@ SWIG_Python_SetConstant(d, "SVN_ALLOCATOR_RECOMMENDED_MAX_FREE",SWIG_From_long((long)((4096*1024)))); SWIG_Python_SetConstant(d, "SVN_VER_MAJOR",SWIG_From_long((long)(1))); SWIG_Python_SetConstant(d, "SVN_VER_MINOR",SWIG_From_long((long)(7))); - SWIG_Python_SetConstant(d, "SVN_VER_PATCH",SWIG_From_long((long)(21))); - SWIG_Python_SetConstant(d, "SVN_VER_MICRO",SWIG_From_long((long)(21))); + SWIG_Python_SetConstant(d, "SVN_VER_PATCH",SWIG_From_long((long)(22))); + SWIG_Python_SetConstant(d, "SVN_VER_MICRO",SWIG_From_long((long)(22))); SWIG_Python_SetConstant(d, "SVN_VER_LIBRARY",SWIG_From_long((long)(1))); - SWIG_Python_SetConstant(d, "SVN_VER_TAG",SWIG_FromCharPtr(" (r1692801)")); + SWIG_Python_SetConstant(d, "SVN_VER_TAG",SWIG_FromCharPtr(" (r1694152)")); SWIG_Python_SetConstant(d, "SVN_VER_NUMTAG",SWIG_FromCharPtr("")); - SWIG_Python_SetConstant(d, "SVN_VER_REVISION",SWIG_From_long((long)(1692801))); - SWIG_Python_SetConstant(d, "SVN_VER_NUM",SWIG_FromCharPtr("1.7.21")); - SWIG_Python_SetConstant(d, "SVN_VER_NUMBER",SWIG_FromCharPtr("1.7.21")); - SWIG_Python_SetConstant(d, "SVN_VERSION",SWIG_FromCharPtr("1.7.21 (r1692801)")); + SWIG_Python_SetConstant(d, "SVN_VER_REVISION",SWIG_From_long((long)(1694152))); + SWIG_Python_SetConstant(d, "SVN_VER_NUM",SWIG_FromCharPtr("1.7.22")); + SWIG_Python_SetConstant(d, "SVN_VER_NUMBER",SWIG_FromCharPtr("1.7.22")); + SWIG_Python_SetConstant(d, "SVN_VERSION",SWIG_FromCharPtr("1.7.22 (r1694152)")); SWIG_Python_SetConstant(d, "svn_prop_entry_kind",SWIG_From_long((long)(svn_prop_entry_kind))); SWIG_Python_SetConstant(d, "svn_prop_wc_kind",SWIG_From_long((long)(svn_prop_wc_kind))); SWIG_Python_SetConstant(d, "svn_prop_regular_kind",SWIG_From_long((long)(svn_prop_regular_kind))); diff -urN subversion-1.7.21/subversion/bindings/swig/ruby/core.c subversion-1.7.22/subversion/bindings/swig/ruby/core.c --- subversion-1.7.21/subversion/bindings/swig/ruby/core.c Mon Jul 27 02:54:41 2015 +++ subversion-1.7.22/subversion/bindings/swig/ruby/core.c Wed Aug 5 11:43:01 2015 @@ -37520,15 +37520,15 @@ rb_define_module_function(mCore, "svn_pool_create", _wrap_svn_pool_create, -1); rb_define_const(mCore, "SVN_VER_MAJOR", SWIG_From_int((int)(1))); rb_define_const(mCore, "SVN_VER_MINOR", SWIG_From_int((int)(7))); - rb_define_const(mCore, "SVN_VER_PATCH", SWIG_From_int((int)(21))); - rb_define_const(mCore, "SVN_VER_MICRO", SWIG_From_int((int)(21))); + rb_define_const(mCore, "SVN_VER_PATCH", SWIG_From_int((int)(22))); + rb_define_const(mCore, "SVN_VER_MICRO", SWIG_From_int((int)(22))); rb_define_const(mCore, "SVN_VER_LIBRARY", SWIG_From_int((int)(1))); - rb_define_const(mCore, "SVN_VER_TAG", SWIG_FromCharPtr(" (r1692801)")); + rb_define_const(mCore, "SVN_VER_TAG", SWIG_FromCharPtr(" (r1694152)")); rb_define_const(mCore, "SVN_VER_NUMTAG", SWIG_FromCharPtr("")); - rb_define_const(mCore, "SVN_VER_REVISION", SWIG_From_int((int)(1692801))); - rb_define_const(mCore, "SVN_VER_NUM", SWIG_FromCharPtr("1.7.21")); - rb_define_const(mCore, "SVN_VER_NUMBER", SWIG_FromCharPtr("1.7.21")); - rb_define_const(mCore, "SVN_VERSION", SWIG_FromCharPtr("1.7.21 (r1692801)")); + rb_define_const(mCore, "SVN_VER_REVISION", SWIG_From_int((int)(1694152))); + rb_define_const(mCore, "SVN_VER_NUM", SWIG_FromCharPtr("1.7.22")); + rb_define_const(mCore, "SVN_VER_NUMBER", SWIG_FromCharPtr("1.7.22")); + rb_define_const(mCore, "SVN_VERSION", SWIG_FromCharPtr("1.7.22 (r1694152)")); SwigClassSvn_version_t.klass = rb_define_class_under(mCore, "Svn_version_t", rb_cObject); SWIG_TypeClientData(SWIGTYPE_p_svn_version_t, (void *) &SwigClassSvn_version_t); diff -urN subversion-1.7.21/subversion/include/svn_version.h subversion-1.7.22/subversion/include/svn_version.h --- subversion-1.7.21/subversion/include/svn_version.h Mon Jul 27 02:54:10 2015 +++ subversion-1.7.22/subversion/include/svn_version.h Wed Aug 5 11:42:16 2015 @@ -71,7 +71,7 @@ * * @since New in 1.1. */ -#define SVN_VER_PATCH 21 +#define SVN_VER_PATCH 22 /** @deprecated Provided for backward compatibility with the 1.0 API. */ @@ -94,7 +94,7 @@ * * Always change this at the same time as SVN_VER_NUMTAG. */ -#define SVN_VER_TAG " (r1692801)" +#define SVN_VER_TAG " (r1694152)" /** Number tag: a string describing the version. @@ -120,7 +120,7 @@ * When rolling a tarball, we automatically replace it with what we * guess to be the correct revision number. */ -#define SVN_VER_REVISION 1692801 +#define SVN_VER_REVISION 1694152 /* Version strings composed from the above definitions. */ diff -urN subversion-1.7.21/subversion/po/subversion.pot subversion-1.7.22/subversion/po/subversion.pot --- subversion-1.7.21/subversion/po/subversion.pot Mon Jul 27 02:54:52 2015 +++ subversion-1.7.22/subversion/po/subversion.pot Wed Aug 5 11:43:17 2015 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2015-07-27 00:54+0000\n" +"POT-Creation-Date: 2015-08-05 09:43+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <[email protected]>\n" diff -urN subversion-1.7.21/subversion/tests/cmdline/svntest/main.py subversion-1.7.22/subversion/tests/cmdline/svntest/main.py --- subversion-1.7.21/subversion/tests/cmdline/svntest/main.py Mon Jul 27 02:23:40 2015 +++ subversion-1.7.22/subversion/tests/cmdline/svntest/main.py Tue Aug 4 10:47:29 2015 @@ -1582,6 +1582,8 @@ 'useful during test development!') parser.add_option('--srcdir', action='store', dest='srcdir', help='Source directory.') + parser.add_option('--httpd-version', action='store', + help='Assume HTTPD is this version.') # most of the defaults are None, but some are other values, set them here parser.set_defaults(
pgpD8XGHm16YC.pgp
Description: PGP signature

