RE: Xerces-C 3.2.1rc2 posted

2018-02-19 Thread Cantor, Scott
> Nothing else showed up today.  If it would be possible to do an rc3 with
> the fixes I committed rolled in, I'll do another round of testing to
> double-check the changes.

My Macbook is at home, I'll rebuild it this evening.

-- Scott



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



Re: Xerces-C 3.2.1rc2 posted

2018-02-19 Thread rleigh

On 2018-02-18 23:19, Roger Leigh wrote:

On 16/02/18 22:18, Cantor, Scott wrote:

Signed distributions available here:
https://dist.apache.org/repos/dist/dev/xerces/c/3/sources/

Release notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12341423

Will call for a vote next week if nothing else pops up.


I added a couple of commits to address a couple of problems:

1) A header variable substitution was wrong for MSVC, leading to a
xerces-c_.lib missing the major version.

2) Moving the version numbers out of XercesVersion.hpp to a generated
header broke tools which relied on parsing the version number out of
the header such as FindXercesC (CMake).  Generating XercesVersion.hpp
directly avoids such breakage.

I'm resting with these two patches, and I'll let you know if I find
anything else tomorrow.


Nothing else showed up today.  If it would be possible to do an rc3 with 
the fixes I committed rolled in, I'll do another round of testing to 
double-check the changes.


Thanks,
Roger

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



Re: Xerces-C 3.2.1rc2 posted

2018-02-18 Thread Roger Leigh



On 18/02/18 23:19, Roger Leigh wrote:

On 16/02/18 22:18, Cantor, Scott wrote:

Signed distributions available here:
https://dist.apache.org/repos/dist/dev/xerces/c/3/sources/

Release notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12341423 



Will call for a vote next week if nothing else pops up.


I added a couple of commits to address a couple of problems:

1) A header variable substitution was wrong for MSVC, leading to a 
xerces-c_.lib missing the major version.


2) Moving the version numbers out of XercesVersion.hpp to a generated 
header broke tools which relied on parsing the version number out of the 
header such as FindXercesC (CMake).  Generating XercesVersion.hpp 
directly avoids such breakage.


I'm resting with these two patches, and I'll let you know if I find 
anything else tomorrow.


s;resting;re-testing;!

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



Re: Xerces-C 3.2.1rc2 posted

2018-02-18 Thread Roger Leigh

On 16/02/18 22:18, Cantor, Scott wrote:

Signed distributions available here:
https://dist.apache.org/repos/dist/dev/xerces/c/3/sources/

Release notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12341423

Will call for a vote next week if nothing else pops up.


I added a couple of commits to address a couple of problems:

1) A header variable substitution was wrong for MSVC, leading to a 
xerces-c_.lib missing the major version.


2) Moving the version numbers out of XercesVersion.hpp to a generated 
header broke tools which relied on parsing the version number out of the 
header such as FindXercesC (CMake).  Generating XercesVersion.hpp 
directly avoids such breakage.


I'm resting with these two patches, and I'll let you know if I find 
anything else tomorrow.


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



Xerces-C 3.2.1rc2 posted

2018-02-16 Thread Cantor, Scott
Signed distributions available here:
https://dist.apache.org/repos/dist/dev/xerces/c/3/sources/

Release notes:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12341423

Will call for a vote next week if nothing else pops up.

-- Scott