Skip to content

Commit

Permalink
NoTicket: Updating release information for 6.3.1 release
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.cesecore.eu/svn/ejbca/trunk/ejbca@21016 37aeb1de-b14b-0410-9a0e-82b28170d228
  • Loading branch information
mikekushner committed Mar 26, 2015
1 parent eb76e90 commit 3f30eb6
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 1 deletion.
53 changes: 53 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
EJBCA 6.3.1, 2015-03-26
---
Bug
[ECA-4044] - Ignore EJBCA test certificates from been published using the Peer connector
[ECA-4048] - Peer System: Failure to connect when list of trusted certs is empty
[ECA-4068] - Add PeerData to drop tables SQL script
[ECA-4073] - typo in exception 'Failed to write audit log...'

Improvement
[ECA-3146] - Allow an renewal of an external CA certificate by import
[ECA-3951] - Add a column to InternalKeyBindingPage/CLI to warn for inactive certificate
[ECA-4033] - Do not include administrators registered via certificate serial numbers in statedump
[ECA-4092] - Create module for separate enterprise and community specific implementation
[ECA-4093] - Lower log-level of CmsCAService "KEYSTORE is null..." message
[ECA-4117] - CMPProxy not updated to work with different cmpalias

New Feature
[ECA-3581] - Single Active Certificate Constraint
[ECA-3754] - CLI: Create a table utility
[ECA-4062] - WS API support to create a new CA and Superadmin certificate
[ECA-4063] - WS APIs for monitoring certificate expiration
[ECA-4064] - SCEP support for Client Certificate Renewal
[ECA-4159] - Show what version documentation applies to at all times

Task
[ECA-4145] - Document all audit log messages

EJBCA 6.2.9, 2015-03-26
---
Bug
[ECA-3619] - Wrong administrator removed from role when deleting at the same time with two separate CA admins
[ECA-3788] - CLI needs to set argument --password together with the value when setting it
[ECA-3879] - Fix logging of default OCSP responder properly
[ECA-4049] - Certificates of non-CAs are accepted when importing external CAs
[ECA-4071] - A base64 decoder exception is thrown when inspecting a specially-crafted CSR
[ECA-4122] - Typo in Crypto Token HSM Slot
[ECA-4148] - EJBCA WS Test test25CreateandGetCRL fails when delta CRLs are enabled
[ECA-4152] - "Renew Browser Certificate" should require notifications to be set.
[ECA-4156] - Regression: BaseCryptoToken has lost caching of keys since EJBCA4
[ECA-4160] - X509CertStoreSelector does not work as used in BC 1.51
[ECA-4173] - CLI command ca getcacert always outputs root CA certificate when using the -der option
[ECA-4179] - SCEP stress test regression
[ECA-4184] - WaitingForApprovalException declares property as public

Improvement
[ECA-4128] - Replace references to deprecated class DiskFileUpload
[ECA-4137] - Test throw away CA issuance over web service interface
[ECA-4181] - Several EjbcaWS tests fail when EEP-limitations are enabled
[ECA-4182] - Replace deprecated classes: PEMWriter, DERObjectIdentifier and DERTags

Task
[ECA-4090] - Remove broken NetID integration code

EJBCA 6.2.8, 2015-03-05
---
Bug
Expand Down
45 changes: 45 additions & 0 deletions doc/RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,48 @@
EJBCA 6.3.1
-----------
This maintenance release contains 17 new features, bug fixes and improvements, in addition to all fixes made in 6.2.8 and 6.2.9. Below is a
selection of the most noteworthy.

- New Features:
* Now possible to create CAs and issue End Entity certificates through the Web Service API.
* SCEP Client Certificate Renewal.
* Web Service API calls for monitoring certificate expiration.
* Single Active Certificate Constraint has been added to Certificate Profiles, allowing for automatic revocation of old certificates, as new ones are issued.
- Improvements:
* All Audit Log messages have been properly JavaDoc:ed.

Read the full Changelog for details.
For upgrade instructions, please see UPGRADE.

- A selection of known issues:
* External RA GUI cannot handle SubCA certificates with critical CDP: https://jira.primekey.se/browse/ECA-2138
* One test failure on DB2: https://jira.primekey.se/browse/ECA-3298
* Regression: Healtcheck is not enabled for new CAs by default: https://jira.primekey.se/browse/ECA-3999
* CA Certificates using brainpool curves can't be imported from the ClI. GUI works though: https://jira.primekey.se/browse/ECA-4022
* End entity profiles can't be deleted in high volume databases: https://jira.primekey.se/browse/ECA-4158
* JDK patches for RSAWithMGF1 is not working on newer java: https://jira.primekey.se/browse/ECA-4175

EJBCA 6.2.9
-----------
This maintenance release contains 18 bug fixes and improvements, below a selection of the most noteworthy.

- Improvements:
* The main feature of EJBCA 6.2.9 is an optimization for certificate signing that has reduced certificate signing time with approximately 10%
for low workloads and 70% for intensive workloads. Numbers are compared to EJBCA 5 and EJBCA 6.
- Bug Fixes:
* A minor regression introduced in 6.2.7 where trying to create a Browser Certificate in the External RA GUI failed.

Read the full Changelog for details.
For upgrade instructions, please see UPGRADE.

- A selection of known issues:
* External RA GUI cannot handle SubCA certificates with critical CDP: https://jira.primekey.se/browse/ECA-2138
* One test failure on DB2: https://jira.primekey.se/browse/ECA-3298
* Regression: Healtcheck is not enabled for new CAs by default: https://jira.primekey.se/browse/ECA-3999
* CA Certificates using brainpool curves can't be imported from the ClI. GUI works though: https://jira.primekey.se/browse/ECA-4022
* End entity profiles can't be deleted in high volume databases: https://jira.primekey.se/browse/ECA-4158
* JDK patches for RSAWithMGF1 is not working on newer java: https://jira.primekey.se/browse/ECA-4175

EJBCA 6.2.8
-----------
The goal of this release has primarily been optimization of our OCSP responder, fixing usability issues, tightening up security and heavy GUI testing. We've
Expand Down
2 changes: 1 addition & 1 deletion src/internal.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# configuration you need to change in EJBCA_HOME/conf/.
#

app.version.number=6.3.1Alpha
app.version.number=6.3.1
svn.revision=working copy
app.version=EJBCA ${app.version.number} (${svn.revision})

Expand Down

0 comments on commit 3f30eb6

Please sign in to comment.