diff -urN ../../31/ejbca/Changelog.txt ./Changelog.txt --- ../../31/ejbca/Changelog.txt Mon Jun 20 14:10:19 2005 +++ ./Changelog.txt Thu Aug 18 16:36:46 2005 @@ -1,3 +1,31 @@ +3.1.2 +--- +New Feature + * [ECA-46] - multiple instances of altNames in certificates + * [ECA-130] - Implement new Scep mode using POST +Bug + * [ECA-118] - Imported OpenSSL CA not working + * [ECA-121] - Can not publish certificate with comma in DN to LDAP + * [ECA-123] - Dash not allowed in username + * [ECA-124] - User passwords leak into debug log + * [ECA-125] - Admiweb too restrictive for estonian chars. + * [ECA-126] - Some imported CA certificate contains the field "friendlyName" in PKCS#12 twice + * [ECA-131] - Problem with certificate import CLI command + * [ECA-133] - Single quote in DN does not work + * [ECA-136] - senderNonce in returned SCEP messages longer than 16 bytes +Improvement + * [ECA-108] - Add changelog to ejbca web site + +3.1.1 +--- +** Bug + * [ECA-113] - key Ids looks critical when editing certificate profiles +** Task + * [ECA-111] - Remove obsolete cli commands +** Improvement + * [ECA-114] - add CA id to 'ca info' cli command + * [ECA-116] - Added caid to create certificate method + 3.1 --- General (not from Jira): diff -urN ../../31/ejbca/build.xml ./build.xml --- ../../31/ejbca/build.xml Mon Jun 20 09:30:46 2005 +++ ./build.xml Thu Aug 18 16:32:07 2005 @@ -3,7 +3,7 @@ - + @@ -134,7 +134,7 @@ ----------- CONFIGURATION PROPERTIES ---------- +---------- ${app.version} CONFIGURATION PROPERTIES ---------- jboss.home = ${jboss.home} ca.keystorepass = ${ca.keystorepass} ca.ocspkeystorepass = ${ca.ocspkeystorepass} @@ -692,8 +692,7 @@ - + @@ -735,9 +734,11 @@ - + + - + + diff -urN ../../31/ejbca/doc/RELEASE_NOTES ./doc/RELEASE_NOTES --- ../../31/ejbca/doc/RELEASE_NOTES Fri Jun 17 10:07:05 2005 +++ ./doc/RELEASE_NOTES Thu Aug 18 16:36:46 2005 @@ -1,3 +1,18 @@ +EJBCA V3.1.2 +------------ +This is a minor release with a few minor new features and some bugfixes. +Read the changelog for details. + +This is a plugin-upgrade from 3.1/3.1.1. +Simply keep ejbca.properties from the earlier release, and 'ant deploy' this new one. + +EJBCA V3.1.1 +------------ +This is a minor release with a few small bugfixes found in the 3.1 release. +Read the changelog for details. + +This is a plugin-upgrade from 3.1. + EJBCA V3.1 ---------- This is a major release including many new features, improvements, and bug fixes. Binary files ../../31/ejbca/lib/bcmail-jdk14.jar and ./lib/bcmail-jdk14.jar differ Binary files ../../31/ejbca/lib/bcprov-jdk14.jar and ./lib/bcprov-jdk14.jar differ diff -urN ../../31/ejbca/src/adminweb/ca/editcertificateprofiles/certificateprofilepage.jspf ./src/adminweb/ca/editcertificateprofiles/certificateprofilepage.jspf --- ../../31/ejbca/src/adminweb/ca/editcertificateprofiles/certificateprofilepage.jspf Thu May 12 20:27:55 2005 +++ ./src/adminweb/ca/editcertificateprofiles/certificateprofilepage.jspf Tue Jun 28 15:01:32 2005 @@ -212,7 +212,7 @@ - <%= ejbcawebbean.getText("SUBJECTKEYID") %>
<%= ejbcawebbean.getText("SUBJECTKEYIDCRITICAL") %> + <%= ejbcawebbean.getText("SUBJECTKEYID") %>
@@ -237,7 +237,7 @@ - <%= ejbcawebbean.getText("AUTHORITYKEYID") %>
<%= ejbcawebbean.getText("AUTHORITYKEYIDCRITICAL") %> + <%= ejbcawebbean.getText("AUTHORITYKEYID") %>