summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-08-23 13:44:21 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-08-23 13:44:21 +0000
commit48f76ecb25bae6ab86468be253b17de38b55b08d (patch)
treead3b365b0f607537b0c46d92f34de4c1392fa57b /CHANGELOG
parented5d20953e60da5aefb4214305e11810633567e8 (diff)
Relevant BUGIDs: none
Purpose of commit: new feature Commit summary: --------------- Change major version number back to "0". Add more patches from ALT-Linux/OWL:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 238dec06..52d550f8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -77,7 +77,11 @@ BerliOS Bugs are marked with (BerliOS #XXXX).
* pam_securetty: Be fail-close on user lookups, always log failures,
not just with "debug" (Solar Designer)
* Add gettext support
-* Add translations for cs, hu, nb, pa and pt
+* Add translations for cs, de, es, fr, hu, it, ja, nb, pa, pt_BR,
+ pt, zh_CN and zh_TW
+* pam_limits: Apply ALT-Linux/OWL patch
+* pam_motd: Apply ALT-Linux/OWL patch
+* libpam: Cache pam_get_user() failures
0.80: Wed Jul 13 13:23:20 CEST 2005
* pam_tally: test for NULL data before dereferencing them (t8m)