You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by sc...@apache.org on 2017/08/02 16:02:17 UTC

svn commit: r1803842 - in /xerces/c/trunk/doc: applications.xml feedback.xml install.xml migration.xml migration_archive.xml releases.xml releases_archive.xml releases_plan.xml source-repository.xml style/dtd/entities.ent

Author: scantor
Date: Wed Aug  2 16:02:17 2017
New Revision: 1803842

URL: http://svn.apache.org/viewvc?rev=1803842&view=rev
Log:
Web site fixes

Modified:
    xerces/c/trunk/doc/applications.xml
    xerces/c/trunk/doc/feedback.xml
    xerces/c/trunk/doc/install.xml
    xerces/c/trunk/doc/migration.xml
    xerces/c/trunk/doc/migration_archive.xml
    xerces/c/trunk/doc/releases.xml
    xerces/c/trunk/doc/releases_archive.xml
    xerces/c/trunk/doc/releases_plan.xml
    xerces/c/trunk/doc/source-repository.xml
    xerces/c/trunk/doc/style/dtd/entities.ent

Modified: xerces/c/trunk/doc/applications.xml
URL: http://svn.apache.org/viewvc/xerces/c/trunk/doc/applications.xml?rev=1803842&r1=1803841&r2=1803842&view=diff
==============================================================================
--- xerces/c/trunk/doc/applications.xml (original)
+++ xerces/c/trunk/doc/applications.xml Wed Aug  2 16:02:17 2017
@@ -64,7 +64,7 @@
     </s3>
 
     <s3 title="Shibboleth and OpenSAML">
-      <p><jump href="http://shibboleth.net/">Shibboleth</jump> is
+      <p><jump href="http://www.shibboleth.net/">Shibboleth</jump> is
          an open source Web Single Sign-On and Federation implementation
          that supports the SAML 2.0 and SAML 1.1 standards, among other
          capabilities. The Service Provider and underlying OpenSAML

Modified: xerces/c/trunk/doc/feedback.xml
URL: http://svn.apache.org/viewvc/xerces/c/trunk/doc/feedback.xml?rev=1803842&r1=1803841&r2=1803842&view=diff
==============================================================================
--- xerces/c/trunk/doc/feedback.xml (original)
+++ xerces/c/trunk/doc/feedback.xml Wed Aug  2 16:02:17 2017
@@ -120,6 +120,7 @@
             <li>Volker Krause</li>
             <li>Berin Lautenbach</li>
             <li>Arnaud LeHors</li>
+            <li>Roger Leigh</li>
             <li>Andy Levine</li>
             <li>Jeff Lewis</li>
             <li>James Littlejohn</li>

Modified: xerces/c/trunk/doc/install.xml
URL: http://svn.apache.org/viewvc/xerces/c/trunk/doc/install.xml?rev=1803842&r1=1803841&r2=1803842&view=diff
==============================================================================
--- xerces/c/trunk/doc/install.xml (original)
+++ xerces/c/trunk/doc/install.xml Wed Aug  2 16:02:17 2017
@@ -197,7 +197,7 @@ tar -xfz &XercesC3SrcInstallDir;.tar.gz
       </s3>
 
       <s3 title="Binary distribution">
-        <p>Precompiled Xerces-C++ libraries for Cygwin are provide as
+        <p>Precompiled Xerces-C++ libraries for Cygwin may be provided as
            part of the Cygwin package repository. To install the binary
            distribution run Cygwin setup.exe.
            When you reach the Packages step of the Cygwin Setup wizard,

Modified: xerces/c/trunk/doc/migration.xml
URL: http://svn.apache.org/viewvc/xerces/c/trunk/doc/migration.xml?rev=1803842&r1=1803841&r2=1803842&view=diff
==============================================================================
--- xerces/c/trunk/doc/migration.xml (original)
+++ xerces/c/trunk/doc/migration.xml Wed Aug  2 16:02:17 2017
@@ -26,9 +26,12 @@
 
     </s2>
 
-    <s2 title="Migrating from &XercesCName; 3.1.2 to &XercesCName; &XercesC3Version;">
-      <p>&XercesCName; &XercesC3Version; is a bugfix-only release and is
-         binary-compatible with &XercesCName; 3.1.2.</p>
+    <s2 title="Migrating from &XercesCName; 3.X to &XercesCName; &XercesC3Version;">
+      <p>&XercesCName; &XercesC3Version; is an API-compatible, but not ABI-compatible, update to the 3.x branch. Code designed for use with Xerces 3 should continue to compile, but existing applications <strong>MUST</strong> be recompiled to work with this version.</p>
+
+      <p>Most of the changes are purely bug fixes, but there is a new build system based on CMake that provides support for Windows compilers. Both CMake and autoconf-based builds work on non-Windows platforms.</p>
+
+      <p>There is also support for the standard DOM disallow-doctype property, which provides substantial security benefits to applications that don't require DTD support.</p>
     </s2>
 
 </s1>

