From 2cf1d816f9ca9620769a863bf33d357cdb0310a6 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Thu, 27 May 2010 20:09:37 +0000 Subject: get files ready for 0.7.6 release git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1123 ef36b2f9-881f-0410-afb5-c4e39611909c --- AUTHORS | 1 + ChangeLog | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++ NEWS | 10 ++++++++ configure.ac | 2 +- debian/changelog | 13 ++++++++++ man/nslcd.8.xml | 2 +- man/nslcd.conf.5.xml | 2 +- man/pam_ldap.8.xml | 2 +- 8 files changed, 97 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index e7b75e3..649add2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -77,3 +77,4 @@ Petter Reinholdtsen Dan White Leigh Wedding Jan Schampera +Nalin Dahyabhai diff --git a/ChangeLog b/ChangeLog index ac1dd0c..445fdc4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,72 @@ +2010-05-26 21:07 arthur + + * [r1122] debian/control: drop extra parts of package descriptions + that should no longer be really relevant and update libpam-ldapd + description + +2010-05-24 21:53 arthur + + * [r1121] debian/libpam-ldapd.pam-auth-update: update + pam-auth-update configuration to always perform LDAP + autorisation, also pass use_authtok on password modification and + spell out session result handling + +2010-05-24 21:43 arthur + + * [r1120] pam/pam.c: make code more consistent + +2010-05-24 21:36 arthur + + * [r1119] man/pam_ldap.8.xml: fix typo + +2010-05-24 21:36 arthur + + * [r1118] pam/pam.c: don't store use_authtok because + pam_get_authtok() looks at the arguments itself + +2010-05-23 21:26 arthur + + * [r1117] HACKING, README, man/nslcd.8.xml, man/nslcd.conf.5.xml: + update documentation + +2010-05-23 20:11 arthur + + * [r1116] nslcd.conf: include uid and gid options in default + configuration file + +2010-05-23 19:53 arthur + + * [r1115] configure.ac, m4/acx_pthread.m4, m4/ax_pthread.m4: update + AC?X_PTHREAD macro and update configure script to be simpler and + add some more checks + +2010-05-23 19:33 arthur + + * [r1114] debian/nslcd.init: use nslcd --check in init script's + status command + +2010-05-22 13:12 arthur + + * [r1113] nslcd/pam.c: make debug logging for pam_authz_search + option a little more readable + +2010-05-20 19:21 arthur + + * [r1112] debian/control: add libpam-heimdal as an alternative + recommends for libnss-ldapd + +2010-05-15 15:41 arthur + + * [r1111] nslcd/attmap.c, nslcd/attmap.h: always clear returned + buffer when performing attribute mapping (based on a patch by + Nalin Dahyabhai ) + +2010-05-14 20:49 arthur + + * [r1109] ChangeLog, NEWS, configure.ac, debian/changelog, + man/nslcd.8.xml, man/nslcd.conf.5.xml, man/pam_ldap.8.xml: get + files ready for 0.7.5 release + 2010-05-14 20:38 arthur * [r1108] Makefile.am, debian/source, debian/source/format: switch diff --git a/NEWS b/NEWS index e36fca9..6b6ccdc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +changes from 0.7.5 to 0.7.6 +--------------------------- + +* fix a problem with empty attributes if expression-based attribute + mapping is used (patch by Nalin Dahyabhai) +* make debug logging for pam_authz_search option a little more informative +* documentation improvements +* Debian packaging improvements + + changes from 0.7.4 to 0.7.5 --------------------------- diff --git a/configure.ac b/configure.ac index 054cddd..166210f 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-pam-ldapd],[0.7.5],[nss-pam-ldapd-users@lists.arthurdejong.org]) +AC_INIT([nss-pam-ldapd],[0.7.6],[nss-pam-ldapd-users@lists.arthurdejong.org]) RELEASE_MONTH="May 2010" AC_SUBST(RELEASE_MONTH) AC_CONFIG_SRCDIR([nslcd.h]) diff --git a/debian/changelog b/debian/changelog index 25df2a2..50ee640 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +nss-pam-ldapd (0.7.6) unstable; urgency=low + + * include libpam-heimdal in libnss-ldapd recommends list of PAM + implementations (closes: #582407) + * fix a problem with empty attributes if expression-based attribute + mapping is used (patch by Nalin Dahyabhai) + * make debug logging for pam_authz_search option a little more informative + * documentation improvements + * update pam-auth-update configuration to always perform LDAP autorisation + for LDAP users + + -- Arthur de Jong Thu, 27 May 2010 21:00:00 +0200 + nss-pam-ldapd (0.7.5) unstable; urgency=low * fix a problem in the session handling of the PAM module if the minimum_uid diff --git a/man/nslcd.8.xml b/man/nslcd.8.xml index f5d3f26..2ff3ac0 100644 --- a/man/nslcd.8.xml +++ b/man/nslcd.8.xml @@ -36,7 +36,7 @@ nslcd 8 - Version 0.7.5 + Version 0.7.6 System Manager's Manual May 2010 diff --git a/man/nslcd.conf.5.xml b/man/nslcd.conf.5.xml index eb56e9a..19f56ec 100644 --- a/man/nslcd.conf.5.xml +++ b/man/nslcd.conf.5.xml @@ -36,7 +36,7 @@ nslcd.conf 5 - Version 0.7.5 + Version 0.7.6 System Manager's Manual May 2010 diff --git a/man/pam_ldap.8.xml b/man/pam_ldap.8.xml index 69680a9..eaebe4f 100644 --- a/man/pam_ldap.8.xml +++ b/man/pam_ldap.8.xml @@ -35,7 +35,7 @@ pam_ldap 8 - Version 0.7.5 + Version 0.7.6 System Manager's Manual May 2010 -- cgit v1.2.3