summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--Makefile.am15
-rw-r--r--NEWS7
-rw-r--r--configure.in2
-rw-r--r--po/cs.po1
5 files changed, 29 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 36825061..b54008b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-01-17 Thorsten Kukuk <kukuk@thkukuk.de>
+
+ * release 0.99.7.0
+
+ * configure.in: Set version number to 0.99.7.0
+
+ * Makefile.am (M4_FILES): Replace GNU make extension by listing
+ all m4 files.
+
2007-07-17 Tomas Mraz <t8m@centrum.cz>
* po/*.po: Updated strings to translate.
diff --git a/Makefile.am b/Makefile.am
index 729589f4..b0fd70fa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2005, 2006 Thorsten Kukuk <kukuk@thkukuk.de>
+# Copyright (c) 2005, 2006, 2007 Thorsten Kukuk <kukuk@thkukuk.de>
#
AUTOMAKE_OPTIONS = 1.9 gnu dist-bzip2 check-news
@@ -12,7 +12,16 @@ endif
CLEANFILES = *~
-M4_FILES = $(shell ls $(srcdir)/m4/*.m4)
+M4_FILES = m4/codeset.m4 m4/gettext.m4 m4/glibc21.m4 m4/glibc2.m4 \
+ m4/iconv.m4 m4/intdiv0.m4 m4/intmax.m4 m4/inttypes_h.m4 \
+ m4/inttypes-h.m4 m4/inttypes.m4 m4/inttypes-pri.m4 \
+ m4/isc-posix.m4 m4/jh_path_xml_catalog.m4 m4/lcmessage.m4 \
+ m4/ld-as-needed.m4 m4/ld-O1.m4 m4/lib-ld.m4 m4/lib-link.m4 \
+ m4/lib-prefix.m4 m4/libprelude.m4 m4/lock.m4 m4/longdouble.m4 \
+ m4/longlong.m4 m4/nls.m4 m4/po.m4 m4/printf-posix.m4 \
+ m4/progtest.m4 m4/signed.m4 m4/size_max.m4 m4/stdint_h.m4 \
+ m4/uintmax_t.m4 m4/ulonglong.m4 m4/visibility.m4 \
+ m4/wchar_t.m4 m4/wint_t.m4 m4/xsize.m4
EXTRA_DIST = config.rpath mkinstalldirs pgp.keys.asc CHANGELOG \
Copyright $(M4_FILES) Make.xml.rules
@@ -23,7 +32,7 @@ release: dist releasedocs
release-docs: releasedocs
-releasedocs:
+releasedocs:
rm -rf Linux-PAM-$(VERSION)
mkdir -p Linux-PAM-$(VERSION)/doc
make -C doc releasedocs
diff --git a/NEWS b/NEWS
index 9d754f5c..01c09d44 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,13 @@
Linux-PAM NEWS -- history of user-visible changes.
-* Add manual page for pam_unix.so
+Release 0.99.7.0
+
+* Add manual page for pam_unix.so.
* Add pam_faildelay module to set pam_fail_delay() value.
+* Fix possible seg.fault in libpam/pam_set_data().
+* Cleanup of configure options.
+* Update hungarian translation, fix german translation.
Release 0.99.6.3
diff --git a/configure.in b/configure.in
index eac7834c..3992ef54 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.y)
-AM_INIT_AUTOMAKE("Linux-PAM", 0.99.6.3)
+AM_INIT_AUTOMAKE("Linux-PAM", 0.99.7.0)
AC_PREREQ([2.60])
AM_CONFIG_HEADER(config.h)
AC_CANONICAL_HOST
diff --git a/po/cs.po b/po/cs.po
index 3f2001ff..53427890 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -371,6 +371,7 @@ msgid "login: failure forking: %m"
msgstr "login: chyba forku: %m"
#: modules/pam_stress/pam_stress.c:476
+#, c-format
msgid "Changing STRESS password for %s."
msgstr "Změna STRESS hesla pro %s."