[opensaml2] 01/10: Bump version to 2.6.1

Ferenc Wágner wferi at moszumanska.debian.org
Wed Nov 15 22:59:20 UTC 2017


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

wferi pushed a commit to branch maint-2
in repository opensaml2.

commit a616a01db601a7e975ef99619ba98acc3c2d1ad3
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   Sun Nov 12 14:36:53 2017 -0500

    Bump version to 2.6.1
---
 config_win32.h       |  4 ++--
 configure.ac         |  2 +-
 saml/saml.rc         | 12 ++++++------
 saml/version.h       |  2 +-
 samlsign/samlsign.rc | 12 ++++++------
 5 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/config_win32.h b/config_win32.h
index 7ff1fd9..27d15d8 100644
--- a/config_win32.h
+++ b/config_win32.h
@@ -87,13 +87,13 @@
 #define PACKAGE_NAME "opensaml"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "opensaml 2.6.0"
+#define PACKAGE_STRING "opensaml 2.6.1"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "opensaml"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "2.6.0"
+#define PACKAGE_VERSION "2.6.1"
 
 /* Define to the necessary symbol if this constant uses a non-standard name on
    your system. */
diff --git a/configure.ac b/configure.ac
index 0de178e..f9ea7da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.50])
-AC_INIT([opensaml],[2.6.0],[https://issues.shibboleth.net/],[opensaml])
+AC_INIT([opensaml],[2.6.1],[https://issues.shibboleth.net/],[opensaml])
 AC_CONFIG_SRCDIR(saml)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_MACRO_DIR(m4)
diff --git a/saml/saml.rc b/saml/saml.rc
index 67ab5e4..b24f672 100644
--- a/saml/saml.rc
+++ b/saml/saml.rc
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,6,0,0
- PRODUCTVERSION 2,6,0,0
+ FILEVERSION 2,6,1,0
+ PRODUCTVERSION 2,6,1,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -47,13 +47,13 @@ BEGIN
             VALUE "Comments", "\0"
             VALUE "CompanyName", "Shibboleth Consortium\0"
             VALUE "FileDescription", "OpenSAML Library\0"
-            VALUE "FileVersion", "2, 6, 0, 0\0"
+            VALUE "FileVersion", "2, 6, 1, 0\0"
 #ifdef _DEBUG
             VALUE "InternalName", "saml2_6D\0"
 #else
             VALUE "InternalName", "saml2_6\0"
 #endif
-            VALUE "LegalCopyright", "Copyright � 2016 UCAID\0"
+            VALUE "LegalCopyright", "Copyright � 2017 UCAID\0"
             VALUE "LegalTrademarks", "\0"
 #ifdef _DEBUG
             VALUE "OriginalFilename", "saml2_6D.dll\0"
@@ -61,8 +61,8 @@ BEGIN
             VALUE "OriginalFilename", "saml2_6.dll\0"
 #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
diff --git a/saml/version.h b/saml/version.h
index 28b6f92..85b5140 100644
--- a/saml/version.h
+++ b/saml/version.h
@@ -44,7 +44,7 @@
 
 #define OPENSAML_VERSION_MAJOR 2
 #define OPENSAML_VERSION_MINOR 6
-#define OPENSAML_VERSION_REVISION 0
+#define OPENSAML_VERSION_REVISION 1
 
 /** DO NOT MODIFY BELOW THIS LINE */
 
diff --git a/samlsign/samlsign.rc b/samlsign/samlsign.rc
index f2644e5..82c981e 100644
--- a/samlsign/samlsign.rc
+++ b/samlsign/samlsign.rc
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,6,0,0
- PRODUCTVERSION 2,6,0,0
+ FILEVERSION 2,6,1,0
+ PRODUCTVERSION 2,6,1,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -47,14 +47,14 @@ BEGIN
             VALUE "Comments", "\0"
             VALUE "CompanyName", "Shibboleth Consortium\0"
             VALUE "FileDescription", "OpenSAML Signature Utility\0"
-            VALUE "FileVersion", "2, 6, 0, 0\0"
+            VALUE "FileVersion", "2, 6, 1, 0\0"
             VALUE "InternalName", "samlsign\0"
-            VALUE "LegalCopyright", "Copyright � 2016 UCAID\0"
+            VALUE "LegalCopyright", "Copyright � 2017 UCAID\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "samlsign.exe\0"
             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/opensaml2.git



More information about the Pkg-shibboleth-devel mailing list