diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-08-18 21:40:17 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-08-18 21:40:17 +0200 |
commit | 99a4e3962f7caefa39e6ae0ca3ecfc3c07e15183 (patch) | |
tree | 8d62e347f4beaf914446d0862faee132df74183c | |
parent | 13d21375449aef63ee84ca4f1d0f9e73d0c6e86d (diff) |
get files ready for 0.7.8 release0.7.8
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1183 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | ChangeLog | 134 | ||||
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | debian/changelog | 22 | ||||
-rw-r--r-- | man/nslcd.8.xml | 4 | ||||
-rw-r--r-- | man/nslcd.conf.5.xml | 4 | ||||
-rw-r--r-- | man/pam_ldap.8.xml | 4 |
7 files changed, 174 insertions, 8 deletions
@@ -1,3 +1,137 @@ +2010-08-18 18:55 arthur + + * [r1182] debian/po/nb.po: added Norwegian Bokmål (nb) translation + of debconf templates by Bjørn Steensrud + +2010-08-18 17:31 arthur + + * [r1181] debian/po/ru.po: updated Russian (ru) translation of + debconf templates by Yuri Kozlov + +2010-08-18 17:26 arthur + + * [r1180] debian/po/pt.po: updated Portuguese (pt) translation of + debconf templates by Américo Monteir + +2010-08-17 20:16 arthur + + * [r1179] debian/po/da.po, debian/po/vi.po, debian/po/zh_CN.po: + remove invalid and bouncing addresses + +2010-08-17 16:53 arthur + + * [r1178] debian/po/ca.po, debian/po/cs.po, debian/po/da.po, + debian/po/de.po, debian/po/es.po, debian/po/fi.po, + debian/po/fr.po, debian/po/gl.po, debian/po/it.po, + debian/po/ja.po, debian/po/nl.po, debian/po/pt.po, + debian/po/pt_BR.po, debian/po/ru.po, debian/po/sv.po, + debian/po/templates.pot, debian/po/vi.po, debian/po/zh_CN.po: + update debian/po files with modified template + +2010-08-17 16:52 arthur + + * [r1177] debian/libpam-ldapd.postinst: only offer to fix + nsswitch.conf if PAM has been converted with pam-auth-update + +2010-08-17 16:40 arthur + + * [r1176] debian/libpam-ldapd.templates: updated debconf template + thanks to Justin B Rye + +2010-08-15 10:45 arthur + + * [r1175] debian/po/POTFILES.in, debian/po/ca.po, debian/po/cs.po, + debian/po/da.po, debian/po/de.po, debian/po/es.po, + debian/po/fi.po, debian/po/fr.po, debian/po/gl.po, + debian/po/it.po, debian/po/ja.po, debian/po/nl.po, + debian/po/pt.po, debian/po/pt_BR.po, debian/po/ru.po, + debian/po/sv.po, debian/po/templates.pot, debian/po/vi.po, + debian/po/zh_CN.po: update debian/po files with added template + +2010-08-14 18:19 arthur + + * [r1174] debian/control: upgrade to standards-version 3.9.1 + +2010-08-14 16:05 arthur + + * [r1173] debian/control: add libpam-sss as an alternative to + libpam-ldapd + +2010-08-14 16:02 arthur + + * [r1172] debian/control: merge the recommends from libnss-ldapd + and libpam-ldapd into those of nslcd so we can track all the PAM + alternatives in one place + +2010-08-14 14:33 arthur + + * [r1171] Makefile.am, debian/libnss-ldapd.postinst, + debian/libnss-ldapd.postrm, + debian/libpam-ldapd.lintian-overrides, + debian/libpam-ldapd.postinst, debian/libpam-ldapd.templates: + offer to add ldap to shadow in nsswitch.conf if a potential + broken configuration is found + +2010-08-14 13:29 arthur + + * [r1170] ChangeLog, ChangeLog-2006, ChangeLog-2007, + ChangeLog-2008, Makefile.am: archive older ChangeLog entries in + year files + +2010-08-14 13:16 arthur + + * [r1169] common/expr.c: also don't expand variables in rest of + ${var:+rest} expressions if var is not set or empty + +2010-08-14 13:00 arthur + + * [r1168] common/expr.c: do not expand variables in rest of + ${var:-rest} expressions if var is not blank or empty + +2010-07-27 06:26 arthur + + * [r1167] nss/services.c: use htons() instead of ntohs() (thanks + Ted C. Cheng) + +2010-07-18 11:40 arthur + + * [r1166] compat/nss_compat.h, configure.ac: compatibility + improvement: also check for nss_common.h and see if enum + nss_status exists + +2010-07-18 11:27 arthur + + * [r1165] nslcd/pam.c: fix comment + +2010-07-18 11:25 arthur + + * [r1164] nss/Makefile.am: use -h linker flag instead of -soname + which seems more portable + +2010-07-18 11:23 arthur + + * [r1163] compat/pam_compat.h: define pam_info(), pam_error() and + pam_syslog() compatibility macros to allow no arguments for + format + +2010-07-17 19:09 arthur + + * [r1162] debian/nslcd.config: only go back one step on Debconf + back + +2010-07-07 20:21 arthur + + * [r1161] configure.ac, nslcd/nslcd.c, nss/Makefile.am: allow + configuring NSS module's SONAME from configure and use this in + nslcd to dlopen() the correct library (thanks to Alexander V. + Chernikov for the idea) + +2010-07-03 16:10 arthur + + * [r1159] ChangeLog, NEWS, TODO, configure.ac, debian/changelog, + man/nslcd.8.xml, man/nslcd.conf.5.xml, man/pam_ldap.8.xml: get + files ready for 0.7.7 release + 2010-07-03 15:22 arthur * [r1158] debian/control: upgrade to standards-version 3.9.0 @@ -1,3 +1,13 @@ +changes from 0.7.7 to 0.7.8 +--------------------------- + +* minor portability improvements and clean-ups (thanks Alexander V. + Chernikov and Ted C. Cheng) +* don't expand variables in rest of ${var:-rest} and ${var:+rest} + expressions if it is not needed +* Debian packaging improvements + + changes from 0.7.6 to 0.7.7 --------------------------- diff --git a/configure.ac b/configure.ac index fb9a2d6..28ff445 100644 --- a/configure.ac +++ b/configure.ac @@ -32,8 +32,8 @@ 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.7],[nss-pam-ldapd-users@lists.arthurdejong.org]) -RELEASE_MONTH="Jul 2010" +AC_INIT([nss-pam-ldapd],[0.7.8],[nss-pam-ldapd-users@lists.arthurdejong.org]) +RELEASE_MONTH="Aug 2010" AC_SUBST(RELEASE_MONTH) AC_CONFIG_SRCDIR([nslcd.h]) diff --git a/debian/changelog b/debian/changelog index c5ab50f..e6fc9aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +nss-pam-ldapd (0.7.8) unstable; urgency=low + + * minor portability improvements and clean-ups (thanks Alexander V. + Chernikov and Ted C. Cheng) + * don't expand variables in rest of ${var:-rest} and ${var:+rest} + expressions if it is not needed (closes: #592320) + * libpam-ldapd.postinst: offer to add ldap to shadow in nsswitch.conf if + a potential broken configuration is found (closes: #592104) + (thanks to Justin B Rye for the template review) + * merge the suggests of libnss-ldapd and libpam-ldapd into those of the + nslcd package to have a single consistent list of PAM alternatives + (closes: #591773) + * add libpam-sss as an alternative to libpam-ldapd (closes: #591773) + * upgrade to standards-version 3.9.1 (no changes needed) + * updated Portuguese debconf translation by Américo Monteir + (closes: #593404) + * updated Russian debconf translation by Yuri Kozlov (closes: #593491) + * added Norwegian Bokmål debconf translation by Bjørn Steensrud + (closes: #593501) + + -- Arthur de Jong <adejong@debian.org> Wed, 18 Aug 2010 21:00:00 +0200 + nss-pam-ldapd (0.7.7) unstable; urgency=low * don't use use_authtok for password modification by default diff --git a/man/nslcd.8.xml b/man/nslcd.8.xml index 1932145..42aa33b 100644 --- a/man/nslcd.8.xml +++ b/man/nslcd.8.xml @@ -36,9 +36,9 @@ <refmeta> <refentrytitle>nslcd</refentrytitle> <manvolnum>8</manvolnum> - <refmiscinfo class="version">Version 0.7.7</refmiscinfo> + <refmiscinfo class="version">Version 0.7.8</refmiscinfo> <refmiscinfo class="manual">System Manager's Manual</refmiscinfo> - <refmiscinfo class="date">Jul 2010</refmiscinfo> + <refmiscinfo class="date">Aug 2010</refmiscinfo> </refmeta> <refnamediv id="name"> diff --git a/man/nslcd.conf.5.xml b/man/nslcd.conf.5.xml index f434414..b1d2b98 100644 --- a/man/nslcd.conf.5.xml +++ b/man/nslcd.conf.5.xml @@ -36,9 +36,9 @@ <refmeta> <refentrytitle>nslcd.conf</refentrytitle> <manvolnum>5</manvolnum> - <refmiscinfo class="version">Version 0.7.7</refmiscinfo> + <refmiscinfo class="version">Version 0.7.8</refmiscinfo> <refmiscinfo class="manual">System Manager's Manual</refmiscinfo> - <refmiscinfo class="date">Jul 2010</refmiscinfo> + <refmiscinfo class="date">Aug 2010</refmiscinfo> </refmeta> <refnamediv id="name"> diff --git a/man/pam_ldap.8.xml b/man/pam_ldap.8.xml index 3d28a57..720ebc0 100644 --- a/man/pam_ldap.8.xml +++ b/man/pam_ldap.8.xml @@ -35,9 +35,9 @@ <refmeta> <refentrytitle>pam_ldap</refentrytitle> <manvolnum>8</manvolnum> - <refmiscinfo class="version">Version 0.7.7</refmiscinfo> + <refmiscinfo class="version">Version 0.7.8</refmiscinfo> <refmiscinfo class="manual">System Manager's Manual</refmiscinfo> - <refmiscinfo class="date">Jul 2010</refmiscinfo> + <refmiscinfo class="date">Aug 2010</refmiscinfo> </refmeta> <refnamediv id="name"> |