From 32f10c93e66781ba13757a7bdaf0ebf6f79641cd Mon Sep 17 00:00:00 2001
From: Arthur de Jong <arthur@arthurdejong.org>
Date: Fri, 4 Sep 2009 13:00:40 +0000
Subject: get files ready for 0.7.0 release

git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@987 ef36b2f9-881f-0410-afb5-c4e39611909c
---
 ChangeLog            | 149 +++++++++++++++++++++++++++++++++++++++++++++++++++
 Makefile.am          |   2 +-
 NEWS                 |  17 ++++++
 configure.ac         |   4 +-
 debian/NEWS          |  10 ++++
 debian/changelog     |  20 +++++++
 man/nslcd.8.xml      |   4 +-
 man/nslcd.conf.5.xml |   4 +-
 man/pam_ldap.8.xml   |   4 +-
 9 files changed, 205 insertions(+), 9 deletions(-)
 create mode 100644 debian/NEWS

diff --git a/ChangeLog b/ChangeLog
index 92b7af9..3fa51cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,152 @@
+2009-09-04 11:54  arthur
+
+	* [r986] configure.ac, nslcd/cfg.c, nslcd/common.c,
+	  nss/prototypes.h: some simple changes in includes to make FreeBSD
+	  diff smaller
+
+2009-09-01 14:52  arthur
+
+	* [r985] configure.ac, nslcd/cfg.c: add a
+	  --disable-configfile-checking option to configure to cause
+	  unknown options to be ignored from the configuration
+
+2009-09-01 14:36  arthur
+
+	* [r984] configure.ac: fix help message to indicate that PAM module
+	  is built by default
+
+2009-09-01 13:43  arthur
+
+	* [r983] man/nslcd.conf.5.xml, nslcd/cfg.c: lower the default
+	  values for bind_timelimit and reconnect_maxsleeptime from 30 to
+	  10 seconds
+
+2009-09-01 13:35  arthur
+
+	* [r982] Makefile.am: fix generation of ChangeLog
+
+2009-09-01 13:26  arthur
+
+	* [r981] .: rename trunk to nss-pam-ldapd
+
+2009-08-31 21:46  arthur
+
+	* [r980] Makefile.am, README, configure.ac,
+	  debian/libnss-ldapd.config, debian/nslcd.config,
+	  debian/nslcd.examples, debian/nslcd.init, debian/nslcd.postinst,
+	  debian/nslcd.postrm, debian/nslcd.templates, 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, debian/rules, man,
+	  man/Makefile.am, man/nslcd.8.xml, man/nslcd.conf.5.xml,
+	  man/nss-ldapd.conf.5.xml, man/pam_ldap.8.xml, nslcd.conf,
+	  nslcd/nslcd.c, nss-ldapd.conf, tests/Makefile.am, tests/README,
+	  tests/nslcd-test.conf, tests/nss-ldapd-test.conf,
+	  tests/test_myldap.c, tests/test_myldap.sh,
+	  tests/test_nslcd_group.c, tests/test_nsscmds.sh: rename
+	  configfile to /etc/nslcd.conf and make debian packaging copy the
+	  file to the new name on upgrade
+
+2009-08-31 20:03  arthur
+
+	* [r979] INSTALL, autogen.sh, compile, depcomp, install-sh,
+	  missing, mkinstalldirs: upgrade to using automake 1.11
+
+2009-08-31 18:49  arthur
+
+	* [r978] ., HACKING, README, common/dict.c, common/dict.h,
+	  common/set.c, common/set.h, common/tio.c, common/tio.h,
+	  compat/getpeercred.c, compat/getpeercred.h, compat/pagectrl.c,
+	  compat/pagectrl.h, configure.ac, debian/control,
+	  debian/copyright, debian/nslcd.config, debian/nslcd.init,
+	  debian/nslcd.postinst, debian/nslcd.templates, 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, nslcd.h, nslcd/alias.c,
+	  nslcd/attmap.c, nslcd/attmap.h, nslcd/cfg.c, nslcd/cfg.h,
+	  nslcd/common.c, nslcd/common.h, nslcd/ether.c, nslcd/group.c,
+	  nslcd/host.c, nslcd/myldap.c, nslcd/myldap.h, nslcd/netgroup.c,
+	  nslcd/network.c, nslcd/passwd.c, nslcd/protocol.c, nslcd/rpc.c,
+	  nslcd/service.c, nslcd/shadow.c, tests/README, tests/test_cfg.c,
+	  tests/test_common.c, tests/test_dict.c, tests/test_getpeercred.c,
+	  tests/test_myldap.c, tests/test_nsscmds.sh, tests/test_set.c,
+	  tests/test_tio.c: rename software to nss-pam-ldapd
+
+2009-08-31 18:42  arthur
+
+	* [r977] debian/control: upgrade to standards-version 3.8.3 (no
+	  changes needed)
+
+2009-08-31 15:11  arthur
+
+	* [r975] Makefile.am, debian/control, debian/libnss-ldapd.config,
+	  debian/libnss-ldapd.docs, debian/libnss-ldapd.examples,
+	  debian/libnss-ldapd.install, debian/libnss-ldapd.nslcd.init,
+	  debian/libnss-ldapd.postinst, debian/libnss-ldapd.postrm,
+	  debian/libnss-ldapd.templates, debian/libpam-ldapd.install,
+	  debian/libpam-ldapd.pam-auth-update,
+	  debian/libpam-ldapd.postinst, debian/libpam-ldapd.prerm,
+	  debian/nslcd.config, debian/nslcd.docs, debian/nslcd.examples,
+	  debian/nslcd.init, debian/nslcd.install, debian/nslcd.postinst,
+	  debian/nslcd.postrm, debian/nslcd.templates,
+	  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, debian/rules: split into binary packages
+	  libnss-ldapd, libpam-ldapd and nslcd packages, using a patch for
+	  libpam-ldap by Steve Langasek <vorlon@debian.org> for the
+	  libpam-ldapd package
+
+2009-08-31 14:58  arthur
+
+	* [r974] debian/libnss-ldapd.nslcd.init: patch by Petter
+	  Reinholdtsen <pere@hungry.com> to fix init script to start before
+	  autofs
+
+2009-08-16 08:17  arthur
+
+	* [r973] config.guess, config.sub: include updated files
+
+2009-08-16 08:15  arthur
+
+	* [r972] Makefile.am, configure.ac: enable building PAM module by
+	  default
+
+2009-08-16 08:03  arthur
+
+	* [r971] nslcd.h: remove development warning
+
+2009-08-16 07:54  arthur
+
+	* [r970] man, man/Makefile.am, man/pam_ldap.8.xml: add basic
+	  pam_ldap manual page
+
+2009-08-12 21:41  arthur
+
+	* [r969] nslcd/common.h, nslcd/nslcd.c, nslcd/passwd.c: don't
+	  return password hashes at all for non-root users, based on a
+	  patch by Alexander V. Chernikov <melifaro@ipfw.ru>
+
+2009-07-18 21:11  arthur
+
+	* [r968] debian/po/gl.po: updated Galician (gl) translation of
+	  debconf ates by Marce Villarino <mvillarino@gmail.com>
+
+2009-07-12 20:47  arthur
+
+	* [r966] ChangeLog, NEWS, TODO, configure.ac, debian/changelog,
+	  man/nslcd.8.xml, man/nss-ldapd.conf.5.xml: get files ready for
+	  0.6.11 release
+
 2009-07-12 20:43  arthur
 
 	* [r965] debian/po/fr.po: updated French (fr) translation of
