diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2008-08-22 12:36:26 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2008-08-22 12:36:26 +0200 |
commit | ff12c64b0dcf7290d0b72fda7a1344adcfc0a1a3 (patch) | |
tree | 8eab7704c4d8d4f55bfb68f30173efd03ff88da6 | |
parent | 61a21d9cbbf7a4b1ef0ac28ed14169f087bad14d (diff) |
get files ready for 0.6.5 release0.6.5
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@783 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | ChangeLog | 17 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | debian/changelog | 11 | ||||
-rw-r--r-- | man/nslcd.8.xml | 4 | ||||
-rw-r--r-- | man/nss-ldapd.conf.5.xml | 4 |
6 files changed, 39 insertions, 7 deletions
@@ -1,3 +1,20 @@ +2008-08-07 08:10 arthur + + * [r782] debian/copyright, debian/po/da.po: updated Danish (da) + translation of debconf templates by Jonas Smedegaard + <dr@jones.dk> + +2008-08-07 08:01 arthur + + * [r781] debian/po/sv.po: updated Swedish (sv) translation of + debconf templates by Martin Ågren <martin.agren@gmail.com> + +2008-07-20 09:28 arthur + + * [r778] ChangeLog, NEWS, TODO, configure.ac, debian/changelog, + man/nslcd.8.xml, man/nss-ldapd.conf.5.xml: get files ready for + 0.6.4 release + 2008-07-20 08:27 arthur * [r777] nslcd/cfg.c: rename get_base_from_dse() to @@ -1,3 +1,9 @@ +changes form 0.6.4 to 0.6.5 +--------------------------- + +* Debian package configuration translation updates + + changes form 0.6.3 to 0.6.4 --------------------------- diff --git a/configure.ac b/configure.ac index bb88143..7f4b357 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-ldapd],[0.6.4],[arthur@ch.tudelft.nl]) -RELEASE_MONTH="Jul 2008" +AC_INIT([nss-ldapd],[0.6.5],[arthur@ch.tudelft.nl]) +RELEASE_MONTH="Aug 2008" AC_SUBST(RELEASE_MONTH) AC_CONFIG_SRCDIR([nslcd.h]) diff --git a/debian/changelog b/debian/changelog index ef178d1..b42b4c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,14 @@ -nss-ldapd (0.6.4) unstable; urgency=low +nss-ldapd (0.6.5) unstable; urgency=low + * updated Swedish debconf translation by Martin Ågren (closes: #492910) + * updated Danish debconf translation by Jonas Smedegaard (closes: #493973) + + -- Arthur de Jong <adejong@debian.org> Fri, 22 Aug 2008 11:00:00 +0200 + +nss-ldapd (0.6.4) unstable; urgency=medium + + * set urgency medium in an attempt to get in before the freeze + (not much code changes) * fix for the tls_checkpeer option * fix incorrect test for ssl option in combination with ldaps:// URIs * improvements to Active Directory sample configuration diff --git a/man/nslcd.8.xml b/man/nslcd.8.xml index a912eee..0848ab2 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.4</refmiscinfo> + <refmiscinfo class="version">Version 0.6.5</refmiscinfo> <refmiscinfo class="manual">System Manager's Manual</refmiscinfo> - <refmiscinfo class="date">Jul 2008</refmiscinfo> + <refmiscinfo class="date">Aug 2008</refmiscinfo> </refmeta> <refnamediv id="name"> diff --git a/man/nss-ldapd.conf.5.xml b/man/nss-ldapd.conf.5.xml index fe3ae7e..db3d942 100644 --- a/man/nss-ldapd.conf.5.xml +++ b/man/nss-ldapd.conf.5.xml @@ -36,9 +36,9 @@ <refmeta> <refentrytitle>nss-ldapd.conf</refentrytitle> <manvolnum>5</manvolnum> - <refmiscinfo class="version">Version 0.6.4</refmiscinfo> + <refmiscinfo class="version">Version 0.6.5</refmiscinfo> <refmiscinfo class="manual">System Manager's Manual</refmiscinfo> - <refmiscinfo class="date">Jul 2008</refmiscinfo> + <refmiscinfo class="date">Aug 2008</refmiscinfo> </refmeta> <refnamediv id="name"> |