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.

Thanks!

This release is essentially identical to 1.14.0-rc2 except for
the designation of the version. The full diff between 1.14.0-rc2
and 1.14.0 release artifacts is shown below.


diff -urN subversion-1.14.0-rc2/subversion/bindings/swig/perl/native/core.c 
subversion-1.14.0/subversion/bindings/swig/perl/native/core.c
--- subversion-1.14.0-rc2/subversion/bindings/swig/perl/native/core.c   Wed Apr 
 8 12:00:47 2020
+++ subversion-1.14.0/subversion/bindings/swig/perl/native/core.c       Wed May 
20 14:21:00 2020
@@ -53178,12 +53178,12 @@
   } while(0) /*@SWIG@*/;
   
/*@SWIG:/tmp/svn-rel/prefix/share/swig/3.0.12/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(" (Release Candidate 2)"));
+    sv_setsv(sv, SWIG_FromCharPtr(" (r1876290)"));
     SvREADONLY_on(sv);
   } while(0) /*@SWIG@*/;
   
/*@SWIG:/tmp/svn-rel/prefix/share/swig/3.0.12/perl5/perltypemaps.swg,65,%set_constant@*/
 do {
     SV *sv = get_sv((char*) SWIG_prefix "SVN_VER_NUMTAG", TRUE | 0x2 | 
GV_ADDMULTI);
-    sv_setsv(sv, SWIG_FromCharPtr("-rc2"));
+    sv_setsv(sv, SWIG_FromCharPtr(""));
     SvREADONLY_on(sv);
   } while(0) /*@SWIG@*/;
   
/*@SWIG:/tmp/svn-rel/prefix/share/swig/3.0.12/perl5/perltypemaps.swg,65,%set_constant@*/
 do {
@@ -53198,12 +53198,12 @@
   } while(0) /*@SWIG@*/;
   
/*@SWIG:/tmp/svn-rel/prefix/share/swig/3.0.12/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.14.0-rc2"));
+    sv_setsv(sv, SWIG_FromCharPtr("1.14.0"));
     SvREADONLY_on(sv);
   } while(0) /*@SWIG@*/;
   
/*@SWIG:/tmp/svn-rel/prefix/share/swig/3.0.12/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.14.0-rc2 (Release Candidate 2)"));
+    sv_setsv(sv, SWIG_FromCharPtr("1.14.0 (r1876290)"));
     SvREADONLY_on(sv);
   } while(0) /*@SWIG@*/;
   
