]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs: none
authorThorsten Kukuk <kukuk@thkukuk.de>
Mon, 26 Sep 2005 14:54:28 +0000 (14:54 +0000)
committerThorsten Kukuk <kukuk@thkukuk.de>
Mon, 26 Sep 2005 14:54:28 +0000 (14:54 +0000)
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.

CHANGELOG
ChangeLog
NEWS [new file with mode: 0644]
autogen.sh
configure.in

index 51fe16c38fa91b09a73884cce73088b71d51ec95..02d081a80c4bfdbc2f9c16cbb8e5218d374eb2f4 100644 (file)
--- 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.
+
+=======================================================================
+=======================================================================
 
 -----------------------------
 
index 2b6250dbd6f9b13124f98b2d3167667ea9f793af..5b59448c38b7b1d159c86b0faba8718280f5f9ad 100644 (file)
--- 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 (file)
index 0000000..0e2a868
--- /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
index 63bd5c8e3015daa9c8345c50e8a0751f6ff897ce..54567768743df6821f2a98f997f4d4d4311d79df 100755 (executable)
@@ -1,6 +1,5 @@
 #!/bin/sh -x
 
-echo "Please look at CHANGELOG" > NEWS
 aclocal -I m4
 automake --add-missing --copy
 autoreconf
index 2a13a83bb54010117475ad91a7cd0ddd02ce0688..c24a8985b2a009b8e82e57431ef27d41a063fcc3 100644 (file)
@@ -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