浏览代码

Changelog

Bertrand Gouny 9 年之前
父节点
当前提交
279bd77b96
共有 1 个文件被更改,包括 10 次插入6 次删除
  1. 10 6
      CHANGELOG.md

+ 10 - 6
CHANGELOG.md

@@ -1,14 +1,18 @@
 # Changelog
 
 ## 1.1.5
+Fix :
+  - Restarting container with new environment #44
+  - Cannot rerun with customized certificate at 1.1.1 #36
 
 ## 1.1.4
-- Remove environment variable LDAP_TLS_PROTOCOL_MIN as it takes no effect, see #69
-- Adjust default GnuTLS cipher string according to Red Hat's TLS hardening guide.
-  This by default also restricts the TLS protocol version to 1.2. For reference,
-  see #69
-- Fix Error in Adding "Billy" #71
-- Add docker-compose.yml example and update kubernetes examples #52
+Fix :
+  - Remove environment variable LDAP_TLS_PROTOCOL_MIN as it takes no effect, see #69
+  - Adjust default GnuTLS cipher string according to Red Hat's TLS hardening guide.
+    This by default also restricts the TLS protocol version to 1.2. For reference,
+    see #69
+  - Fix Error in Adding "Billy" #71
+  - Add docker-compose.yml example and update kubernetes examples #52
 
 Merge pull request :
   - Update LDAP_TLS_CIPHER_SUITE, remove LDAP_TLS_PROTOCOL_MIN #70