/*@SWIG:/tmp/svn-rel/prefix/share/swig/3.0.12/perl5/perltypemaps.swg,65,%set_constant@*/
 do {
diff -urN subversion-1.14.0-rc2/subversion/bindings/swig/python/core.c 
subversion-1.14.0/subversion/bindings/swig/python/core.c
--- subversion-1.14.0-rc2/subversion/bindings/swig/python/core.c        Wed Apr 
 8 12:00:07 2020
+++ subversion-1.14.0/subversion/bindings/swig/python/core.c    Wed May 20 
14:20:22 2020
@@ -40645,12 +40645,12 @@
   SWIG_Python_SetConstant(d, "SVN_VER_PATCH",SWIG_From_long((long)(0)));
   SWIG_Python_SetConstant(d, "SVN_VER_MICRO",SWIG_From_long((long)(0)));
   SWIG_Python_SetConstant(d, "SVN_VER_LIBRARY",SWIG_From_long((long)(1)));
-  SWIG_Python_SetConstant(d, "SVN_VER_TAG",SWIG_FromCharPtr(" (Release 
Candidate 2)"));
-  SWIG_Python_SetConstant(d, "SVN_VER_NUMTAG",SWIG_FromCharPtr("-rc2"));
+  SWIG_Python_SetConstant(d, "SVN_VER_TAG",SWIG_FromCharPtr(" (r1876290)"));
+  SWIG_Python_SetConstant(d, "SVN_VER_NUMTAG",SWIG_FromCharPtr(""));
   SWIG_Python_SetConstant(d, 
"SVN_VER_REVISION",SWIG_From_long((long)(1876290)));
   SWIG_Python_SetConstant(d, "SVN_VER_NUM",SWIG_FromCharPtr("1.14.0"));
-  SWIG_Python_SetConstant(d, "SVN_VER_NUMBER",SWIG_FromCharPtr("1.14.0-rc2"));
-  SWIG_Python_SetConstant(d, "SVN_VERSION",SWIG_FromCharPtr("1.14.0-rc2 
(Release Candidate 2)"));
+  SWIG_Python_SetConstant(d, "SVN_VER_NUMBER",SWIG_FromCharPtr("1.14.0"));
+  SWIG_Python_SetConstant(d, "SVN_VERSION",SWIG_FromCharPtr("1.14.0 
(r1876290)"));
   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.14.0-rc2/subversion/bindings/swig/ruby/core.c 
subversion-1.14.0/subversion/bindings/swig/ruby/core.c
--- subversion-1.14.0-rc2/subversion/bindings/swig/ruby/core.c  Wed Apr  8 
12:01:19 2020
+++ subversion-1.14.0/subversion/bindings/swig/ruby/core.c      Wed May 20 
14:21:29 2020
@@ -46747,12 +46747,12 @@
   rb_define_const(mCore, "SVN_VER_PATCH", SWIG_From_int((int)(0)));
   rb_define_const(mCore, "SVN_VER_MICRO", SWIG_From_int((int)(0)));
   rb_define_const(mCore, "SVN_VER_LIBRARY", SWIG_From_int((int)(1)));
-  rb_define_const(mCore, "SVN_VER_TAG", SWIG_FromCharPtr(" (Release Candidate 
2)"));
-  rb_define_const(mCore, "SVN_VER_NUMTAG", SWIG_FromCharPtr("-rc2"));
+  rb_define_const(mCore, "SVN_VER_TAG", SWIG_FromCharPtr(" (r1876290)"));
+  rb_define_const(mCore, "SVN_VER_NUMTAG", SWIG_FromCharPtr(""));
   rb_define_const(mCore, "SVN_VER_REVISION", SWIG_From_int((int)(1876290)));
   rb_define_const(mCore, "SVN_VER_NUM", SWIG_FromCharPtr("1.14.0"));
-  rb_define_const(mCore, "SVN_VER_NUMBER", SWIG_FromCharPtr("1.14.0-rc2"));
-  rb_define_const(mCore, "SVN_VERSION", SWIG_FromCharPtr("1.14.0-rc2 (Release 
Candidate 2)"));
+  rb_define_const(mCore, "SVN_VER_NUMBER", SWIG_FromCharPtr("1.14.0"));
+  rb_define_const(mCore, "SVN_VERSION", SWIG_FromCharPtr("1.14.0 (r1876290)"));
   
   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.14.0-rc2/subversion/include/svn_version.h 
subversion-1.14.0/subversion/include/svn_version.h
--- subversion-1.14.0-rc2/subversion/include/svn_version.h      Wed Apr  8 
11:59:11 2020
+++ subversion-1.14.0/subversion/include/svn_version.h  Wed May 20 14:19:40 2020
@@ -93,7 +93,7 @@
  *
  * Always change this at the same time as SVN_VER_NUMTAG.
  */
-#define SVN_VER_TAG        " (Release Candidate 2)"
+#define SVN_VER_TAG        " (r1876290)"
 
 
 /** Number tag: a string describing the version.
@@ -108,7 +108,7 @@
  *
  * Always change this at the same time as SVN_VER_TAG.
  */
-#define SVN_VER_NUMTAG     "-rc2"
+#define SVN_VER_NUMTAG     ""
 
 
 /** Revision number: The repository revision number of this release.
diff -urN subversion-1.14.0-rc2/subversion/po/subversion.pot 
subversion-1.14.0/subversion/po/subversion.pot
--- subversion-1.14.0-rc2/subversion/po/subversion.pot  Wed Apr  8 11:59:41 2020
+++ subversion-1.14.0/subversion/po/subversion.pot      Wed May 20 14:19:56 2020
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: dev@subversion.apache.org\n"
-"POT-Creation-Date: 2020-04-08 09:59+0000\n"
+"POT-Creation-Date: 2020-05-20 12:19+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <l...@li.org>\n"

Reply via email to