[cpp-sp COMMIT] in /branches/REL_2: Shibboleth.sln adfs/adfs.rc apache/mod_shib_13.rc apache/mod_shib_20.rc apache/mo...
noreply at shibboleth.net
noreply at shibboleth.net
Fri May 18 22:09:54 BST 2012
Author: scantor
Date: Fri May 18 22:09:54 2012
New Revision: 3664
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3664&view=rev
Log:
Add patch version
Modified:
branches/REL_2/Shibboleth.sln
branches/REL_2/adfs/adfs.rc
branches/REL_2/apache/mod_shib_13.rc
branches/REL_2/apache/mod_shib_20.rc
branches/REL_2/apache/mod_shib_22.rc
branches/REL_2/apache/mod_shib_24.rc
branches/REL_2/config_win32.h
branches/REL_2/configure.ac
branches/REL_2/fastcgi/shibauthorizer.rc
branches/REL_2/fastcgi/shibresponder.rc
branches/REL_2/isapi_shib/isapi_shib.rc
branches/REL_2/memcache-store/memcache-store.rc
branches/REL_2/nsapi_shib/nsapi_shib.rc
branches/REL_2/odbc-store/odbc-store.rc
branches/REL_2/plugins/plugins.rc
branches/REL_2/shibd/shibd.rc
branches/REL_2/shibsp/shibsp.rc
Modified: branches/REL_2/Shibboleth.sln
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/Shibboleth.sln?rev=3664&r1=3663&r2=3664&view=diff
==============================================================================
--- branches/REL_2/Shibboleth.sln (original)
+++ branches/REL_2/Shibboleth.sln Fri May 18 22:09:54 2012
@@ -74,6 +74,7 @@
m4\acinclude.m4 = m4\acinclude.m4
m4\acx_pthread.m4 = m4\acx_pthread.m4
m4\boost.m4 = m4\boost.m4
+ config_win32.h = config_win32.h
configure.ac = configure.ac
doxygen.am = doxygen.am
doxygen.cfg = doxygen.cfg
Modified: branches/REL_2/adfs/adfs.rc
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/adfs/adfs.rc?rev=3664&r1=3663&r2=3664&view=diff
==============================================================================
--- branches/REL_2/adfs/adfs.rc (original)
+++ branches/REL_2/adfs/adfs.rc Fri May 18 22:09:54 2012
@@ -71,7 +71,7 @@
BLOCK "040904b0"
BEGIN
VALUE "Comments", "\0"
- VALUE "CompanyName", "Internet2\0"
+ VALUE "CompanyName", "Shibboleth Consortium\0"
VALUE "FileDescription", "Shibboleth ADFSv1 Plugin\0"
VALUE "FileVersion", "2, 5, 0, 0\0"
#ifdef SHIBSP_LITE
@@ -79,7 +79,7 @@
#else
VALUE "InternalName", "adfs\0"
#endif
- VALUE "LegalCopyright", "Copyright © 2011 Internet2\0"
+ VALUE "LegalCopyright", "Copyright © 2012 UCAID\0"
VALUE "LegalTrademarks", "\0"
#ifdef SHIBSP_LITE
VALUE "OriginalFilename", "adfs-lite.so\0"
@@ -87,7 +87,7 @@
VALUE "OriginalFilename", "adfs.so\0"
#endif
VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "Shibboleth 2.5\0"
+ VALUE "ProductName", "Shibboleth 2.5.0\0"
VALUE "ProductVersion", "2, 5, 0, 0\0"
VALUE "SpecialBuild", "\0"
END
Modified: branches/REL_2/apache/mod_shib_13.rc
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/apache/mod_shib_13.rc?rev=3664&r1=3663&r2=3664&view=diff
==============================================================================
--- branches/REL_2/apache/mod_shib_13.rc (original)
+++ branches/REL_2/apache/mod_shib_13.rc Fri May 18 22:09:54 2012
@@ -45,15 +45,15 @@
BLOCK "040904b0"
BEGIN
VALUE "Comments", "\0"
- VALUE "CompanyName", "Internet2\0"
+ VALUE "CompanyName", "Shibboleth Consortium\0"
VALUE "FileDescription", "Shibboleth Apache 1.3 Module\0"
VALUE "FileVersion", "2, 5, 0, 0\0"
VALUE "InternalName", "mod_shib_13\0"
- VALUE "LegalCopyright", "Copyright © 2011 Internet2\0"
+ VALUE "LegalCopyright", "Copyright © 2012 UCAID\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "mod_shib_13.so\0"
VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "Shibboleth 2.5\0"
+ VALUE "ProductName", "Shibboleth 2.5.0\0"
VALUE "ProductVersion", "2, 5, 0, 0\0"
VALUE "SpecialBuild", "\0"
END
Modified: branches/REL_2/apache/mod_shib_20.rc
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/apache/mod_shib_20.rc?rev=3664&r1=3663&r2=3664&view=diff
==============================================================================
--- branches/REL_2/apache/mod_shib_20.rc (original)
+++ branches/REL_2/apache/mod_shib_20.rc Fri May 18 22:09:54 2012
@@ -45,15 +45,15 @@
BLOCK "040904b0"
BEGIN
VALUE "Comments", "\0"
- VALUE "CompanyName", "Internet2\0"
+ VALUE "CompanyName", "Shibboleth Consortium\0"
VALUE "FileDescription", "Shibboleth Apache 2.0 Module\0"
VALUE "FileVersion", "2, 5, 0, 0\0"
VALUE "InternalName", "mod_shib_20\0"
- VALUE "LegalCopyright", "Copyright © 2011 Internet2\0"
+ VALUE "LegalCopyright", "Copyright © 2012 UCAID\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "mod_shib_20.so\0"
VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "Shibboleth 2.5\0"
+ VALUE "ProductName", "Shibboleth 2.5.0\0"
[... 326 lines stripped ...]
More information about the commits
mailing list