[cpp-sp COMMIT] in /branches/REL_2: config_win32.h configure.ac shibsp/Makefile.am shibsp/version.h

noreply at shibboleth.net noreply at shibboleth.net
Wed Nov 20 14:51:19 EST 2013


Author: scantor
Date: Wed Nov 20 14:51:18 2013
New Revision: 3872

URL: http://svn.shibboleth.net/view/cpp-sp?rev=3872&view=rev
Log:
Version bump

Modified:
    branches/REL_2/config_win32.h
    branches/REL_2/configure.ac
    branches/REL_2/shibsp/Makefile.am
    branches/REL_2/shibsp/version.h

Modified: branches/REL_2/config_win32.h
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/config_win32.h?rev=3872&r1=3871&r2=3872&view=diff
==============================================================================
--- branches/REL_2/config_win32.h (original)
+++ branches/REL_2/config_win32.h Wed Nov 20 14:51:18 2013
@@ -135,13 +135,13 @@
 #define PACKAGE_NAME "shibboleth"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "shibboleth 2.5.2"
+#define PACKAGE_STRING "shibboleth 2.5.3"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "shibboleth-sp"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "2.5.2"
+#define PACKAGE_VERSION "2.5.3"
 
 /* Define to the necessary symbol if this constant uses a non-standard name on
    your system. */
@@ -154,7 +154,7 @@
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#define VERSION "2.5.2"
+#define VERSION "2.5.3"
 
 /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */

Modified: branches/REL_2/configure.ac
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/configure.ac?rev=3872&r1=3871&r2=3872&view=diff
==============================================================================
--- branches/REL_2/configure.ac (original)
+++ branches/REL_2/configure.ac Wed Nov 20 14:51:18 2013
@@ -1,5 +1,5 @@
 AC_PREREQ([2.50])
-AC_INIT([shibboleth],[2.5.2],[https://issues.shibboleth.net/],[shibboleth-sp])
+AC_INIT([shibboleth],[2.5.3],[https://issues.shibboleth.net/],[shibboleth-sp])
 AC_CONFIG_SRCDIR(shibsp)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_MACRO_DIR(m4)

Modified: branches/REL_2/shibsp/Makefile.am
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/shibsp/Makefile.am?rev=3872&r1=3871&r2=3872&view=diff
==============================================================================
--- branches/REL_2/shibsp/Makefile.am (original)
+++ branches/REL_2/shibsp/Makefile.am Wed Nov 20 14:51:18 2013
@@ -215,11 +215,11 @@
 	attribute/resolver/impl/ChainingAttributeResolver.cpp \
 	attribute/resolver/impl/QueryAttributeResolver.cpp \
 	attribute/resolver/impl/SimpleAggregationAttributeResolver.cpp \
-    attribute/resolver/impl/AssertionAttributeExtractor.cpp \
+	attribute/resolver/impl/AssertionAttributeExtractor.cpp \
 	attribute/resolver/impl/ChainingAttributeExtractor.cpp \
 	attribute/resolver/impl/DelegationAttributeExtractor.cpp \
 	attribute/resolver/impl/KeyDescriptorAttributeExtractor.cpp \
-    attribute/resolver/impl/MetadataAttributeExtractor.cpp \
+	attribute/resolver/impl/MetadataAttributeExtractor.cpp \
 	attribute/resolver/impl/XMLAttributeExtractor.cpp \
 	binding/impl/ArtifactResolver.cpp \
 	binding/impl/SOAPClient.cpp \
@@ -234,9 +234,9 @@
 
 # this is different from the project version
 # http://sources.redhat.com/autobook/autobook/autobook_91.html
-libshibsp_la_LDFLAGS = -version-info 6:2:0
+libshibsp_la_LDFLAGS = -version-info 6:3:0
 libshibsp_la_LIBADD = $(XMLSEC_LIBS)
-libshibsp_lite_la_LDFLAGS = -version-info 6:2:0
+libshibsp_lite_la_LDFLAGS = -version-info 6:3:0
 libshibsp_lite_la_LIBADD = $(LITE_LIBS)
 libshibsp_lite_la_CPPFLAGS = -DSHIBSP_LITE
 

Modified: branches/REL_2/shibsp/version.h
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/shibsp/version.h?rev=3872&r1=3871&r2=3872&view=diff
==============================================================================
--- branches/REL_2/shibsp/version.h (original)
+++ branches/REL_2/shibsp/version.h Wed Nov 20 14:51:18 2013
@@ -44,7 +44,7 @@
 
 #define SHIBSP_VERSION_MAJOR 1
 #define SHIBSP_VERSION_MINOR 5
-#define SHIBSP_VERSION_REVISION 2
+#define SHIBSP_VERSION_REVISION 3
 
 /** DO NOT MODIFY BELOW THIS LINE */
 



More information about the commits mailing list