Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2008-11-14 16:44:15 +0100
committerArthur de Jong <arthur@arthurdejong.org>2008-11-14 16:44:15 +0100
commitfc2b0451e9a67ca7dab660064b7c292beead2f43 (patch)
tree3fd766133ce0dc7cc9ea105b7d7b95d18f1623ae
parentca4a5ca49c52266be831e980cec9f45f639860b3 (diff)
get files ready for 0.6.7 release0.6.7
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@798 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--ChangeLog22
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog7
-rw-r--r--man/nslcd.8.xml2
-rw-r--r--man/nss-ldapd.conf.5.xml2
6 files changed, 39 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 74d15d4..9a37c51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2008-11-13 21:27 arthur
+
+ * [r797] debian/libnss-ldapd.templates: also leave out empty
+ Default line for libnss-ldapd/ldap-binddn
+
+2008-11-13 21:15 arthur
+
+ * [r796] debian/libnss-ldapd.config, debian/libnss-ldapd.templates:
+ set debconf values from the environment only when they are empty
+ or if configfile is present to fix installation problem
+
+2008-11-11 21:30 arthur
+
+ * [r795] debian/libnss-ldapd.postinst: any output should go to
+ stderr to not confuse debconf
+
+2008-11-04 21:42 arthur
+
+ * [r793] ChangeLog, NEWS, TODO, configure.ac, debian/changelog,
+ man/nslcd.8.xml, man/nss-ldapd.conf.5.xml: get files ready for
+ 0.6.6 release
+
2008-11-04 21:20 arthur
* [r792] NEWS: some spelling fixes
diff --git a/NEWS b/NEWS
index 875839b..899e763 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
changes form 0.6.5 to 0.6.6
---------------------------
+* a fix for a problem in the Debian packaging that would cause user-configured
+ options be ignored
+
+
+changes form 0.6.5 to 0.6.6
+---------------------------
+
* Debian packaging improvements
* allow spaces in user and group names because it was causing problems in
some environments
diff --git a/configure.ac b/configure.ac
index 4b3dc81..35dba56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ version 2.1 of the License, or (at your option) any later version. See the
configure.ac file for more details.])
# initialize and set version and bugreport address
-AC_INIT([nss-ldapd],[0.6.6],[arthur@ch.tudelft.nl])
+AC_INIT([nss-ldapd],[0.6.7],[arthur@ch.tudelft.nl])
RELEASE_MONTH="Nov 2008"
AC_SUBST(RELEASE_MONTH)
AC_CONFIG_SRCDIR([nslcd.h])
diff --git a/debian/changelog b/debian/changelog
index 1446535..7fb3d90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+nss-ldapd (0.6.7) unstable; urgency=low
+
+ * a fix for a problem in debconf configuration that would ignore user input
+ and use automatically detected values instead (closes: 505384)
+
+ -- Arthur de Jong <adejong@debian.org> Fri, 14 Nov 2008 16:30:00 +0100
+
nss-ldapd (0.6.6) unstable; urgency=low
* clarify relationship to nss_ldap in package description (closes: #499892)
diff --git a/man/nslcd.8.xml b/man/nslcd.8.xml
index dd1f4cf..d734c80 100644
--- a/man/nslcd.8.xml
+++ b/man/nslcd.8.xml
@@ -36,7 +36,7 @@
<refmeta>
<refentrytitle>nslcd</refentrytitle>
<manvolnum>8</manvolnum>
- <refmiscinfo class="version">Version 0.6.6</refmiscinfo>
+ <refmiscinfo class="version">Version 0.6.7</refmiscinfo>
<refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
<refmiscinfo class="date">Nov 2008</refmiscinfo>
</refmeta>
diff --git a/man/nss-ldapd.conf.5.xml b/man/nss-ldapd.conf.5.xml
index cd4df5b..04d26d2 100644
--- a/man/nss-ldapd.conf.5.xml
+++ b/man/nss-ldapd.conf.5.xml
@@ -36,7 +36,7 @@
<refmeta>
<refentrytitle>nss-ldapd.conf</refentrytitle>
<manvolnum>5</manvolnum>
- <refmiscinfo class="version">Version 0.6.6</refmiscinfo>
+ <refmiscinfo class="version">Version 0.6.7</refmiscinfo>
<refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
<refmiscinfo class="date">Nov 2008</refmiscinfo>
</refmeta>