[xmltooling] 01/05: Bump version to 1.6.1

Etienne Dysli Metref edm-guest at moszumanska.debian.org
Thu Nov 16 08:00:33 UTC 2017


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

edm-guest pushed a commit to branch maint-1.6
in repository xmltooling.

commit 79d29b253769b2eb3d92e916467cf00394790738
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   Sun Nov 12 17:24:44 2017 -0500

    Bump version to 1.6.1
---
 .gitignore               |  2 ++
 config_win32.h           |  6 +++---
 configure.ac             |  2 +-
 xmltooling/Makefile.am   |  4 ++--
 xmltooling/version.h     |  2 +-
 xmltooling/xmltooling.rc | 12 ++++++------
 6 files changed, 15 insertions(+), 13 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3ef70de..dcc812f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,6 +36,8 @@ xmltooling-lite-Release
 /Projects/vc10/ipch/
 /Projects/vc??/*.opendb
 /Projects/vc??/*.db
+/Projects/vc??/.vs/
+/Projects/vc??/.vs/
 /xmltooling-uninstalled.sh
 /aclocal.m4
 /autom4te.cache
diff --git a/config_win32.h b/config_win32.h
index 6db3930..3dc24d7 100644
--- a/config_win32.h
+++ b/config_win32.h
@@ -117,13 +117,13 @@
 #define PACKAGE_NAME "xmltooling"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xmltooling 1.6.0"
+#define PACKAGE_STRING "xmltooling 1.6.1"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "xmltooling"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.6.0"
+#define PACKAGE_VERSION "1.6.1"
 
 /* Define to the necessary symbol if this constant uses a non-standard name on
    your system. */
@@ -136,7 +136,7 @@
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#define VERSION "1.6.0"
+#define VERSION "1.6.1"
 
 /* Define if you wish to disable XML-Security-dependent features. */
 /* #undef XMLTOOLING_NO_XMLSEC */
diff --git a/configure.ac b/configure.ac
index 9f3684d..0df245e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 # Process this file with autoreconf
 AC_PREREQ([2.50])
-AC_INIT([xmltooling],[1.6.0],[https://issues.shibboleth.net/],[xmltooling])
+AC_INIT([xmltooling],[1.6.1],[https://issues.shibboleth.net/],[xmltooling])
 AC_CONFIG_SRCDIR(xmltooling)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_MACRO_DIR(m4)
diff --git a/xmltooling/Makefile.am b/xmltooling/Makefile.am
index f265007..9b83d03 100644
--- a/xmltooling/Makefile.am
+++ b/xmltooling/Makefile.am
@@ -206,13 +206,13 @@ common_sources = \
 libxmltooling_lite_la_SOURCES = \
 	${common_sources}
 libxmltooling_lite_la_CPPFLAGS = -DXMLTOOLING_LITE
-libxmltooling_lite_la_LDFLAGS = -version-info 7:0:0
+libxmltooling_lite_la_LDFLAGS = -version-info 7:1:0
 
 if BUILD_XMLSEC
 libxmltooling_la_SOURCES = \
 	${common_sources} \
 	${xmlsec_sources}
-libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 7:0:0
+libxmltooling_la_LDFLAGS = $(XMLSEC_LIBS) -version-info 7:1:0
 endif
 
 install-exec-hook:
diff --git a/xmltooling/version.h b/xmltooling/version.h
index 60288a7..b6695f9 100644
--- a/xmltooling/version.h
+++ b/xmltooling/version.h
@@ -44,7 +44,7 @@
 
 #define XMLTOOLING_VERSION_MAJOR 1
 #define XMLTOOLING_VERSION_MINOR 6
-#define XMLTOOLING_VERSION_REVISION 0
+#define XMLTOOLING_VERSION_REVISION 1
 
 /** DO NOT MODIFY BELOW THIS LINE */
 
diff --git a/xmltooling/xmltooling.rc b/xmltooling/xmltooling.rc
index d8973cb..97a5755 100644
--- a/xmltooling/xmltooling.rc
+++ b/xmltooling/xmltooling.rc
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,6,0,0
- PRODUCTVERSION 2,6,0,0
+ FILEVERSION 1,6,1,0
+ PRODUCTVERSION 2,6,1,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -51,7 +51,7 @@ BEGIN
 #else
             VALUE "FileDescription", "OpenSAML XMLTooling Library\0"
 #endif
-            VALUE "FileVersion", "1, 6, 0, 0\0"
+            VALUE "FileVersion", "1, 6, 1, 0\0"
 #ifdef XMLTOOLING_LITE
 #ifdef _DEBUG
             VALUE "InternalName", "xmltooling-lite1_6D\0"
@@ -65,7 +65,7 @@ BEGIN
             VALUE "InternalName", "xmltooling1_6\0"
 #endif
 #endif
-            VALUE "LegalCopyright", "Copyright � 2016 UCAID\0"
+            VALUE "LegalCopyright", "Copyright � 2017 UCAID\0"
             VALUE "LegalTrademarks", "\0"
 #ifdef XMLTOOLING_LITE
 #ifdef _DEBUG
@@ -81,8 +81,8 @@ BEGIN
 #endif
 #endif
             VALUE "PrivateBuild", "\0"
-            VALUE "ProductName", "OpenSAML 2.6.0\0"
-            VALUE "ProductVersion", "2, 6, 0, 0\0"
+            VALUE "ProductName", "OpenSAML 2.6.1\0"
+            VALUE "ProductVersion", "2, 6, 1, 0\0"
             VALUE "SpecialBuild", "\0"
         END
     END

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xmltooling.git



More information about the Pkg-shibboleth-devel mailing list