From 3e54eb7520cdbfb02308a336452dd8c92248d8e0 Mon Sep 17 00:00:00 2001 From: kevgliss Date: Mon, 30 Nov 2015 12:51:28 -0800 Subject: [PATCH 1/2] adding closed --- CHANGELOG.rst | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 973fc4c8..f8829aa0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,12 +1,26 @@ Changelog ========= -0.2.0 - `master` _ -~~~~~~~~~~~~~~~~~~~ + +0.2.1 - `master` _ +~~~~~~~~~~~~~~~~~~ .. note:: This version not yet released and is under active development +0.2.0 - +~~~~~~~~~~~~~~~~~~~ + +* Closed #120 - Error messages not displaying long enough +* Closed #121 - Certificate create form should not be valid until a Certificate Authority object is available +* Closed #122 - Certificate API should allow for the specification of preceding certificates + You can now target a certificate(s) for replacement. When specified the replaced certificate will be marked as + 'inactive'. This means that there will be no notifications for that certificate. +* Closed #139 - SubCA autogenerated descriptions for their certs are incorrect +* Closed #140 - Permalink does not change with filtering +* Closed #144 - Should be able to search certificates by domains covered, included wildcards + + 0.1.5 - 2015-10-26 ~~~~~~~~~~~~~~~~~~~ From f08649b02d21f5eb3d7f01aac2f816d60980f211 Mon Sep 17 00:00:00 2001 From: kevgliss Date: Wed, 2 Dec 2015 14:50:14 -0800 Subject: [PATCH 2/2] Updating change log --- CHANGELOG.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f8829aa0..ebec6d84 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,7 +8,7 @@ Changelog .. note:: This version not yet released and is under active development -0.2.0 - +0.2.0 - 2015-12-02 ~~~~~~~~~~~~~~~~~~~ * Closed #120 - Error messages not displaying long enough @@ -19,6 +19,9 @@ Changelog * Closed #139 - SubCA autogenerated descriptions for their certs are incorrect * Closed #140 - Permalink does not change with filtering * Closed #144 - Should be able to search certificates by domains covered, included wildcards +* Closed #165 - Cleaned up expiration notification template +* Closed #160 - Cleaned up quickstart documentation (thanks forkd!) +* Closed #144 - Now able to search by all domains in a given certificate, not just by common name 0.1.5 - 2015-10-26