[cpp-xmltooling] branch main updated: Bump library version.

Scott Cantor cantor.2 at osu.edu
Wed Dec 2 16:10:33 UTC 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository cpp-xmltooling.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=8144ffee81ad3c5772a1931e00325cf02ce246df

The following commit(s) were added to refs/heads/main by this push:
       new  8144ffe   Bump library version.
8144ffe is described below

commit 8144ffee81ad3c5772a1931e00325cf02ce246df
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Dec 2 11:10:26 2020 -0500

    Bump library version.
---
 Projects/vc15/xmltooling/xmltooling-lite.vcxproj |  8 ++++----
 Projects/vc15/xmltooling/xmltooling.vcxproj      |  8 ++++----
 config_win32.h                                   |  6 +++---
 configure.ac                                     |  2 +-
 xmltooling.spec.in                               | 12 +++++------
 xmltooling/Makefile.am                           |  2 +-
 xmltooling/version.h                             |  2 +-
 xmltooling/xmltooling.rc                         | 26 ++++++++++++------------
 8 files changed, 33 insertions(+), 33 deletions(-)

diff --git a/Projects/vc15/xmltooling/xmltooling-lite.vcxproj b/Projects/vc15/xmltooling/xmltooling-lite.vcxproj
index cf80b6d..fb5b4a5 100644
--- a/Projects/vc15/xmltooling/xmltooling-lite.vcxproj
+++ b/Projects/vc15/xmltooling/xmltooling-lite.vcxproj
@@ -89,10 +89,10 @@
     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
-    <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)3_1</TargetName>
-    <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectName)3_1</TargetName>
-    <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)3_1D</TargetName>
-    <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectName)3_1D</TargetName>
+    <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)3_2</TargetName>
+    <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectName)3_2</TargetName>
+    <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)3_2D</TargetName>
+    <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectName)3_2D</TargetName>
   </PropertyGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     <ClCompile>
diff --git a/Projects/vc15/xmltooling/xmltooling.vcxproj b/Projects/vc15/xmltooling/xmltooling.vcxproj
index 81aaea5..7dcd412 100644
--- a/Projects/vc15/xmltooling/xmltooling.vcxproj
+++ b/Projects/vc15/xmltooling/xmltooling.vcxproj
@@ -87,10 +87,10 @@
     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
-    <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)3_1D</TargetName>
-    <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectName)3_1D</TargetName>
-    <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)3_1</TargetName>
-    <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectName)3_1</TargetName>
+    <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)3_2D</TargetName>
+    <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectName)3_2D</TargetName>
+    <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)3_2</TargetName>
+    <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectName)3_2</TargetName>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     <IntDir>$(SolutionDir)..\..\Build\VC15\$(projectName)\$(Platform)\$(Configuration)\</IntDir>
diff --git a/config_win32.h b/config_win32.h
index b58ae55..4a382d0 100644
--- a/config_win32.h
+++ b/config_win32.h
@@ -106,13 +106,13 @@
 #define PACKAGE_NAME "xmltooling"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xmltooling 3.1.0"
+#define PACKAGE_STRING "xmltooling 3.2.0"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xmltooling"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "3.1.0"
+#define PACKAGE_VERSION "3.2.0"
 
 /* Define to the necessary symbol if this constant uses a non-standard name on
    your system. */
@@ -125,7 +125,7 @@
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#define VERSION "3.1.0"
+#define VERSION "3.2.0"
 
 /* Define if you wish to disable XML-Security-dependent features. */
 /* #undef XMLTOOLING_NO_XMLSEC */
diff --git a/configure.ac b/configure.ac
index ca34d84..c4da772 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 # Process this file with autoreconf
 AC_PREREQ([2.50])