diff --git a/Makefile.am b/Makefile.am
index 5723a67..72e41a1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,7 +32,7 @@ endif
 SUBDIRS = compat common $(MAYBE_NSS) $(MAYBE_PAM) $(ENABLE_NSLCD) man tests
 
 DEBIAN_FILES = debian/changelog debian/compat debian/control \
-               debian/copyright debian/rules \
+               debian/copyright debian/rules debian/NEWS \
                debian/nslcd.config \
                debian/nslcd.docs \
                debian/nslcd.examples \
diff --git a/NEWS b/NEWS
index e668d66..ca5eab8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+changes from 0.6.11 to 0.7.0
+----------------------------
+
+* rename software to nss-pam-ldapd to indicate that PAM module is now a
+  standard part of the software
+* the PAM module is now built by default (the configure script can be
+  instructed whether or not to build certain parts)
+* the default configuration file name has been changed to /etc/nslcd.conf
+* the default values for bind_timelimit and reconnect_maxsleeptime were
+  lowered from 30 to 10 seconds
+* password hashes are no longer returned to non-root users (based on a patch
+  by Alexander V. Chernikov)
+* a pam_ldap(8) manual page was added
+* unknown options in the configuration file can now be ignored with a new
+  --disable-configfile-checking configure option
+
+
 changes from 0.6.10 to 0.6.11
 -----------------------------
 
