From cc2e850e39bf99d82323052fc7c7e0faadd30e7d Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Thu, 12 Jan 2017 10:56:14 +0300 Subject: Version 0.2.0 --- ChangeLog.md | 8 ++++++++ ldapply.cabal | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 6100699..4493393 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,11 @@ +0.2.0 +===== + + * Require [LDAP](https://hackage.haskell.org/package/LDAP) > 0.6.0 for `ldapExternalSaslBind`. + * Support simple bind. Added options `-x`, `-D`, `-w`, `-y` similar to `ldapmodify`. + * `changetype: delete` works if entry to be deleted does not exist. + + 0.1.0 ===== diff --git a/ldapply.cabal b/ldapply.cabal index f4e56f0..a249d83 100644 --- a/ldapply.cabal +++ b/ldapply.cabal @@ -1,5 +1,5 @@ name: ldapply -version: 0.1.0 +version: 0.2.0 synopsis: LDIF idempotent apply tool license: MIT license-file: LICENSE -- cgit v1.2.3