summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-02-25 11:20:47 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-02-25 11:20:47 +0000
commitea09d5968982bc8da30d19593df984133e2a4e5e (patch)
treef79e54244a34f74602aaf52c3780977d0a283cdb
parentbf77e1c15d4a4356d1f8a0ffbcaeb42ca6903203 (diff)
downloadmailutils-ea09d5968982bc8da30d19593df984133e2a4e5e.tar.gz
mailutils-ea09d5968982bc8da30d19593df984133e2a4e5e.tar.bz2
Updated
-rw-r--r--ChangeLog25
-rw-r--r--NEWS11
-rw-r--r--po/POTFILES.in4
3 files changed, 40 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c437d1aa..eb379ed8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2005-02-25 Sergey Poznyakoff
+
+ * NEWS: Updated
+ * include/mailutils/libsieve.h (sieve_get_identifier): New
+ function.
+ (sieve_arg_error): New function.
+ * libsieve/actions.c: Removed spurions indications of action
+ names in diagnostic messages. Sieve_error prepends them
+ automatically now.
+ * libsieve/tests.c: Likewise.
+ * libsieve/extensions/list.c: Likewise.
+ * libsieve/extensions/timestamp.c: Likewise.
+ * libsieve/extensions/vacation.c: Likewise.
+ * libsieve/runtime.c (instr_action,instr_test): Update
+ mach->identifier.
+ * libsieve/sieve.h (struct sieve_machine.identifier): New
+ field.
+
+ * libsieve/util.c (sieve_value_create): Bugfix.
+ (sieve_error): Prepend action or test identifier to the diagnostic
+ message.
+ (sieve_arg_error): New function.
+
+ * po/POTFILES.in: Updated
+
2005-02-24 Sergey Poznyakoff
Update by gnulib-sync.
diff --git a/NEWS b/NEWS
index a9fa3c4a4..66a3736d7 100644
--- a/NEWS
+++ b/NEWS
@@ -8,8 +8,19 @@ Version 0.6.1:
* libsieve: New action 'vacation'
+* imap4d: Implemented SASL authentication using LOGIN and PLAIN mechanisms.
+
* New SQL driver: odbc
+* Ukrainian localization
+
+* Bugfixes
+
+** Fixed possible mailbox corruption in imap4d
+** imap4d subscribe/unsubscribe was not working
+** Fixed displaying mail headers in different languages (mail,frm,from)
+** SQL authentication: prevent sql injection attacks
+
Version 0.6:
diff --git a/po/POTFILES.in b/po/POTFILES.in
index f8e232111..e2f682b6b 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -47,6 +47,10 @@ libsieve/sieve.l
libsieve/sieve.y
libsieve/tests.c
libsieve/util.c
+libsieve/extensions/vacation.c
+libsieve/extensions/list.c
+libsieve/extensions/spamd.c
+libsieve/extensions/timestamp.c
mail/alias.c
mail/alt.c

Return to:

Send suggestions and report system problems to the System administrator.