Modified: xerces/c/trunk/doc/migration_archive.xml
URL: http://svn.apache.org/viewvc/xerces/c/trunk/doc/migration_archive.xml?rev=1803842&r1=1803841&r2=1803842&view=diff
==============================================================================
--- xerces/c/trunk/doc/migration_archive.xml (original)
+++ xerces/c/trunk/doc/migration_archive.xml Wed Aug  2 16:02:17 2017
@@ -21,6 +21,8 @@
 <s1 title="Migration Archive">
     <s2 title="Migrating to earlier Releases">
       <ul>
+        <li><link anchor="Migrateto314">Migrating from &XercesCName; 3.1.3 to 3.1.4</link></li>
+        <li><link anchor="Migrateto313">Migrating from &XercesCName; 3.1.2 to 3.1.3</link></li>
         <li><link anchor="Migrateto312">Migrating from &XercesCName; 3.1.1 to 3.1.2</link></li>
         <li><link anchor="Migrateto311">Migrating from &XercesCName; 3.1.0 to 3.1.1</link></li>
         <li><link anchor="Migrateto310">Migrating from &XercesCName; 3.0.1 to 3.1.0</link></li>
@@ -42,6 +44,18 @@
       </ul>
     </s2>
 
+    <anchor name="Migrateto314"/>
+    <s2 title="Migrating from &XercesCName; 3.1.3 to &XercesCName; 3.1.4">
+      <p>&XercesCName; 3.1.4 is a bugfix-only release and is
+         binary-compatible with &XercesCName; 3.1.3.</p>
+    </s2>
+
+    <anchor name="Migrateto313"/>
+    <s2 title="Migrating from &XercesCName; 3.1.2 to &XercesCName; 3.1.3">
+      <p>&XercesCName; 3.1.4 is a bugfix-only release and is
+         binary-compatible with &XercesCName; 3.1.3.</p>
+    </s2>
+
     <anchor name="Migrateto312"/>
     <s2 title="Migrating from &XercesCName; 3.1.1 to &XercesCName; 3.1.2">
       <p>&XercesCName; 3.1.2 is a bugfix-only release and is

Modified: xerces/c/trunk/doc/releases.xml
URL: http://svn.apache.org/viewvc/xerces/c/trunk/doc/releases.xml?rev=1803842&r1=1803841&r2=1803842&view=diff
==============================================================================
--- xerces/c/trunk/doc/releases.xml (original)
+++ xerces/c/trunk/doc/releases.xml Wed Aug  2 16:02:17 2017
@@ -36,7 +36,7 @@ please refer to <jump href="releases_pla
 <s2 title="Release Information for &XercesCName; &XercesCLatest;">
 
 <p>For a list of bug fixes in &XercesCName; &XercesCLatest;, see the
-<jump href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&amp;version=12336069">Release Notes</jump>
+<jump href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12314395&amp;styleName=Text&amp;projectId=10510">Release Notes</jump>
 </p>
 
 </s2>

Modified: xerces/c/trunk/doc/releases_archive.xml
URL: http://svn.apache.org/viewvc/xerces/c/trunk/doc/releases_archive.xml?rev=1803842&r1=1803841&r2=1803842&view=diff
==============================================================================
--- xerces/c/trunk/doc/releases_archive.xml (original)
+++ xerces/c/trunk/doc/releases_archive.xml Wed Aug  2 16:02:17 2017
@@ -21,6 +21,7 @@
 <s1 title="Releases Archive">
     <s2 title="Release Information for earlier releases">
       <ul>
+        <li><link anchor="Release314">Release Information for &XercesCName; 3.1.4</link></li>
         <li><link anchor="Release313">Release Information for &XercesCName; 3.1.3</link></li>
         <li><link anchor="Release312">Release Information for &XercesCName; 3.1.2</link></li>
         <li><link anchor="Release311">Release Information for &XercesCName; 3.1.1</link></li>
@@ -51,10 +52,18 @@
       </ul>
     </s2>
 
+<anchor name="Release314"/>
+<s2 title="Release Information for &XercesCName; 3.1.4">
+
+<p>For a list of bug fixes in &XercesCName; 3.1.4, see the
+<jump href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&amp;version=12336069">Release Notes</jump>
+</p>
+</s2>
+
 <anchor name="Release313"/>
 <s2 title="Release Information for &XercesCName; 3.1.3">
 
-<p>For a list of bug fixes in &XercesCName; &XercesCLatest;, see the
+<p>For a list of bug fixes in &XercesCName; 3.1.3, see the
 <jump href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&amp;version=12332290">Release Notes</jump>
 </p>
 </s2>

Modified: xerces/c/trunk/doc/releases_plan.xml
URL: http://svn.apache.org/viewvc/xerces/c/trunk/doc/releases_plan.xml?rev=1803842&r1=1803841&r2=1803842&view=diff
==============================================================================
--- xerces/c/trunk/doc/releases_plan.xml (original)
+++ xerces/c/trunk/doc/releases_plan.xml Wed Aug  2 16:02:17 2017
@@ -23,12 +23,10 @@
 <s2 title="&XercesCName; Future Releases Plan">
 <p>This document highlights the release plan for &XercesCName;.</p>
 
