From 928ecb9b3d08b9ce21326faae0c6d6fd7eddedd0 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Mon, 26 Sep 2005 14:54:28 +0000 Subject: Relevant BUGIDs: none Purpose of commit: cleanup Commit summary: --------------- 2005-09-26 Thorsten Kukuk * NEWS: New file. * autogen.sh: Don't generate NEWS file. * CHANGELOG: Document it as obsolete. --- CHANGELOG | 10 +++++++++- ChangeLog | 8 ++++++++ NEWS | 17 +++++++++++++++++ autogen.sh | 1 - configure.in | 2 +- 5 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 NEWS diff --git a/CHANGELOG b/CHANGELOG index 51fe16c3..02d081a8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,13 @@ -$Id$ +======================================================================= +======================================================================= + + This file is no longer used for tracking changes for Linux-PAM. For + user visible changes, please look at the NEWS file. A more verbose + list of changes can be found in ChangeLog. + +======================================================================= +======================================================================= ----------------------------- diff --git a/ChangeLog b/ChangeLog index 2b6250db..5b59448c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-09-26 Thorsten Kukuk + + * release 0.99.1.0 + + * NEWS: New file. + * autogen.sh: Don't generate NEWS file. + * CHANGELOG: Document it as obsolete. + 2005-09-26 Tomas Mraz * modules/pam_unix/pam_unix_acct.c (_unix_run_verify_binary): diff --git a/NEWS b/NEWS new file mode 100644 index 00000000..0e2a8681 --- /dev/null +++ b/NEWS @@ -0,0 +1,17 @@ +Linux-PAM NEWS -- history of user-visible changes. + +Release 0.99.1.0 + +* Use autoconf/automake/libtool +* Add gettext support +* Add translations for cs, de, es, fr, hu, it, ja, nb, pa, pt_BR, + pt, zh_CN and zh_TW +* libpam: Remove pam_authenticate_secondary stub +* libpam: Add pam_prompt,pam_vprompt,pam_error,pam_verror,pam_info + and pam_vinfo functions for use by modules as extension +* libpam: Add pam_syslog function for unified syslog messages from + PAM modules. +* libpam: Moved functions from pammodutil to libpam +* pam_umask: New module for setting umask from GECOS field, /etc/login.defs + or /etc/default/login +* pam_echo: New PAM module for message output diff --git a/autogen.sh b/autogen.sh index 63bd5c8e..54567768 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,5 @@ #!/bin/sh -x -echo "Please look at CHANGELOG" > NEWS aclocal -I m4 automake --add-missing --copy autoreconf diff --git a/configure.in b/configure.in index 2a13a83b..c24a8985 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(conf/pam_conv1/pam_conv.y) -AM_INIT_AUTOMAKE("Linux-PAM", 0.99.0.3) +AM_INIT_AUTOMAKE("Linux-PAM", 0.99.1.0) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST -- cgit v1.2.3