[jira] [Resolved] (XALANC-809) XalanTransformer/XalanCAPI.h

2020-06-07 Thread Roger Leigh (Jira)


 [ 
https://issues.apache.org/jira/browse/XALANC-809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Roger Leigh resolved XALANC-809.

Resolution: Fixed

> XalanTransformer/XalanCAPI.h
> 
>
> Key: XALANC-809
> URL: https://issues.apache.org/jira/browse/XALANC-809
> Project: XalanC
>  Issue Type: Bug
>  Components: XalanC
>Affects Versions: 1.12
> Environment: FreeBSD 12
>Reporter: Roger Leigh
>Assignee: Roger Leigh
>Priority: Major
> Fix For: 1.13
>
>
> Noticed while packaging 1.12 for the FreeBSD ports, this header is present 
> but not installed.  Patch is trivial:
> {noformat}
> diff --git a/src/xalanc/CMakeLists.txt b/src/xalanc/CMakeLists.txt
> index eee478e03..a5d9131c4 100644
> --- a/src/xalanc/CMakeLists.txt
> +++ b/src/xalanc/CMakeLists.txt
> @@ -832,6 +832,7 @@ set(xalantransformer_sources
>XalanTransformer/XercesDOMWrapperParsedSource.cpp)
>  set(xalantransformer_headers
> +  XalanTransformer/XalanCAPI.h
>XalanTransformer/XalanCompiledStylesheetDefault.hpp
>XalanTransformer/XalanCompiledStylesheet.hpp
>XalanTransformer/XalanDefaultDocumentBuilder.hpp
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
For additional commands, e-mail: dev-h...@xalan.apache.org



[GitHub] [xalan-c] rleigh-codelibre merged pull request #32: XALANC-809: Install XalanTransformer/XalanCAPI.h

2020-06-07 Thread GitBox


rleigh-codelibre merged pull request #32:
URL: https://github.com/apache/xalan-c/pull/32


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
For additional commands, e-mail: dev-h...@xalan.apache.org



[jira] [Assigned] (XALANC-809) XalanTransformer/XalanCAPI.h

2020-06-07 Thread Roger Leigh (Jira)


 [ 
https://issues.apache.org/jira/browse/XALANC-809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Roger Leigh reassigned XALANC-809:
--

Assignee: Roger Leigh  (was: Gary D. Gregory)

> XalanTransformer/XalanCAPI.h
> 
>
> Key: XALANC-809
> URL: https://issues.apache.org/jira/browse/XALANC-809
> Project: XalanC
>  Issue Type: Bug
>  Components: XalanC
>Affects Versions: 1.12
> Environment: FreeBSD 12
>Reporter: Roger Leigh
>Assignee: Roger Leigh
>Priority: Major
> Fix For: 1.13
>
>
> Noticed while packaging 1.12 for the FreeBSD ports, this header is present 
> but not installed.  Patch is trivial:
> {noformat}
> diff --git a/src/xalanc/CMakeLists.txt b/src/xalanc/CMakeLists.txt
> index eee478e03..a5d9131c4 100644
> --- a/src/xalanc/CMakeLists.txt
> +++ b/src/xalanc/CMakeLists.txt
> @@ -832,6 +832,7 @@ set(xalantransformer_sources
>XalanTransformer/XercesDOMWrapperParsedSource.cpp)
>  set(xalantransformer_headers
> +  XalanTransformer/XalanCAPI.h
>XalanTransformer/XalanCompiledStylesheetDefault.hpp
>XalanTransformer/XalanCompiledStylesheet.hpp
>XalanTransformer/XalanDefaultDocumentBuilder.hpp
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
For additional commands, e-mail: dev-h...@xalan.apache.org



[GitHub] [xalan-c] rleigh-codelibre opened a new pull request #32: XALANC-809: Install XalanTransformer/XalanCAPI.h

2020-06-07 Thread GitBox


rleigh-codelibre opened a new pull request #32:
URL: https://github.com/apache/xalan-c/pull/32


   This should have been installed, but was missed.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
For additional commands, e-mail: dev-h...@xalan.apache.org



[jira] [Created] (XALANC-809) XalanTransformer/XalanCAPI.h

2020-06-07 Thread Roger Leigh (Jira)
Roger Leigh created XALANC-809:
--

 Summary: XalanTransformer/XalanCAPI.h
 Key: XALANC-809
 URL: https://issues.apache.org/jira/browse/XALANC-809
 Project: XalanC
  Issue Type: Bug
  Components: XalanC
Affects Versions: 1.12
 Environment: FreeBSD 12
Reporter: Roger Leigh
Assignee: Gary D. Gregory
 Fix For: 1.13


Noticed while packaging 1.12 for the FreeBSD ports, this header is present but 
not installed.  Patch is trivial:


{noformat}
diff --git a/src/xalanc/CMakeLists.txt b/src/xalanc/CMakeLists.txt
index eee478e03..a5d9131c4 100644
--- a/src/xalanc/CMakeLists.txt
+++ b/src/xalanc/CMakeLists.txt
@@ -832,6 +832,7 @@ set(xalantransformer_sources
   XalanTransformer/XercesDOMWrapperParsedSource.cpp)

 set(xalantransformer_headers
+  XalanTransformer/XalanCAPI.h
   XalanTransformer/XalanCompiledStylesheetDefault.hpp
   XalanTransformer/XalanCompiledStylesheet.hpp
   XalanTransformer/XalanDefaultDocumentBuilder.hpp
{noformat}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
For additional commands, e-mail: dev-h...@xalan.apache.org



[GitHub] [xalan-c] rleigh-codelibre merged pull request #31: KEYS: Add rle...@apache.org

2020-06-07 Thread GitBox


rleigh-codelibre merged pull request #31:
URL: https://github.com/apache/xalan-c/pull/31


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
For additional commands, e-mail: dev-h...@xalan.apache.org



[GitHub] [xalan-c] rleigh-codelibre commented on pull request #31: KEYS: Add rle...@apache.org

2020-06-07 Thread GitBox


rleigh-codelibre commented on pull request #31:
URL: https://github.com/apache/xalan-c/pull/31#issuecomment-640248910


   No source changes, just the key update.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
For additional commands, e-mail: dev-h...@xalan.apache.org



[GitHub] [xalan-c] rleigh-codelibre opened a new pull request #31: KEYS: Add rle...@apache.org

2020-06-07 Thread GitBox


rleigh-codelibre opened a new pull request #31:
URL: https://github.com/apache/xalan-c/pull/31


   Add my key to match KEYS in the release directory



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
For additional commands, e-mail: dev-h...@xalan.apache.org



[jira] [Assigned] (XALANC-803) MinGW build is broken

2020-06-07 Thread Roger Leigh (Jira)


 [ 
https://issues.apache.org/jira/browse/XALANC-803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Roger Leigh reassigned XALANC-803:
--

Assignee: Roger Leigh  (was: Gary D. Gregory)

> MinGW build is broken
> -
>
> Key: XALANC-803
> URL: https://issues.apache.org/jira/browse/XALANC-803
> Project: XalanC
>  Issue Type: Bug
>  Components: XalanC
>Affects Versions: 1.12
>Reporter: Roger Leigh
>Assignee: Roger Leigh
>Priority: Major
> Fix For: 1.13
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> HANDLE and other macros not defined.  Likely need to check if it should be 
> using the Unix or Windows includes and types, and adjust to make MinGW work.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
For additional commands, e-mail: dev-h...@xalan.apache.org



Release announcement: Xalan-C++ 1.12

2020-06-07 Thread Roger Leigh

Dear all,

I am pleased to announce the release of Xalan-C++ 1.12. The focus of
this release was stability and compatibility, incorporating a number
of critical bugfixes which were previously applied as patches to
Xalan-C++ 1.11 by distributors, and updates to support current C++
standards and compilers.  The majority of changes are bugfixes or
portability improvements.  We additionally added a CMake build system
to replace both the multiple project files for Visual Studio and the
Autoconf build with a single build system which supports all platforms.
A list of the changes may be found at the end of this email, and also
at https://apache.github.io/xalan-c/releases.html

Downloads:

* https://downloads.apache.org/xalan/xalan-c/sources/
* https://github.com/apache/xalan-c/releases/tag/Xalan-C_1_12_0 (copy of 
downloads)
* http://archive.apache.org/dist/xalan/xalan-c/sources/ (pending 
automated sync)


Documentation:

* http://xalan.apache.org/xalan-c/index.html
* https://apache.github.io/xalan-c/ (new location)

Supported platforms:

* FreeBSD-12 with LLVM 8
* Linux and GCC 7.4 and GCC 9.3
* MacOS and Xcode 9.4
* Microsoft Visual Studio 2019
* Microsoft Visual Studio 2017
* Microsoft Visual Studio 2015

Any platform which can run CMake and has a standard C++ compiler should
be able to build Xalan-C++.  The above are the platforms covered by our
Travis and AppVeyor CI testing, as well as developers' systems.

Errata:

* Cygwin and MinGW are not functional in this release without making
  some manual source modifications.  See
  https://issues.apache.org/jira/browse/XALANC-803 for a suggested
  (but untested by us) MinGW fix

Distributors should note the following:

* There is no longer a top-level /c/ directory in the release archives
* runConfigure no longer exists; please use CMake
* Documentation is no longer provided as an archive; please generate
  the doxygen documentation with the "doc-api" target, and HTML can be
  generated from the GitHub markdown with a suitable generator tool
* Tests may be run with "ctest"; they don't currently use xalan-test
  but you can do this yourself if desired


Your feedback is both desired and appreciated.  This is the first
Xalan-C++ release for some years, and if you encounter any portability
problems or bugs on systems we have not tested, we would like to
know so we can fix them as soon as possible.  Likewise if you find
any missing or broken functionality.


Kind regards,
Roger Leigh


## Major changes

The focus of this release is stability and compatibility.  The majority
of changes are bugfixes or portability improvements.

* Xerces-C++ versions 3.0 and newer are supported. Xerces-C++
  Version 3.2.3 is the preferred stable release.
* Addition of a CMake build for all supported platforms.
* Rewrite of StyleBook XML documentation in Markdown, hosted at
[https://apache.github.io/xalan-c/](https://apache.github.io/xalan-c/).
* Removal of MacOS and Windows project files for old IDE versions.
* Removal of Autoconf build.
* Xalan-C++ now supports Microsoft Visual Studio 2019 and earlier
  via the new CMake build, which replaces the old version-specific
  project and solution files.
* Xalan-C++ now also supports building with C++11, C++14 and C++17.
* Cygwin and MinGW are known to be nonfunctional in this release.
  Restoring full support will be a goal for 1.13.

## Issues resolved

### Bug

* [XALANC-751](https://issues.apache.org/jira/browse/XALANC-751): 
Segmentation fault in TestXSLT
* [XALANC-773](https://issues.apache.org/jira/browse/XALANC-773): Build 
failure with Xerces-C++ 3.2.0 and VS2015
* [XALANC-787](https://issues.apache.org/jira/browse/XALANC-787): Drop 
MacOS and Windows project files
* [XALANC-788](https://issues.apache.org/jira/browse/XALANC-788): Drop 
Autoconf build
* [XALANC-789](https://issues.apache.org/jira/browse/XALANC-789): Check 
CMake build correctly versions libraries on all platforms
* [XALANC-790](https://issues.apache.org/jira/browse/XALANC-790): Ensure 
CMake is using the library rc files for both libraries
* [XALANC-792](https://issues.apache.org/jira/browse/XALANC-792): 
Replace StyleBook documentation with a supported equivalent
* [XALANC-793](https://issues.apache.org/jira/browse/XALANC-793): CMake 
build should install pkg-config file
* [XALANC-794](https://issues.apache.org/jira/browse/XALANC-794): 
XalanTransform does not transform anything
* [XALANC-795](https://issues.apache.org/jira/browse/XALANC-795): CMake 
CTest should run all samples as well as unit tests
* [XALANC-797](https://issues.apache.org/jira/browse/XALANC-797): 
Generate XalanVersion.hpp
* [XALANC-798](https://issues.apache.org/jira/browse/XALANC-798): Remove 
use of version.incl
* [XALANC-799](https://issues.apache.org/jira/browse/XALANC-799): Remove 
use of winres.h in XalanMsgLib.rc
* [XALANC-800](https://issues.apache.org/jira/browse/XALANC-800): Add 
CMake feature tests to replace specific platform definitions
* 

[jira] [Commented] (XALANC-803) MinGW build is broken

2020-06-07 Thread Patrick Northon (Jira)


[ 
https://issues.apache.org/jira/browse/XALANC-803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17127679#comment-17127679
 ] 

Patrick Northon commented on XALANC-803:


The fix would be to change `_MSC_VER` to `_WIN32` in 
src/xalanc/XalanExe/XalanExe.cpp.

> MinGW build is broken
> -
>
> Key: XALANC-803
> URL: https://issues.apache.org/jira/browse/XALANC-803
> Project: XalanC
>  Issue Type: Bug
>  Components: XalanC
>Affects Versions: 1.12
>Reporter: Roger Leigh
>Assignee: Gary D. Gregory
>Priority: Major
> Fix For: 1.13
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> HANDLE and other macros not defined.  Likely need to check if it should be 
> using the Unix or Windows includes and types, and adjust to make MinGW work.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
For additional commands, e-mail: dev-h...@xalan.apache.org



[xalan-site] branch master updated: Add front page update for Xalan-C++ 1.12

2020-06-07 Thread rleigh
This is an automated email from the ASF dual-hosted git repository.

rleigh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/xalan-site.git


The following commit(s) were added to refs/heads/master by this push:
 new bcbc4db  Add front page update for Xalan-C++ 1.12
 new f9a2e99  Merge branch 'xalan-c-1.12-main-page'
bcbc4db is described below

commit bcbc4db9d7a129cd4d8e38439df40aae21826c97
Author: Roger Leigh 
AuthorDate: Sun Jun 7 10:50:00 2020 +0100

Add front page update for Xalan-C++ 1.12
---
 charter.html |  2 +-
 index.html   | 45 ++--
 xdocs/sources/xalan-apache-org/index.xml | 43 ++
 3 files changed, 40 insertions(+), 50 deletions(-)

diff --git a/charter.html b/charter.html
index 3c22ad4..4f75f08 100644
--- a/charter.html
+++ b/charter.html
@@ -468,7 +468,7 @@
 (top)
 
 
-Copyright © 1999-2014 The Apache Software FoundationApache, Xalan, and the Feather logo are trademarks of The Apache Software 
FoundationWeb Page created on - Fri 2014-05-16
+Copyright © 1999-2014 The Apache Software FoundationApache, Xalan, and the Feather logo are trademarks of The Apache Software 
FoundationWeb Page created on - Sun 2020-06-07
 
 
 
diff --git a/index.html b/index.html
index 0a17d1c..f7bac2e 100644
--- a/index.html
+++ b/index.html
@@ -188,34 +188,29 @@ executable programs to transform XML documents using XSLT 
stylesheets.
 
 Xalan C++ Project
 The Xalan-C project officially
-released version 1.11 on November 2, 2012.  The most significant
-enhancement is the ability to supply top-level stylesheet parameters of
-various types.  They include string, nodeset, and number.  A nodeset
-paramter can be any parsed XML document or XML fragment.  A number
-parameter can be any value of type double.  A string parameter is any
-unicode text string.
+released version 1.12 on the 7th June, 2020.  The focus of this release
+was stability and compatibility, fixing critical bugs and updating the
+codebase to work with modern C++ standards and compilers, and adding a
+CMake-based build to support all platforms with a single well-supported
+build tool.  The full changes are documented in the
+Release History.
 
-Xalan-C 1.11 supports C++ development and has been successfully tested on 
the
-following platforms
+Xalan-C 1.12 supports C++ development and has been successfully
+tested on the following platforms:
 
-Microsoft Visual Studio 2003
-Microsoft Visual Studio 2005
-Microsoft Visual Studio 2008
-Microsoft Visual Studio 2010
-Linux and GCC 4.4.5
-Solaris-10 with SunStudio-12.3
-FreeBSD-9 with GCC 4.2
-OpenBSD with GCC
-AIX
+FreeBSD-12 with LLVM 8
+Linux and GCC 7.4 and GCC 9.3
+MacOS and Xcode 9.4
+Microsoft Visual Studio 2019
+Microsoft Visual Studio 2017
+Microsoft Visual Studio 2015
 
-Xalan-C builds should also work for Mac OsX, HPUX, and some IBM mainframe
-and AS400 platforms.
+Xalan-C should work on any platform supported by CMake with a
+standard C++ compiler.
 
-The GNU make utility should be used with the UNIX/POSIX platforms.
-
-The Xalan-1.10 and older
-releases are available on the http://archive.apache.org/dist/xml/xalan-c;>
-Apache Archives.
+
+Older releases are available on the
+http://archive.apache.org/dist/xml/xalan-c;>Apache Archives.
 
 
 
@@ -306,7 +301,7 @@ participate in the various development efforts.
 (top)
 
 
-Copyright © 1999-2014 The Apache Software FoundationApache, Xalan, and the Feather logo are trademarks of The Apache Software 
FoundationWeb Page created on - Fri 2014-05-16
+Copyright © 1999-2014 The Apache Software FoundationApache, Xalan, and the Feather logo are trademarks of The Apache Software 
FoundationWeb Page created on - Sun 2020-06-07
 
 
 
diff --git a/xdocs/sources/xalan-apache-org/index.xml 
b/xdocs/sources/xalan-apache-org/index.xml
index 14b7b16..af75407 100644
--- a/xdocs/sources/xalan-apache-org/index.xml
+++ b/xdocs/sources/xalan-apache-org/index.xml
@@ -65,34 +65,29 @@ executable programs to transform XML documents using XSLT 
stylesheets.
 
 
 The Xalan-C project officially
-released version 1.11 on November 2, 2012.  The most significant
-enhancement is the ability to supply top-level stylesheet parameters of
-various types.  They include string, nodeset, and number.  A nodeset
-paramter can be any parsed XML document or XML fragment.  A number
-parameter can be any value of type double.  A string parameter is any
-unicode text string.
+released version 1.12 on the 7th June, 2020.  The focus of this release
+was stability and compatibility, fixing critical bugs and updating the
+codebase to work with modern C++ standards and compilers, and adding a
+CMake-based build to support all platforms with a single well-supported
+build tool.  The full changes are documented in the
+Release History.
 
-Xalan-C 1.11 supports C++ development and has been successfully tested on 
the
-following platforms
+Xalan-C 1.12 

[xalan-site] 01/01: Add front page update for Xalan-C++ 1.12

2020-06-07 Thread rleigh
This is an automated email from the ASF dual-hosted git repository.

rleigh pushed a commit to branch stage
in repository https://gitbox.apache.org/repos/asf/xalan-site.git

commit 2f1263202c42e282df4fd5bc91b509850d6c5584
Author: Roger Leigh 
AuthorDate: Sun Jun 7 10:50:00 2020 +0100

Add front page update for Xalan-C++ 1.12
---
 charter.html |  2 +-
 index.html   | 45 ++--
 xdocs/sources/xalan-apache-org/index.xml | 43 ++
 3 files changed, 40 insertions(+), 50 deletions(-)

diff --git a/charter.html b/charter.html
index 3c22ad4..4f75f08 100644
--- a/charter.html
+++ b/charter.html
@@ -468,7 +468,7 @@
 (top)
 
 
-Copyright © 1999-2014 The Apache Software FoundationApache, Xalan, and the Feather logo are trademarks of The Apache Software 
FoundationWeb Page created on - Fri 2014-05-16
+Copyright © 1999-2014 The Apache Software FoundationApache, Xalan, and the Feather logo are trademarks of The Apache Software 
FoundationWeb Page created on - Sun 2020-06-07
 
 
 
diff --git a/index.html b/index.html
index 0a17d1c..f74071d 100644
--- a/index.html
+++ b/index.html
@@ -188,34 +188,29 @@ executable programs to transform XML documents using XSLT 
stylesheets.
 
 Xalan C++ Project
 The Xalan-C project officially
-released version 1.11 on November 2, 2012.  The most significant
-enhancement is the ability to supply top-level stylesheet parameters of
-various types.  They include string, nodeset, and number.  A nodeset
-paramter can be any parsed XML document or XML fragment.  A number
-parameter can be any value of type double.  A string parameter is any
-unicode text string.
+released version 1.12 on the 7th June, 2020.  The focus of this release
+was stability and compatibility, fixing critical bugs and updating the
+codebase to work with modern C++ standards and compilers, and adding a
+CMake-based build to support all platforms with a single well-supported
+build tool.  The full changes are documented in the
+Release History.
 
-Xalan-C 1.11 supports C++ development and has been successfully tested on 
the
-following platforms
+Xalan-C 1.12 supports C++ development and has been successfully
+tested on the following platforms
 
-Microsoft Visual Studio 2003
-Microsoft Visual Studio 2005
-Microsoft Visual Studio 2008
-Microsoft Visual Studio 2010
-Linux and GCC 4.4.5
-Solaris-10 with SunStudio-12.3
-FreeBSD-9 with GCC 4.2
-OpenBSD with GCC
-AIX
+FreeBSD-12 with LLVM 8
+Linux and GCC 7.4 and GCC 9.3
+MacOS and Xcode 9.4
+Microsoft Visual Studio 2019
+Microsoft Visual Studio 2017
+Microsoft Visual Studio 2015
 
-Xalan-C builds should also work for Mac OsX, HPUX, and some IBM mainframe
-and AS400 platforms.
+Xalan-C should work on any platform supported by CMake with a
+standard C++ compiler.
 
-The GNU make utility should be used with the UNIX/POSIX platforms.
-
-The Xalan-1.10 and older
-releases are available on the http://archive.apache.org/dist/xml/xalan-c;>
-Apache Archives.
+
+Older releases are available on the
+http://archive.apache.org/dist/xml/xalan-c;>Apache Archives.
 
 
 
@@ -306,7 +301,7 @@ participate in the various development efforts.
 (top)
 
 
-Copyright © 1999-2014 The Apache Software FoundationApache, Xalan, and the Feather logo are trademarks of The Apache Software 
FoundationWeb Page created on - Fri 2014-05-16
+Copyright © 1999-2014 The Apache Software FoundationApache, Xalan, and the Feather logo are trademarks of The Apache Software 
FoundationWeb Page created on - Sun 2020-06-07
 
 
 
diff --git a/xdocs/sources/xalan-apache-org/index.xml 
b/xdocs/sources/xalan-apache-org/index.xml
index 14b7b16..fba5b03 100644
--- a/xdocs/sources/xalan-apache-org/index.xml
+++ b/xdocs/sources/xalan-apache-org/index.xml
@@ -65,34 +65,29 @@ executable programs to transform XML documents using XSLT 
stylesheets.
 
 
 The Xalan-C project officially
-released version 1.11 on November 2, 2012.  The most significant
-enhancement is the ability to supply top-level stylesheet parameters of
-various types.  They include string, nodeset, and number.  A nodeset
-paramter can be any parsed XML document or XML fragment.  A number
-parameter can be any value of type double.  A string parameter is any
-unicode text string.
+released version 1.12 on the 7th June, 2020.  The focus of this release
+was stability and compatibility, fixing critical bugs and updating the
+codebase to work with modern C++ standards and compilers, and adding a
+CMake-based build to support all platforms with a single well-supported
+build tool.  The full changes are documented in the
+Release History.
 
-Xalan-C 1.11 supports C++ development and has been successfully tested on 
the
-following platforms
+Xalan-C 1.12 supports C++ development and has been successfully
+tested on the following platforms
 
-Microsoft Visual Studio 2003
-Microsoft Visual Studio 2005
-Microsoft Visual Studio 2008
-Microsoft Visual Studio 2010
-Linux and 

[xalan-site] branch stage updated (d2c030b -> 2f12632)

2020-06-07 Thread rleigh
This is an automated email from the ASF dual-hosted git repository.

rleigh pushed a change to branch stage
in repository https://gitbox.apache.org/repos/asf/xalan-site.git.


from d2c030b  Update redirect of licence page
 add 2d07b7f  Merge branch 'xalan-c-1.12'
 new 2f12632  Add front page update for Xalan-C++ 1.12

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 charter.html |  2 +-
 index.html   | 45 ++--
 xdocs/sources/xalan-apache-org/index.xml | 43 ++
 3 files changed, 40 insertions(+), 50 deletions(-)


-
To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
For additional commands, e-mail: dev-h...@xalan.apache.org



Re: Call for votes: Xalan-C++ 1.12

2020-06-07 Thread Roger Leigh

Dear all,


Thanks for the reponses.  I should have said in the mail that was a +1 
from myself as well.  So we should be OK to proceed with making the 
release, which I'll try to get done later today.



Thanks,

Roger

On 06/06/2020 12:39, Roger Leigh wrote:


Dear all,


With no additional feedback from 1.12RC2 
(https://github.com/apache/xalan-c/releases/tag/Xalan-C_1_12_0_RC2) I 
would like to propose releasing 1.12RC2 as 1.12 with no further code 
changes.  There will be one additional update to make the release, 
changing a single line in 
https://github.com/apache/xalan-c/blob/34d50dfbd12b05fb32dcb4ba153e4a91df513de2/docs/releases.md 
(changing "Unreleased" to the release date once approved).


This release will also include switching the website over to use the 
new documentation at https://apache.github.io/xalan-c/



Kind regards,

Roger