Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2007-06-17 18:48:11 +0200
committerArthur de Jong <arthur@arthurdejong.org>2007-06-17 18:48:11 +0200
commitb5c89397ddb7fc1831e7e1797f061fee59e7447d (patch)
treeba0e87788b8d87d92497ff68c35b5f18e519a77e
parentac0dd6140162cd31a85dea0213459de237a7d0ab (diff)
get files ready for 0.2.1 release0.2.1
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@294 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--ChangeLog56
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog11
-rw-r--r--nss-ldapd.conf.52
5 files changed, 79 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index da6874f..321dc03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,59 @@
+2007-06-17 14:05 arthur
+
+ * [r293] Makefile.am: do proper wildcard expansion
+
+2007-06-17 14:05 arthur
+
+ * [r292] Makefile.am, nss/Makefile.am: add proper support for make
+ uninstall
+
+2007-06-17 13:31 arthur
+
+ * [r291] autogen.sh: force regeneration of all files
+
+2007-06-17 13:27 arthur
+
+ * [r290] Makefile.am, autogen.sh, configure.ac: include stuff from
+ the m4 directory automatically
+
+2007-06-17 13:20 arthur
+
+ * [r289] common/Makefile.am, nslcd/Makefile.am, nss/Makefile.am,
+ tests/Makefile.am, tests/dict/Makefile.am, tests/tio/Makefile.am:
+ support building outside the source directory
+
+2007-06-17 12:43 arthur
+
+ * [r288] Makefile.am, configure.ac, debian/copyright, m4,
+ m4/acx_pthread.m4, nslcd/Makefile.am: use the ACX_PTHREAD macro
+ to check for platform independant pthread support and required
+ options
+
+2007-06-17 12:35 arthur
+
+ * [r287] debian/copyright: further clarification of use of
+ autoconf/automake code
+
+2007-06-16 23:10 arthur
+
+ * [r286] nslcd/nslcd.c: change fchmod() into chmod() since fchmod()
+ has undifined behaviour on named sockets (fails silently)
+
+2007-06-12 09:09 arthur
+
+ * [r285] common/dict.c, nslcd/ldap-nss.c, nslcd/ldap-schema.c,
+ nslcd/util.c: fix casts of types where needed
+
+2007-06-12 09:06 arthur
+
+ * [r284] nslcd/host.c: fix type of host address and handle errors
+ in writing hostent
+
+2007-06-11 18:44 arthur
+
+ * [r280] ChangeLog, NEWS, TODO, configure.ac, debian/changelog,
+ nss-ldapd.conf.5: get files ready for 0.2 release
+
2007-06-11 18:40 arthur
* [r279] common/Makefile.am, common/dict.c, common/dict.h,
diff --git a/NEWS b/NEWS
index 2d5bebf..50aca0d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+changes from 0.2 to 0.2.1
+-------------------------
+
+* fix permissions of server socket (this fixes a problem where non-root users
+ were unable to do lookups)
+* fix configure script to properly check for pthread support
+* small code improvements
+* general build system cleanups
+
+
changes from 0.1 to 0.2
-----------------------
diff --git a/configure.ac b/configure.ac
index f03a63b..b8f8125 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.2],[arthur@ch.tudelft.nl])
+AC_INIT([nss-ldapd],[0.2.1],[arthur@ch.tudelft.nl])
RELEASE_MONTH="Jun 2007"
AC_SUBST(RELEASE_MONTH)
AC_CONFIG_SRCDIR([nslcd.h])
diff --git a/debian/changelog b/debian/changelog
index 6aeafb1..aa23900 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+nss-ldapd (0.2.1) unstable; urgency=low
+
+ * fix permissions of server socket (this fixes a problem where non-root
+ users were unable to do lookups)
+ * fix configure script to properly check for pthread support
+ * small code improvements
+ * general build system cleanups
+ * add more information to debian/copyright
+
+ -- Arthur de Jong <adejong@debian.org> Sun, 17 Jun 2007 18:30:00 +0200
+
nss-ldapd (0.2) unstable; urgency=low
* fixes to the netgroup lookup code
diff --git a/nss-ldapd.conf.5 b/nss-ldapd.conf.5
index 6d44ee1..dd536b9 100644
--- a/nss-ldapd.conf.5
+++ b/nss-ldapd.conf.5
@@ -17,7 +17,7 @@
.\" License along with this library; if not, write to the Free Software
.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
.\" 02110-1301 USA
-.TH "nss-ldapd.conf" "5" "Dec 2006" "Version 0.2" "System Manager's Manual"
+.TH "nss-ldapd.conf" "5" "Jun 2007" "Version 0.2.1" "System Manager's Manual"
.nh
.SH "NAME"
nss-ldapd.conf \- configuration file for LDAP nameservice provider