Hello,

Pushed to master:
5c59bb14e4ec2f66b16062f83edc04b9df59b744 Update URL pointing to dyndb API repo.
1cf4d03cee4452d67bdf409ac2fe8d201c19c922 Update NEWS for upcoming 8.0 release.
c0be113f6365abb7c77541129ffd086c80ea9fc3 releng/bumpver: Always create signed
commits.
15bc8f7b54f15d994c6cc2145fd705734474f78b Bump NVR to 8.0.

-- 
Petr^2 Spacek
From 5c59bb14e4ec2f66b16062f83edc04b9df59b744 Mon Sep 17 00:00:00 2001
From: Petr Spacek <pspa...@redhat.com>
Date: Tue, 23 Jun 2015 14:34:22 +0200
Subject: [PATCH] Update URL pointing to dyndb API repo.

---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 0b1a47402a70df16239d33134c62f4905be1651f..72505b42fb622b3582bbbba26c922462a0ded003 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ database back-end capabilities. For now, it requires that BIND is patched
 to support dynamic loading of database back-ends. You can get a patch
 for your version here:
 
-  https://github.com/spacekpe/bind-dynamic_db
+  https://github.com/pspacek/bind-dynamic_db
 
 Hopefully, the patch will once be included in the official BIND release.
 
-- 
2.1.0

From 1cf4d03cee4452d67bdf409ac2fe8d201c19c922 Mon Sep 17 00:00:00 2001
From: Petr Spacek <pspa...@redhat.com>
Date: Tue, 23 Jun 2015 14:37:48 +0200
Subject: [PATCH] Update NEWS for upcoming 8.0 release.

---
 NEWS | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/NEWS b/NEWS
index fb1e8b8d6758c755dcb31a529389dacf0425f91e..86b621620e4809f746a0d731847b4633569ec767 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+8.0
+====
+[1] Unknown record types can be stored in LDAP using generic syntax (RFC 3597).
+    LDAP schema was extended for this purpose with the UnknownRecord attribute.
+    https://fedorahosted.org/bind-dyndb-ldap/ticket/157
+
+[2] PTR record synchronization was improved.
+    - New PTR records now inherit the TTL value from the respective A/AAAA
+      records.
+    - SERVFAIL error is no longer returned to clients if A/AAAA record update
+      succeeded but PTR record synchronization failed because of
+      misconfiguration. Such errors are only logged.
+    - PTR record synchronization was reworked to reduce the probability
+      of race condition occurrences.
+    https://fedorahosted.org/bind-dyndb-ldap/ticket/155
+
+[3] LDAP rename (MODRDN) for DNS records is now supported.
+    Renaming of whole DNS zones is not supported and will lead to errors.
+    https://fedorahosted.org/bind-dyndb-ldap/ticket/123
+
+[4] Data changed in LDAP while connection to server was down are now refreshed
+    properly.
+    https://fedorahosted.org/bind-dyndb-ldap/ticket/128
+
+[5] Crash caused by object class and DN format mismatch were fixed.
+    https://fedorahosted.org/bind-dyndb-ldap/ticket/148
+
+[6] Compatibility with BIND 9.9.4 was improved.
+
+[7] Documentation and schema were fixed and improved. The doc/schema.ldif file
+    is now properly formatted as LDIF and contains instructions
+    for OpenLDAP and 389 DS.
+
 7.0
 ====
 [1] Support for BIND 9.10 was added.
-- 
2.1.0

From c0be113f6365abb7c77541129ffd086c80ea9fc3 Mon Sep 17 00:00:00 2001
From: Petr Spacek <pspa...@redhat.com>
Date: Tue, 23 Jun 2015 14:45:12 +0200
Subject: [PATCH] releng/bumpver: Always create signed commits.

---
 releng/bumpver.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/releng/bumpver.py b/releng/bumpver.py
index d0ac5ff452a4b50d039c8548e10a7b6f92b00a85..0a33b2f464f0fae01d2f5ce01413958712a25454 100755
--- a/releng/bumpver.py
+++ b/releng/bumpver.py
@@ -78,7 +78,7 @@ file_version.minor = new_version.minor
 # commit version bump
 log.debug('Add modified files to git index')
 log.info(check_output(['git', 'add'] + file_version.files))
-log.info(check_output(['git', 'commit', '-m', 'Bump NVR to %s.' % file_version]))
+log.info(check_output(['git', 'commit', '-S', '-m', 'Bump NVR to %s.' % file_version]))
 check_call(['git', 'show'])
 
 # working directory should be clean if we did not mess things up
-- 
2.1.0

From 15bc8f7b54f15d994c6cc2145fd705734474f78b Mon Sep 17 00:00:00 2001
From: Petr Spacek <pspa...@redhat.com>
Date: Tue, 23 Jun 2015 14:45:42 +0200
Subject: [PATCH] Bump NVR to 8.0.

---
 configure.ac                 | 2 +-
 contrib/bind-dyndb-ldap.spec | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index d7e64772e43a743d75d1b63b05fabe45acefb12d..a06708b1a5ee64bb64c80272c10ed1a35670c8d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([bind-dyndb-ldap], [7.0], [freeipa-devel@redhat.com])
+AC_INIT([bind-dyndb-ldap], [8.0], [freeipa-devel@redhat.com])
 
 AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
 
diff --git a/contrib/bind-dyndb-ldap.spec b/contrib/bind-dyndb-ldap.spec
index 1ef5bcffb1d3f91291d9ac0510a892b3b75e4820..97adc5e56cb61693bb018d1162d0e6b15314ce23 100644
--- a/contrib/bind-dyndb-ldap.spec
+++ b/contrib/bind-dyndb-ldap.spec
@@ -1,7 +1,7 @@
 %define VERSION %{version}
 
 Name:           bind-dyndb-ldap
-Version:        7.0
+Version:        8.0
 Release:        0%{?dist}
 Summary:        LDAP back-end plug-in for BIND
 
-- 
2.1.0

-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to