diff --git a/configure.ac b/configure.ac
index 8239fb8..afe9c13 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.6.11],[arthur@arthurdejong.org])
-RELEASE_MONTH="Jul 2009"
+AC_INIT([nss-pam-ldapd],[0.7.0],[arthur@arthurdejong.org])
+RELEASE_MONTH="Sep 2009"
 AC_SUBST(RELEASE_MONTH)
 AC_CONFIG_SRCDIR([nslcd.h])
 
diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..d0a366d
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,10 @@
+nss-pam-ldapd (0.7.0) unstable; urgency=low
+
+  * The package has been split into libnss-ldapd which contains the the NSS
+    module, libpam-ldapd which contains the PAM module and nslcd which
+    includes the daemon that performs the LDAP operations.
+  * The configuration file has been changed to /etc/nslcd.conf to reflect this
+    new organisation of packages (upgrades should create this file based on
+    any existing /etc/nss-ldapd.conf file).
+
+ -- Arthur de Jong <adejong@debian.org>  Tue, 01 Sep 2009 17:00:00 +0200
diff --git a/debian/changelog b/debian/changelog
index 2219804..9ed0a1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+nss-pam-ldapd (0.7.0) unstable; urgency=low
+
+  * rename software to nss-pam-ldapd to indicate that PAM module is now a
+    standard part of the software
+  * split into the binary packages libnss-ldapd, libpam-ldapd and nslcd
+    (libpam-ldapd packaging used a patch for libpam-ldap by Steve Langasek)
+    (closes: #535505)
+  * the configuration file name has been changed to /etc/nslcd.conf (package
+    upgrade should migrate the configuration)
+  * updated Galician debconf translation by Marce Villarino (closes: #537424)
+  * patch by Petter Reinholdtsen to fix init script to start before autofs
+    (closes: #544093)
+  * the default values for bind_timelimit and reconnect_maxsleeptime were
+    lowered from 30 to 10 seconds (closes: #532874)
+  * upgrade to standards-version 3.8.3 (no changes needed)
+  * password hashes are no longer returned to non-root users (based on a patch
+    by Alexander V. Chernikov)
+
+ -- Arthur de Jong <adejong@debian.org>  Tue, 01 Sep 2009 17:00:00 +0200
+
 nss-ldapd (0.6.11) unstable; urgency=low
 
   * fix user name to groups mapping (a bug in buffer checking in initgroups()
diff --git a/man/nslcd.8.xml b/man/nslcd.8.xml
index 1cdfa5b..5822180 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.6.11</refmiscinfo>
+  <refmiscinfo class="version">Version 0.7.0</refmiscinfo>
   <refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
-  <refmiscinfo class="date">Jul 2009</refmiscinfo>
+  <refmiscinfo class="date">Sep 2009</refmiscinfo>
  </refmeta>
 
  <refnamediv id="name">
diff --git a/man/nslcd.conf.5.xml b/man/nslcd.conf.5.xml
index 950432a..e6797d6 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.6.11</refmiscinfo>
+  <refmiscinfo class="version">Version 0.7.0</refmiscinfo>
   <refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
-  <refmiscinfo class="date">Jul 2009</refmiscinfo>
+  <refmiscinfo class="date">Sep 2009</refmiscinfo>
  </refmeta>
 
  <refnamediv id="name">
diff --git a/man/pam_ldap.8.xml b/man/pam_ldap.8.xml
index 5708560..2195b9d 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.6.10</refmiscinfo>
+  <refmiscinfo class="version">Version 0.7.0</refmiscinfo>
   <refmiscinfo class="manual">System Manager's Manual</refmiscinfo>
-  <refmiscinfo class="date">Jun 2009</refmiscinfo>
+  <refmiscinfo class="date">Sep 2009</refmiscinfo>
  </refmeta>
 
  <refnamediv id="name">
-- 
cgit v1.2.3