~ubuntu-branches/ubuntu/utopic/nss-pam-ldapd/utopic

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Arthur de Jong
  • Date: 2010-09-24 09:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20100924090000-m4t63s6rmzoiyg8j
Tags: 0.7.10
handle errors from ldap_result() better and disconnect (and reconnect)
in more cases (closes: #596983)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
configure.ac file for more details.])
33
33
 
34
34
# initialize and set version and bugreport address
35
 
AC_INIT([nss-pam-ldapd],[0.7.9],[nss-pam-ldapd-users@lists.arthurdejong.org])
36
 
RELEASE_MONTH="Aug 2010"
 
35
AC_INIT([nss-pam-ldapd],[0.7.10],[nss-pam-ldapd-users@lists.arthurdejong.org])
 
36
RELEASE_MONTH="Sep 2010"
37
37
AC_SUBST(RELEASE_MONTH)
38
38
AC_CONFIG_SRCDIR([nslcd.h])
39
39