Version 2.99.94.
Showing
3 changed files
with
18 additions
and
19 deletions
1 | GNU mailutils NEWS -- history of user-visible changes. 2011-11-05 | 1 | GNU mailutils NEWS -- history of user-visible changes. 2011-11-06 |
2 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 2 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
4 | See the end of file for copying conditions. | 4 | See the end of file for copying conditions. |
... | @@ -6,16 +6,16 @@ See the end of file for copying conditions. | ... | @@ -6,16 +6,16 @@ See the end of file for copying conditions. |
6 | Please send mailutils bug reports to <bug-mailutils@gnu.org>. | 6 | Please send mailutils bug reports to <bug-mailutils@gnu.org>. |
7 | 7 | ||
8 | 8 | ||
9 | Version 2.99.93 (Git) | 9 | Version 2.99.94 (Git) |
10 | 10 | ||
11 | This version is a major rewrite of GNU Mailutils. Quite a few parts | 11 | This version is a major rewrite of GNU Mailutils. Quite a few parts |
12 | of the basic framework were rewritten from scratch, while some others | 12 | of the basic framework were rewritten from scratch, while some others |
13 | undergone a considerable revamping. The user documentation, at the | 13 | undergone a considerable revamping. The user documentation, at the |
14 | moment, is insufficient, and in some aspects even scarce. It is being | 14 | moment, is insufficient, and in some aspects even scarce. It is being |
15 | worked upon. However, most utilities self-document themselves. To | 15 | worked upon. However, most of the utilities self-document themselves. |
16 | obtain a summary of available configuration statements for a given | 16 | To obtain a summary of available configuration statements for a given |
17 | program, run `program --config-help'. For additional documentation, | 17 | program, run `program --config-help'. For additional documentation, |
18 | please refer to http://mailutils.org/wiki. If the piece of | 18 | please refer to <http://mailutils.org/wiki>. If the piece of |
19 | documentation you are looking for is not available there, don't | 19 | documentation you are looking for is not available there, don't |
20 | hesitate to post your questions to <bug-mailutils@gnu.org>. | 20 | hesitate to post your questions to <bug-mailutils@gnu.org>. |
21 | 21 | ||
... | @@ -62,7 +62,7 @@ NDBM) simultaneously, without need to reconfigure it. The database | ... | @@ -62,7 +62,7 @@ NDBM) simultaneously, without need to reconfigure it. The database |
62 | flavor to use is selected at runtime, using `database URL'. For | 62 | flavor to use is selected at runtime, using `database URL'. For |
63 | example, "gdbm:///etc/mail/aliases.db" refers to a GDBM database. | 63 | example, "gdbm:///etc/mail/aliases.db" refers to a GDBM database. |
64 | 64 | ||
65 | See http://mailutils.org/wiki/libmu_dbm | 65 | See <http://mailutils.org/wiki/libmu_dbm>. |
66 | 66 | ||
67 | ** New utility `mu' | 67 | ** New utility `mu' |
68 | 68 | ||
... | @@ -72,7 +72,7 @@ about Mailutils configuration, check ACLs and authentication tickets, | ... | @@ -72,7 +72,7 @@ about Mailutils configuration, check ACLs and authentication tickets, |
72 | list, create or modify DBM files, construct filters of arbitrary | 72 | list, create or modify DBM files, construct filters of arbitrary |
73 | complexity and many more. | 73 | complexity and many more. |
74 | 74 | ||
75 | See http://mailutils.org/wiki/mu | 75 | See <http://mailutils.org/wiki/mu>. |
76 | 76 | ||
77 | ** Configurable file safety checking | 77 | ** Configurable file safety checking |
78 | 78 | ||
... | @@ -84,7 +84,7 @@ are not used to avoid compromising security. | ... | @@ -84,7 +84,7 @@ are not used to avoid compromising security. |
84 | 84 | ||
85 | ** Improved debugging and diagnostics | 85 | ** Improved debugging and diagnostics |
86 | 86 | ||
87 | See http://mailutils.org/wiki/debug_level. | 87 | See <http://mailutils.org/wiki/debug_level>. |
88 | 88 | ||
89 | ** Imap4d undergone a lot of changes to comply to existing RFCs | 89 | ** Imap4d undergone a lot of changes to comply to existing RFCs |
90 | 90 | ||
... | @@ -99,22 +99,22 @@ mailbox allows that (e.g. maildir). | ... | @@ -99,22 +99,22 @@ mailbox allows that (e.g. maildir). |
99 | New extension action `pipe' invokes arbitrary external program and | 99 | New extension action `pipe' invokes arbitrary external program and |
100 | pipes the message (or any part thereof) to it. | 100 | pipes the message (or any part thereof) to it. |
101 | 101 | ||
102 | See http://mailutils.org/wiki/Pipe | 102 | See <http://mailutils.org/wiki/Pipe>. |
103 | 103 | ||
104 | A similar test uses the program exit code to decide what to do with | 104 | A similar test uses the program exit code to decide what to do with |
105 | the message | 105 | the message |
106 | 106 | ||
107 | See http://mailutils.org/wiki/Pipe_test | 107 | See <http://mailutils.org/wiki/Pipe_test>. |
108 | 108 | ||
109 | New extension test `list' compares values of mail headers from a | 109 | New extension test `list' compares values of mail headers from a |
110 | supplied list with a list of values. | 110 | supplied list with a list of values. |
111 | 111 | ||
112 | See http://mailutils.org/wiki/List_(Sieve_test) | 112 | See <http://mailutils.org/wiki/List_(Sieve_test)>. |
113 | 113 | ||
114 | New extension test `timestamp' compares the value of a structured date | 114 | New extension test `timestamp' compares the value of a structured date |
115 | header field with the given date. | 115 | header field with the given date. |
116 | 116 | ||
117 | See http://mailutils.org/wiki/Timestamp_(Sieve_test) | 117 | See <http://mailutils.org/wiki/Timestamp_(Sieve_test)>. |
118 | 118 | ||
119 | ** MH: improved compatibility with other implementations | 119 | ** MH: improved compatibility with other implementations |
120 | 120 | ||
... | @@ -123,11 +123,11 @@ See http://mailutils.org/wiki/Timestamp_(Sieve_test) | ... | @@ -123,11 +123,11 @@ See http://mailutils.org/wiki/Timestamp_(Sieve_test) |
123 | Use `mu cflags' and `mu ldflags' instead. The mailutils-config is | 123 | Use `mu cflags' and `mu ldflags' instead. The mailutils-config is |
124 | rewritten as a wrapper over these commands. | 124 | rewritten as a wrapper over these commands. |
125 | 125 | ||
126 | See http://mailutils.org/wiki/mu for more information. | 126 | See <http://mailutils.org/wiki/mu> for more information. |
127 | 127 | ||
128 | ** movemail functionality considerably improved | 128 | ** movemail functionality considerably improved |
129 | 129 | ||
130 | See http://mailutils.org/wiki/Fetching_Mail_with_Movemail | 130 | See <http://mailutils.org/wiki/Fetching_Mail_with_Movemail>. |
131 | 131 | ||
132 | * Configuration changes | 132 | * Configuration changes |
133 | 133 | ||
... | @@ -171,13 +171,13 @@ representations and for building them from parts. | ... | @@ -171,13 +171,13 @@ representations and for building them from parts. |
171 | ** Filter support is rewritten from scratch | 171 | ** Filter support is rewritten from scratch |
172 | 172 | ||
173 | Apart from the implementation itself, lots of new filters are | 173 | Apart from the implementation itself, lots of new filters are |
174 | provided. See http://mailutils.org/wiki/Category:Filters for a | 174 | provided. See <http://mailutils.org/wiki/Category:Filters> for a |
175 | list of those. | 175 | list of those. |
176 | 176 | ||
177 | A concept of `filter chains' was introduced, which allows for | 177 | A concept of `filter chains' was introduced, which allows for |
178 | creating new filters using existing ones as their components. | 178 | creating new filters using existing ones as their components. |
179 | 179 | ||
180 | See http://mailutils.org/wiki/Mu#filter, for a description. | 180 | See <http://mailutils.org/wiki/Mu#filter>, for a description. |
181 | 181 | ||
182 | ** POP client library is rewritten from scratch | 182 | ** POP client library is rewritten from scratch |
183 | 183 | ||
... | @@ -196,7 +196,7 @@ transaction. | ... | @@ -196,7 +196,7 @@ transaction. |
196 | 196 | ||
197 | ** Debugging support considerably improved. | 197 | ** Debugging support considerably improved. |
198 | 198 | ||
199 | See http://mailutils.org/wiki/debug_level. | 199 | See <http://mailutils.org/wiki/debug_level>. |
200 | 200 | ||
201 | ** Configuration file support (libmu_cfg) rewritten. | 201 | ** Configuration file support (libmu_cfg) rewritten. |
202 | 202 | ... | ... |
... | @@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License along | ... | @@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License along |
17 | dnl with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. | 17 | dnl with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. |
18 | 18 | ||
19 | AC_PREREQ(2.63) | 19 | AC_PREREQ(2.63) |
20 | AC_INIT([GNU Mailutils], [2.99.93], [bug-mailutils@gnu.org], [mailutils]) | 20 | AC_INIT([GNU Mailutils], [2.99.94], [bug-mailutils@gnu.org], [mailutils]) |
21 | AC_CONFIG_SRCDIR([libmailutils/mailbox/mailbox.c]) | 21 | AC_CONFIG_SRCDIR([libmailutils/mailbox/mailbox.c]) |
22 | AC_CONFIG_AUX_DIR([build-aux]) | 22 | AC_CONFIG_AUX_DIR([build-aux]) |
23 | AM_INIT_AUTOMAKE([gnits 1.11 dist-bzip2 dist-xz std-options silent-rules]) | 23 | AM_INIT_AUTOMAKE([gnits 1.11 dist-bzip2 dist-xz std-options silent-rules]) | ... | ... |
... | @@ -38,7 +38,6 @@ libmu_argp/cmdline.c | ... | @@ -38,7 +38,6 @@ libmu_argp/cmdline.c |
38 | libmu_argp/common.c | 38 | libmu_argp/common.c |
39 | libmu_argp/mu_argp.c | 39 | libmu_argp/mu_argp.c |
40 | libmu_argp/sieve.c | 40 | libmu_argp/sieve.c |
41 | libmu_argp/tls.c | ||
42 | 41 | ||
43 | libmu_auth/ldap.c | 42 | libmu_auth/ldap.c |
44 | libmu_auth/radius.c | 43 | libmu_auth/radius.c | ... | ... |
-
Please register or sign in to post a comment