[cpp-sp] branch main updated: Prep for alpha2 release.

Codeberg noreply at shibboleth.net
Thu Jun 18 14:44:10 UTC 2026


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

codeberg pushed a commit to branch main
in repository cpp-sp.

View the commit online:
https://codeberg.org/Shibboleth/cpp-sp/commit/43b1346c04daa9feeb789e7eb4c909dc5de4dfc9

The following commit(s) were added to refs/heads/main by this push:
     new 43b1346c Prep for alpha2 release.
43b1346c is described below

commit 43b1346c04daa9feeb789e7eb4c909dc5de4dfc9
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Thu Jun 18 10:43:51 2026 -0400

    Prep for alpha2 release.
---
 Makefile.am             | 1 -
 config_win32.h          | 2 +-
 configure.ac            | 2 +-
 shibsp/Makefile.am      | 2 +-
 util/resourceCommon.rci | 4 ++--
 5 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 2122ca1f..0abebc18 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,6 @@ pkgconfig_DATA = shibsp.pc
 
 EXTRA_DIST = $(DX_CONFIG) \
 	iis \
-	msi \
 	Projects \
 	config_win32.h \
 	$(GENFILES) \
diff --git a/config_win32.h b/config_win32.h
index 9344c4e3..ae31d51b 100644
--- a/config_win32.h
+++ b/config_win32.h
@@ -124,7 +124,7 @@
 #define PACKAGE_TARNAME "shibboleth-sp"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "4.0.0alpha1"
+#define PACKAGE_VERSION "4.0.0alpha2"
 
 /* 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 edf63a11..b7974d6f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.69])
-AC_INIT([shibboleth-sp],[4.0.0alpha1],[https://shibboleth.atlassian.net/jira],[shibboleth-sp])
+AC_INIT([shibboleth-sp],[4.0.0alpha2],[https://shibboleth.atlassian.net/jira],[shibboleth-sp])
 AC_CONFIG_SRCDIR(shibsp)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_MACRO_DIR(m4)
diff --git a/shibsp/Makefile.am b/shibsp/Makefile.am
index f59dd5a5..e8d0c61f 100644
--- a/shibsp/Makefile.am
+++ b/shibsp/Makefile.am
@@ -153,7 +153,7 @@ libshibsp_la_SOURCES = \
 
 # this is different from the project version
 # http://sources.redhat.com/autobook/autobook/autobook_91.html
-libshibsp_la_LDFLAGS = -version-info 13:0:0 $(BOOST_REGEX_LDFLAGS) $(BOOST_REGEX_LDPATH)
+libshibsp_la_LDFLAGS = -version-info 13:0:1 $(BOOST_REGEX_LDFLAGS) $(BOOST_REGEX_LDPATH)
 libshibsp_la_CXXFLAGS = -DSHIBSP_LITE \
     $(AM_CXXFLAGS) \
     $(BOOST_CPPFLAGS) \
diff --git a/util/resourceCommon.rci b/util/resourceCommon.rci
index 3aba3f11..cba6b9aa 100644
--- a/util/resourceCommon.rci
+++ b/util/resourceCommon.rci
@@ -2,9 +2,9 @@
             VALUE "Comments", "\0"
             VALUE "CompanyName", "Shibboleth Consortium\0"
             VALUE "FileVersion", "4,0,0,0\0"
-            VALUE "LegalCopyright", "Copyright 2001-2025 Various\0"
+            VALUE "LegalCopyright", "Copyright 2001-2026 Various\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "PrivateBuild", "\0"
-            VALUE "ProductName", "Shibboleth 4.0.0alpha1\0"
+            VALUE "ProductName", "Shibboleth SP Agent 4.0.0alpha2\0"
             VALUE "ProductVersion", "4, 0, 0, 0\0"
             VALUE "SpecialBuild", "\0"

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


More information about the commits mailing list