summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-08-12 06:50:29 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-08-12 06:50:29 +0000
commitc8ad23088b0ea9633154d72166b30afdaeec69ec (patch)
tree62609b355114f6090472ce9b8baf49c3b2333ede
parentd48b112a21058382a1d583425c6e77dc1d56c6f6 (diff)
downloadmailutils-c8ad23088b0ea9633154d72166b30afdaeec69ec.tar.gz
mailutils-c8ad23088b0ea9633154d72166b30afdaeec69ec.tar.bz2
Updated
-rw-r--r--ChangeLog24
-rw-r--r--NEWS4
-rw-r--r--po/POTFILES.in2
3 files changed, 28 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c17e7b82a..c7e78a6a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2005-08-12 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * auth/radius.c: New file. Radius authentication/authorization.
+ * auth/Makefile.am (libmuauth_la_SOURCES): Add radius.c. Sorted
+ sources alphabetically
+
+ * examples/config/mailutils.dict: New file.
+ * examples/config/Makefile.am (EXTRA_DIST): Add mailutils.dict.
+ Sorted files alphabetically
+
+ * NEWS: Updated
+ * configure.ac: Raised version number to 0.6.91.
+ Check for libgnuradius (new option --disable/--enable-radius)
+ At the end of configuration display the summary of enabled
+ features.
+
+ * include/mailutils/mu_auth.h (mu_auth_radius_module): New module
+ (MU_AUTH_REGISTER_ALL_MODULES): Register radius
+ * m4/enable.m4 (MU_ENABLE_SUPPORT): Fixed quoting error. Allow
+ action-if-true to disable the feature.
+ * mailbox/mu_argp.c (mu_conf_option): Reflect radius capability.
+
+ * po/POTFILES.in: Updated
+
2005-08-11 Sergey Poznyakoff <gray@gnu.org.ua>
* mail/var.c: Renamed to ...
diff --git a/NEWS b/NEWS
index 197346da7..1b97805e5 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ See the end of file for copying conditions.
Please send mailutils bug reports to <bug-mailutils@gnu.org>.
-Version 0.6.90:
+Version 0.6.91:
* libsieve: New action 'vacation'
@@ -67,6 +67,8 @@ Implemented removal of messages.
* New SQL driver: odbc
+* New authentication method: radius
+
* Ukrainian localization
* Bugfixes
diff --git a/po/POTFILES.in b/po/POTFILES.in
index d47b4a33d..c635b7dce 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -60,6 +60,7 @@ mail/alt.c
mail/cd.c
mail/copy.c
mail/decode.c
+mail/escape.c
mail/file.c
mail/folders.c
mail/followup.c
@@ -79,7 +80,6 @@ mail/source.c
mail/summary.c
mail/unalias.c
mail/util.c
-mail/var.c
mail/z.c
mail.local/main.c

Return to:

Send suggestions and report system problems to the System administrator.