-AC_INIT([xmltooling],[3.1.0],[https://issues.shibboleth.net/],[xmltooling])
+AC_INIT([xmltooling],[3.2.0],[https://issues.shibboleth.net/],[xmltooling])
 AC_CONFIG_SRCDIR(xmltooling)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_MACRO_DIR(m4)
diff --git a/xmltooling.spec.in b/xmltooling.spec.in
index 70d4d7a..0494c74 100644
--- a/xmltooling.spec.in
+++ b/xmltooling.spec.in
@@ -47,7 +47,7 @@ for declaring element- and type-specific API and implementation
 classes to add value around the DOM, as well as signing and encryption
 support.
 
-%package -n lib at PACKAGE_NAME@9
+%package -n lib at PACKAGE_NAME@10
 Summary:    OpenSAML XMLTooling library
 Group:      Development/Libraries/C and C++
 Provides:   @PACKAGE_NAME@ = %{version}-%{release}
@@ -56,7 +56,7 @@ Obsoletes:  @PACKAGE_NAME@ < %{version}-%{release}
 Requires: libcurl-openssl >= 7.21.7
 %endif
 
-%description -n lib at PACKAGE_NAME@9
+%description -n lib at PACKAGE_NAME@10
 The XMLTooling library contains generic XML parsing and processing
 classes based on the Xerces-C DOM. It adds more powerful facilities
 for declaring element- and type-specific API and implementation
@@ -68,7 +68,7 @@ This package contains just the shared library.
 %package -n lib at PACKAGE_NAME@-devel
 Summary:	XMLTooling development Headers
 Group:		Development/Libraries/C and C++
-Requires:	lib at PACKAGE_NAME@9 = %{version}-%{release}
+Requires:	lib at PACKAGE_NAME@10 = %{version}-%{release}
 Provides:	@PACKAGE_NAME at -devel = %{version}-%{release}
 Obsoletes:	@PACKAGE_NAME at -devel < %{version}-%{release}
 Requires:  libxerces-c-devel >= 3.2
@@ -126,11 +126,11 @@ This package includes XML schemas and related files.
 %clean
 [ "$RPM_BUILD_ROOT" != "/" ] && %{__rm} -rf $RPM_BUILD_ROOT
 
-%post -n lib at PACKAGE_NAME@9 -p /sbin/ldconfig
+%post -n lib at PACKAGE_NAME@10 -p /sbin/ldconfig
 
-%postun -n lib at PACKAGE_NAME@9 -p /sbin/ldconfig
+%postun -n lib at PACKAGE_NAME@10 -p /sbin/ldconfig
 
-%files -n lib at PACKAGE_NAME@9
+%files -n lib at PACKAGE_NAME@10
 %defattr(-,root,root,-)
 %{_libdir}/*.so.*
 %exclude %{_libdir}/*.la
diff --git a/xmltooling/Makefile.am b/xmltooling/Makefile.am
index 0b172fb..4dfd4c5 100644
--- a/xmltooling/Makefile.am
+++ b/xmltooling/Makefile.am
@@ -229,7 +229,7 @@ common_LIBADD = \
 	$(PTHREAD_LIBS) \
 	$(dlopen_LIBS)
 
-AM_LDFLAGS = -version-info 9:0:0
+AM_LDFLAGS = -version-info 10:0:0
 
 libxmltooling_lite_la_SOURCES = \
 	${common_sources}
diff --git a/xmltooling/version.h b/xmltooling/version.h
index 726b20d..b26c6fb 100644
--- a/xmltooling/version.h
+++ b/xmltooling/version.h
@@ -43,7 +43,7 @@
  */
 
 #define XMLTOOLING_VERSION_MAJOR 3
-#define XMLTOOLING_VERSION_MINOR 1
+#define XMLTOOLING_VERSION_MINOR 2
 #define XMLTOOLING_VERSION_REVISION 0
 
 /** DO NOT MODIFY BELOW THIS LINE */
diff --git a/xmltooling/xmltooling.rc b/xmltooling/xmltooling.rc
index e33b323..cb2bd39 100644
--- a/xmltooling/xmltooling.rc
+++ b/xmltooling/xmltooling.rc
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,1,0,1
- PRODUCTVERSION 3,1,0,1
+ FILEVERSION 3,2,0,0
+ PRODUCTVERSION 3,2,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -51,38 +51,38 @@ BEGIN
 #else
             VALUE "FileDescription", "OpenSAML XMLTooling Library\0"
 #endif
-            VALUE "FileVersion", "3, 1, 0, 1\0"
+            VALUE "FileVersion", "3, 2, 0, 0\0"
 #ifdef XMLTOOLING_LITE
 #ifdef _DEBUG
-            VALUE "InternalName", "xmltooling-lite3_1D\0"
+            VALUE "InternalName", "xmltooling-lite3_2D\0"
 #else
-            VALUE "InternalName", "xmltooling-lite3_1\0"
+            VALUE "InternalName", "xmltooling-lite3_2\0"
 #endif
 #else
 #ifdef _DEBUG
-            VALUE "InternalName", "xmltooling3_1D\0"
+            VALUE "InternalName", "xmltooling3_2D\0"
 #else
-            VALUE "InternalName", "xmltooling3_1\0"
+            VALUE "InternalName", "xmltooling3_2\0"
 #endif
 #endif
             VALUE "LegalCopyright", "Copyright 2020 Various\0"
             VALUE "LegalTrademarks", "\0"
 #ifdef XMLTOOLING_LITE
 #ifdef _DEBUG
-            VALUE "OriginalFilename", "xmltooling-lite3_1D.dll\0"
+            VALUE "OriginalFilename", "xmltooling-lite3_2D.dll\0"
 #else
-            VALUE "OriginalFilename", "xmltooling-lite3_1.dll\0"
+            VALUE "OriginalFilename", "xmltooling-lite3_2.dll\0"
 #endif
 #else
 #ifdef _DEBUG
-            VALUE "OriginalFilename", "xmltooling3_1.dll\0"
+            VALUE "OriginalFilename", "xmltooling3_2.dll\0"
 #else
-            VALUE "OriginalFilename", "xmltooling3_1.dll\0"
+            VALUE "OriginalFilename", "xmltooling3_2.dll\0"
 #endif
 #endif
             VALUE "PrivateBuild", "\0"
-            VALUE "ProductName", "OpenSAML 3.1.0\0"
-            VALUE "ProductVersion", "3, 1, 0, 1\0"
+            VALUE "ProductName", "OpenSAML 3.2.0\0"
+            VALUE "ProductVersion", "3, 2, 0, 0\0"
             VALUE "SpecialBuild", "\0"
         END
     END

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list