aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-01-12 10:56:14 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-01-12 10:56:14 +0300
commitcc2e850e39bf99d82323052fc7c7e0faadd30e7d (patch)
tree4e792c0ba96cbd3b440337096e931d21a6fb8930
parent88a68c13ff93cfb881eeb55014425f85dbb20f5b (diff)
downloadldapply-cc2e850e39bf99d82323052fc7c7e0faadd30e7d.tar.gz
Version 0.2.00.2.0
-rw-r--r--ChangeLog.md8
-rw-r--r--ldapply.cabal2
2 files changed, 9 insertions, 1 deletions
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