summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-11-21 14:07:49 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-11-21 14:07:49 +0000
commit85defa52f249728c26961febff913e45a64a57ef (patch)
tree165215cc2e06391a41fe03dde1b2198b2d4ee8aa
parent6cdec1ef8c50da6d9e1b3c91faa22fc30d36bd4a (diff)
Relevant BUGIDs: none
Purpose of commit: release Commit summary: --------------- Prepare for 0.99.2.0 release
-rw-r--r--ChangeLog9
-rw-r--r--NEWS3
-rw-r--r--configure.in2
-rw-r--r--libpam_misc/Makefile.am2
-rw-r--r--po/Linux-PAM.pot2
-rw-r--r--po/cs.po2
-rw-r--r--po/de.po2
-rw-r--r--po/es.po2
-rw-r--r--po/fi.po2
-rw-r--r--po/fr.po2
-rw-r--r--po/hu.po2
-rw-r--r--po/it.po2
-rw-r--r--po/ja.po2
-rw-r--r--po/nb.po2
-rw-r--r--po/pa.po2
-rw-r--r--po/pl.po2
-rw-r--r--po/pt.po2
-rw-r--r--po/pt_BR.po2
-rw-r--r--po/zh_CN.po2
-rw-r--r--po/zh_TW.po2
20 files changed, 30 insertions, 18 deletions
diff --git a/ChangeLog b/ChangeLog
index bdf4a2c9..368b9d9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-11-21 Thorsten Kukuk <kukuk@thkukuk.de>
+
+ * release version 0.99.2.0
+
+ * libpam_misc/Makefile.am: Increase release number (for change
+ from 2005-11-09)
+
+ * NEWS: Adjust for 0.99.2.0
+
2005-11-17 Thorsten Kukuk <kukuk@thkukuk.de>
* libpam/include/security/_pam_compat.h: Fix wrong #ifdef nesting.
diff --git a/NEWS b/NEWS
index ac2602a2..d13775a3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
Linux-PAM NEWS -- history of user-visible changes.
+
+Release 0.99.2.0
+
* Fix parsing of full path tty name in various modules
* pam_xauth: Look for xauth executable in multiple places
* pam_unix: Disable user check in unix_chkpwd only if real uid
diff --git a/configure.in b/configure.in
index f6610f08..288a286a 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.1.0)
+AM_INIT_AUTOMAKE("Linux-PAM", 0.99.2.0)
AM_CONFIG_HEADER(config.h)
AC_CANONICAL_HOST
diff --git a/libpam_misc/Makefile.am b/libpam_misc/Makefile.am
index 6a168336..0a5c2dbb 100644
--- a/libpam_misc/Makefile.am
+++ b/libpam_misc/Makefile.am
@@ -11,7 +11,7 @@ include_HEADERS = include/security/pam_misc.h
AM_CFLAGS = -I$(top_srcdir)/libpam/include \
-I$(top_srcdir)/libpamc/include -I$(srcdir)/include
-libpam_misc_la_LDFLAGS = -no-undefined -version-info 81:0:81
+libpam_misc_la_LDFLAGS = -no-undefined -version-info 81:1:81
if HAVE_VERSIONING
libpam_misc_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libpam_misc.map
endif
diff --git a/po/Linux-PAM.pot b/po/Linux-PAM.pot
index 149509ee..1cf8872c 100644
--- a/po/Linux-PAM.pot
+++ b/po/Linux-PAM.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-11-16 19:18+0100\n"
+"POT-Creation-Date: 2005-11-21 14:57+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/po/cs.po b/po/cs.po
index 89547dea..3a6c0727 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Linux-PAM\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-11-16 19:18+0100\n"
+"POT-Creation-Date: 2005-11-21 14:57+0100\n"
"PO-Revision-Date: 2005-08-24 13:58+0200\n"
"Last-Translator: Tomas Mraz <t8m@centrum.cz>\n"
"Language-Team: cs_CZ <cs@li.org>\n"
diff --git a/po/de.po b/po/de.po
index 6cf17a46..aade5f06 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Linux-PAM\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-11-16 19:18+0100\n"
+"POT-Creation-Date: 2005-11-21 14:57+0100\n"
"PO-Revision-Date: 2005-09-26 16:32+02:00\n"
"Last-Translator: Novell Language <language@novell.com>\n"
"Language-Team: Novell Language <language@novell.com>\n"
diff --git a/po/es.po b/po/es.po
index bbf166bb..6ac7f869 100644
--- a/po/es.po
+++ b/po/es.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Linux-PAM\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-11-16 19:18+0100\n"
+"POT-Creation-Date: 2005-11-21 14:57+0100\n"
"PO-Revision-Date: 2005-08-18 HO:MI+ZONE\n"
"Last-Translator: Novell Language <language@novell.com>\n"
"Language-Team: Novell Language <language@novell.com>\n"
diff --git a/po/fi.po b/po/fi.po
index 43a02289..81db9cf4 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Linux-PAM\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-11-16 19:18+0100\n"
+"POT-Creation-Date: 2005-11-21 14:57+0100\n"
"PO-Revision-Date: 2005-09-17 12:27+0300\n"
"Last-Translator: Ilkka Pirskanen <ilkka.pirskanen@kolumbus.fi>\n"
"Language-Team: Finnish <fi@li.org>\n"
diff --git a/po/fr.po b/po/fr.po
index 0d1054a8..8d8e5852 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Linux-PAM\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-11-16 19:18+0100\n"
+"POT-Creation-Date: 2005-11-21 14:57+0100\n"
"PO-Revision-Date: 2005-08-18 12:12+0000\n"
"Last-Translator: Novell Language <language@novell.com>\n"
"Language-Team: Novell Language <language@novell.com>\n"
diff --git a/po/hu.po b/po/hu.po
index 10bfc5cb..a1fd931f 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Linux-PAM 0.80\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-11-16 19:18+0100\n"
+"POT-Creation-Date: 2005-11-21 14:57+0100\n"
"PO-Revision-Date: 2005-08-07 02:59+0100\n"
"Last-Translator: Szabolcs Varga <shirokuma@shirokuma.hu>\n"
"Language-Team: hu\n"
diff --git a/po/it.po b/po/it.po
index 9bbdf19e..0f1320e2 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Linux-PAM\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-11-16 19:18+0100\n"
+"POT-Creation-Date: 2005-11-21 14:57+0100\n"
"PO-Revision-Date: 2005-08-18 13:43-0000\n"
"Last-Translator: Novell Language <language@novell.com>\n"
"Language-Team: Novell Language <language@novell.com>\n"
diff --git a/po/ja.po b/po/ja.po
index 53424083..b5a878d2 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Linux-PAM\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-11-16 19:18+0100\n"
+"POT-Creation-Date: 2005-11-21 14:57+0100\n"
"PO-Revision-Date: 2005-08-18 11:52-0000\n"
"Last-Translator: Novell Language <language@novell.com>\n"
"Language-Team: Novell Language <language@novell.com>\n"
diff --git a/po/nb.po b/po/nb.po
index c8c7f2e7..ea8bf802 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Linux-PAM\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-11-16 19:18+0100\n"
+"POT-Creation-Date: 2005-11-21 14:57+0100\n"
"PO-Revision-Date: 2005-08-13 22:44+0200\n"
"Last-Translator: Olav Pettershagen <olav.pet@online.no>\n"
"Language-Team: <nb@li.org>\n"
diff --git a/po/pa.po b/po/pa.po
index 9f76522b..bbcb3225 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Linux-PAM.pa\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-11-16 19:18+0100\n"
+"POT-Creation-Date: 2005-11-21 14:57+0100\n"
"PO-Revision-Date: 2005-08-06 08:34+0530\n"
"Last-Translator: Amanpreet Singh Alam[ਆਲਮ] <amanpreetalam@yahoo.com>\n"
"Language-Team: Panjabi <pa@li.org>\n"
diff --git a/po/pl.po b/po/pl.po
index bf7eb77c..c86358a9 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Linux-PAM TBD\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-11-16 19:18+0100\n"
+"POT-Creation-Date: 2005-11-21 14:57+0100\n"
"PO-Revision-Date: 2005-08-23 15:22+0200\n"
"Last-Translator: Piotr Bolek <pb@7bulls.com>\n"
"Language-Team: Polish <i18n@suse.de>\n"
diff --git a/po/pt.po b/po/pt.po
index a8c9eb86..2d3a9fff 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Linux-PAM-pt\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-11-16 19:18+0100\n"
+"POT-Creation-Date: 2005-11-21 14:57+0100\n"
"PO-Revision-Date: 2005-08-07 00:41+0100\n"
"Last-Translator: Antonio Cardoso Martins <digiplan@netvisao.pt>\n"
"Language-Team: portuguese\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index f8130fd3..765cf1d9 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Linux-PAM\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-11-16 19:18+0100\n"
+"POT-Creation-Date: 2005-11-21 14:57+0100\n"
"PO-Revision-Date: 2005-08-18 15:02+0000\n"
"Last-Translator: Novell Language <language@novell.com>\n"
"Language-Team: Novell Language <language@novell.com>\n"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 5421fb54..7e3e8fa6 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Linux_PAM\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-11-16 19:18+0100\n"
+"POT-Creation-Date: 2005-11-21 14:57+0100\n"
"PO-Revision-Date: 2005-08-18 HO:MI+ZONE\n"
"Last-Translator: Novell Language <language@novell.com>\n"
"Language-Team: Novell Language <language@novell.com>\n"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 1e8e0304..d2f86481 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Linux_PAM\n"
"Report-Msgid-Bugs-To: http://sourceforge.net/projects/pam\n"
-"POT-Creation-Date: 2005-11-16 19:18+0100\n"
+"POT-Creation-Date: 2005-11-21 14:57+0100\n"
"PO-Revision-Date: 2005-08-18 12:12+0200\n"
"Last-Translator: Novell Language <language@novell.com>\n"
"Language-Team: Novell Language <language@novell.com>\n"