From: cantor Date: Fri, 14 Mar 2008 17:10:48 +0000 (+0000) Subject: Prepping for release. X-Git-Tag: 2.4~512 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=commitdiff_plain;h=89b08e2e89504032d83458eba91bca79796aee01 Prepping for release. git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2775 cb58f699-b61c-0410-a6fe-9272a202ed29 --- diff --git a/doc/INSTALL-WIN32.txt b/doc/INSTALL-WIN32.txt deleted file mode 100644 index d417a80..0000000 --- a/doc/INSTALL-WIN32.txt +++ /dev/null @@ -1,20 +0,0 @@ -Version 2.0, shibsp Library version "1_0" - -This release works with SAML library version "2_0". - -Please read the README.txt and INSTALL.txt files in the same directory -with this file before continuing. More general information is available -there. This file documents the particulars of building from source on -Windows NT/2000/XP. - -Visual C++ 8.0 (Visual Studio 2005) on Windows is currently supported. -The Shibboleth.sln solution file is located in the root of the distribution. - -You'll need to indicate to the compiler where the dependency include and -library files are. Using the global directory settings is the easiest way. - -You can choose which, if any, web server modules to build, in case you don't -need or want one or more of them. - -For more information about Windows builds, please read the OpenSAML -INSTALL-WIN32.txt file. diff --git a/doc/INSTALL.txt b/doc/INSTALL.txt deleted file mode 100644 index a7b57d4..0000000 --- a/doc/INSTALL.txt +++ /dev/null @@ -1,6 +0,0 @@ -Binary distributions of the Shibboleth code are available. -Information on obtaining and installing binaries can be found at -http://shibboleth.internet2.edu/ - -The Wiki contains additional information and more up to date build -notes at https://spaces.internet2.edu/display/SHIB/BuildingShibboleth diff --git a/doc/Makefile.am b/doc/Makefile.am index 1b5f656..3b312ee 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -4,8 +4,6 @@ pkgdocdir = $(datadir)/doc/@PACKAGE@ docfiles = \ CREDITS.txt \ - INSTALL.txt \ - INSTALL-WIN32.txt \ LICENSE.txt \ NOTICE.txt \ README.txt \ @@ -19,4 +17,3 @@ docfiles = \ pkgdoc_DATA = $(docfiles) EXTRA_DIST = $(docfiles) api - diff --git a/doc/README.txt b/doc/README.txt index 4837e1b..620c3ad 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -1,5 +1,5 @@ -January 23, 2007 -Version 2.0RC1 +March 17, 2008 +Version 2.0 Welcome to Internet2's Shibboleth diff --git a/doc/RELEASE.txt b/doc/RELEASE.txt index 3aaef88..4c1370a 100644 --- a/doc/RELEASE.txt +++ b/doc/RELEASE.txt @@ -1,15 +1,15 @@ Release Notes Shibboleth Native SP -2.0RC1 -1/23/2007 +2.0 +3/17/2008 NOTE: The shibboleth2.xml configuration format in this release -is not compatible with earlier releases. Please start from scratch -or manually copy settings over. This version will remain compatible -with the final release. +is compatible with the RC1 release. Upgrading from earlier +releases is NOT supported without replacing the configuration +file and reapplying changes. -Fully Supported (no major changes planned prior to stable release) +Fully Supported - SAML 1.0, 1.1, 2.0 Single Sign-On - Shibboleth 1.x request profile @@ -30,6 +30,7 @@ Fully Supported (no major changes planned prior to stable release) - ADFS WS-Federation Support - SSO and SLO + - experimental support for SAML 2.0 assertions - Shibboleth WAYF and SAML DS protocols for IdP Discovery @@ -57,11 +58,11 @@ Fully Supported (no major changes planned prior to stable release) - Simple "blob" signing - TLS X.509 certificate authentication -- Client transport authentication to SOAP endpoints +- Client transport authentication to SOAP endpoints via libcurl - TLS X.509 client certificates - Basic-Auth - - Digest-Auth - - NTLM + - Digest-Auth (untested) + - NTLM (untested) - Encryption - All incoming SAML 2 encrypted element types (Assertion, NameID, Attribute) @@ -87,9 +88,10 @@ Fully Supported (no major changes planned prior to stable release) - Enhanced Spoofing Detection - Detects and blocks client headers that would match known attribute headers + - Does not support Apache mod_rewrite, but can be disabled when necessary - ODBC Clustering Support - - Only tested against Microsoft SQL Server using MS and FreeDTS ODBC drivers + - Tested against a few different servers with various drivers - RequestMap enhancements - Regular expression matching for hosts and paths @@ -108,10 +110,5 @@ Fully Supported (no major changes planned prior to stable release) - mdquery for interrogating via metadata configuration - resolvertest for exercising attribute extraction, filtering, and resolution ------- - -Not Yet Supported - -- Migrating 1.3 configuration files - ------- +- Migrating 1.3 core configuration file + - Stylesheet can handle some common options diff --git a/shibboleth.spec.in b/shibboleth.spec.in index b593804..e716a24 100644 --- a/shibboleth.spec.in +++ b/shibboleth.spec.in @@ -181,7 +181,6 @@ sh ./keygen.sh -b %docdir %{_datadir}/doc/%{name} %{_datadir}/doc/%{name}/CREDITS.txt %{_datadir}/doc/%{name}/FASTCGI.LICENSE -%{_datadir}/doc/%{name}/INSTALL.txt %{_datadir}/doc/%{name}/LICENSE.txt %{_datadir}/doc/%{name}/LOG4CPP.LICENSE %{_datadir}/doc/%{name}/logo.jpg @@ -190,7 +189,6 @@ sh ./keygen.sh -b %{_datadir}/doc/%{name}/OPENSSL.LICENSE %{_datadir}/doc/%{name}/README.txt %{_datadir}/doc/%{name}/RELEASE.txt -%exclude %{_datadir}/doc/%{name}/INSTALL-WIN32.txt %files devel %defattr(-,root,root,-)