summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-09-26 14:54:28 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-09-26 14:54:28 +0000
commit928ecb9b3d08b9ce21326faae0c6d6fd7eddedd0 (patch)
treea37cf0b59f4e8c99d1a88909c341b1e9e6532cf4
parent165cd7666e27b90150c35447aa806662468cd57d (diff)
Relevant BUGIDs: none
Purpose of commit: cleanup Commit summary: --------------- 2005-09-26 Thorsten Kukuk <kukuk@suse.de> * NEWS: New file. * autogen.sh: Don't generate NEWS file. * CHANGELOG: Document it as obsolete.
-rw-r--r--CHANGELOG10
-rw-r--r--ChangeLog8
-rw-r--r--NEWS17
-rwxr-xr-xautogen.sh1
-rw-r--r--configure.in2
5 files changed, 35 insertions, 3 deletions
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 <kukuk@suse.de>
+
+ * 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 <t8m@centrum.cz>
* 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