From: Scott Cantor Date: Tue, 1 Jul 2008 17:38:01 +0000 (+0000) Subject: Rev version and add README file. X-Git-Tag: 2.1.0~16 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=commitdiff_plain;h=8148f5a4820a6ea7ce915442b1dbd9454a55ca73 Rev version and add README file. --- diff --git a/.cproject b/.cproject index 9d80abc..afd8f07 100644 --- a/.cproject +++ b/.cproject @@ -1,4 +1,7 @@ - + + + + @@ -55,6 +58,8 @@ + + @@ -62,6 +67,8 @@ + + diff --git a/configure.ac b/configure.ac index fa0852d..ca3b886 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.50]) -AC_INIT([opensaml], [2.0.1], [mace-opensaml-users@internet2.edu], [saml]) +AC_INIT([opensaml], [2.1], [mace-opensaml-users@internet2.edu], [saml]) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE([opensaml], [2.0.1]) +AM_INIT_AUTOMAKE([opensaml], [2.1]) sinclude(doxygen.m4) sinclude(acx_pthread.m4) diff --git a/doc/Makefile.am b/doc/Makefile.am index f660d75..db6bd81 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -3,6 +3,7 @@ AUTOMAKE_OPTIONS = foreign pkgdocdir = $(datadir)/doc/@PACKAGE@ docfiles = \ + README.txt \ LICENSE.txt \ NOTICE.txt \ LOG4CPP.LICENSE diff --git a/doc/README.txt b/doc/README.txt new file mode 100644 index 0000000..54030ac --- /dev/null +++ b/doc/README.txt @@ -0,0 +1,16 @@ +VERSION 2.1 + +Documentation: +-------------- +The OpenSAML wiki is the home for any documentation. +https://spaces.internet2.edu/display/OpenSAML/ + +Reporting Bugs: +--------------- +A Jira instance is available. +https://bugs.internet2.edu/ + +Support: +-------- +A mailing list is available. +https://spaces.internet2.edu/display/OpenSAML/MailingList diff --git a/opensaml.spec.in b/opensaml.spec.in index 9e4de4e..f8cbefb 100644 --- a/opensaml.spec.in +++ b/opensaml.spec.in @@ -10,7 +10,7 @@ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: xerces%{?xercesver}-c-devel >= 2.8.0 BuildRequires: xml-security-c-devel >= 1.4.0 -BuildRequires: xmltooling-devel +BuildRequires: xmltooling-devel >= 1.1 %{?_with_log4cpp:BuildRequires: log4cpp-devel >= 1.0} %{!?_with_log4cpp:BuildRequires: log4shib-devel} @@ -75,6 +75,7 @@ find $RPM_BUILD_ROOT/%{_bindir} -type f | %dir %{_datadir}/xml/%{name} %{_datadir}/xml/%{name} %docdir %{_datadir}/doc/%{name} +%{_datadir}/doc/%{name}/README.txt %{_datadir}/doc/%{name}/LICENSE.txt %{_datadir}/doc/%{name}/NOTICE.txt %{_datadir}/doc/%{name}/LOG4CPP.LICENSE @@ -89,6 +90,9 @@ find $RPM_BUILD_ROOT/%{_bindir} -type f | %doc %{_datadir}/doc/%{name}/api %changelog +* Tue Jul 1 2008 Scott Cantor - 2.1-1 +- Bumping for minor update. + * Mon Mar 17 2008 Scott Cantor - 2.0-6 - Official release. diff --git a/saml/saml.rc b/saml/saml.rc index 0a36262..725b529 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,0,0,0 - PRODUCTVERSION 2,0,0,0 + FILEVERSION 2,1,0,0 + PRODUCTVERSION 2,1,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -46,23 +46,23 @@ BEGIN BEGIN VALUE "Comments", "\0" VALUE "CompanyName", "Internet2\0" - VALUE "FileDescription", "OpenSAML 2.0 Library\0" - VALUE "FileVersion", "2, 0, 0, 0\0" + VALUE "FileDescription", "OpenSAML 2.1 Library\0" + VALUE "FileVersion", "2, 1, 0, 0\0" #ifdef _DEBUG - VALUE "InternalName", "saml2_0D\0" + VALUE "InternalName", "saml2_1D\0" #else - VALUE "InternalName", "saml2_0\0" + VALUE "InternalName", "saml2_1\0" #endif - VALUE "LegalCopyright", "Copyright © 2007 Internet2\0" + VALUE "LegalCopyright", "Copyright © 2008 Internet2\0" VALUE "LegalTrademarks", "\0" #ifdef _DEBUG - VALUE "OriginalFilename", "saml2_0D.dll\0" + VALUE "OriginalFilename", "saml2_1D.dll\0" #else - VALUE "OriginalFilename", "saml2_0.dll\0" + VALUE "OriginalFilename", "saml2_1.dll\0" #endif VALUE "PrivateBuild", "\0" - VALUE "ProductName", "OpenSAML 2.0\0" - VALUE "ProductVersion", "2, 0, 0, 0\0" + VALUE "ProductName", "OpenSAML 2.1\0" + VALUE "ProductVersion", "2, 1, 0, 0\0" VALUE "SpecialBuild", "\0" END END diff --git a/saml/saml.vcproj b/saml/saml.vcproj index 724c6f3..82ece66 100644 --- a/saml/saml.vcproj +++ b/saml/saml.vcproj @@ -66,7 +66,7 @@