-<s3 title="Current Status"><p>&XercesCName; &XercesCLatest; - released on June 29, 2016.</p></s3>
+<s3 title="Current Status"><p>&XercesCName; &XercesCLatest; - released on August XX, 2017.</p></s3>
 
 <s3 title="Next Target Release">
-        <p>There are feature additions checked into the trunk for
-        inclusion in a future 3.2.0 release, but there is no timetable
-        for this release.</p>
+        <p>There are no specific plans for the next 3.x release.</p>
 
 	<p>There will be no further releases in the Xerces-C++ 2-series.</p>
 </s3>

Modified: xerces/c/trunk/doc/source-repository.xml
URL: http://svn.apache.org/viewvc/xerces/c/trunk/doc/source-repository.xml?rev=1803842&r1=1803841&r2=1803842&view=diff
==============================================================================
--- xerces/c/trunk/doc/source-repository.xml (original)
+++ xerces/c/trunk/doc/source-repository.xml Wed Aug  2 16:02:17 2017
@@ -50,10 +50,10 @@ svn co https://svn.apache.org/repos/asf/
 svn co https://svn.apache.org/repos/asf/xerces/c/branches/xerces-3.1
 </source>
 
-    <p>To check out the code for the 3.1.2 release, execute:</p>
+    <p>To check out the code for the 3.2.0 release, execute:</p>
 
 <source>
-svn co https://svn.apache.org/repos/asf/xerces/c/tags/Xerces-C_3_1_2
+svn co https://svn.apache.org/repos/asf/xerces/c/tags/Xerces-C_3_2_0
 </source>
 
     <p>You can also browse the repository and examine individual

Modified: xerces/c/trunk/doc/style/dtd/entities.ent
URL: http://svn.apache.org/viewvc/xerces/c/trunk/doc/style/dtd/entities.ent?rev=1803842&r1=1803841&r2=1803842&view=diff
==============================================================================
--- xerces/c/trunk/doc/style/dtd/entities.ent (original)
+++ xerces/c/trunk/doc/style/dtd/entities.ent Wed Aug  2 16:02:17 2017
@@ -3,7 +3,7 @@
 <!ENTITY XercesCProjectName     "Xerces">                       <!-- projectname -->
 <!ENTITY XercesCFullName        "Xerces-C++ XML Parser">        <!-- fullproductname -->
 <!ENTITY XercesCName            "Xerces-C++">                   <!-- productname -->
-<!ENTITY XercesCLatest          "3.1.4">                        <!-- versionnumber -->
+<!ENTITY XercesCLatest          "3.2.0">                        <!-- versionnumber -->
 <!ENTITY XercesCDevelEmailAddress "c-dev@xerces.apache.org"> <!-- emailaddress -->
 <!ENTITY XercesCDevelSAddress   "c-dev-subscribe@xerces.apache.org"> <!-- emailaddress -->
 <!ENTITY XercesCDevelUAddress   "c-dev-unsubscribe@xerces.apache.org"> <!-- emailaddress -->
@@ -43,13 +43,13 @@
 <!-- Xerces 3-series: copied from xerces-3/entities.ent -->
 
 <!ENTITY XercesC3Series          "3">                            <!-- release series -->
-<!ENTITY XercesC3Version         "3.1.4">                        <!-- 3-series version number -->
-<!ENTITY XercesC3InstallDir      "xerces-c-3.1.4">               <!-- installdirname -->
-<!ENTITY XercesC3SrcInstallDir   "xerces-c-3.1.4">               <!-- sourcedirectory -->
-<!ENTITY XercesC3ToolsInstallDir "xerces-c-tools-3.1.4">         <!-- sourcedirectory -->
+<!ENTITY XercesC3Version         "3.2.0">                        <!-- 3-series version number -->
+<!ENTITY XercesC3InstallDir      "xerces-c-3.2.0">               <!-- installdirname -->
+<!ENTITY XercesC3SrcInstallDir   "xerces-c-3.2.0">               <!-- sourcedirectory -->
+<!ENTITY XercesC3ToolsInstallDir "xerces-c-tools-3.2.0">         <!-- sourcedirectory -->
 <!ENTITY XercesC3WindowsLib      "xerces-c_3">                   <!-- windowslibname -->
-<!ENTITY XercesC3WindowsDLL      "xerces-c_3_1">                 <!-- windowsDLLname -->
-<!ENTITY XercesC3UnixSoVersion   "3.1">                          <!-- unixlibversion -->
+<!ENTITY XercesC3WindowsDLL      "xerces-c_3_2">                 <!-- windowsDLLname -->
+<!ENTITY XercesC3UnixSoVersion   "3.2">                          <!-- unixlibversion -->
 <!ENTITY XercesC3UnixLib         "libxerces-c">                  <!-- unixlibname -->
 <!ENTITY XercesC3Namespace       "xercesc">                      <!-- C++ namespace name -->
-<!ENTITY XercesC3NSVersion       "xercesc_3_1">                  <!-- C++ namespace name with Version -->
+<!ENTITY XercesC3NSVersion       "xercesc_3_2">                  <!-- C++ namespace name with Version -->



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org