Commit f6db8dab f6db8dababc96b62cc564a3f8d9048d0c5f2dd63 by Wojciech Polak

Update NEWS.

1 parent f84d86d1
Showing 1 changed file with 25 additions and 2 deletions
1 GNU mailutils NEWS -- history of user-visible changes. 2009-08-30 1 GNU mailutils NEWS -- history of user-visible changes. 2009-09-01
2 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007,
3 2008, 2009 Free Software Foundation, Inc. 3 2008, 2009 Free Software Foundation, Inc.
4 See the end of file for copying conditions. 4 See the end of file for copying conditions.
...@@ -32,6 +32,17 @@ The `--owner' command line option (and the corresponding ...@@ -32,6 +32,17 @@ The `--owner' command line option (and the corresponding
32 `mailbox-ownership' configuration file statement) instructs movemail 32 `mailbox-ownership' configuration file statement) instructs movemail
33 to copy mailbox ownership, if the utility is run with root privileges. 33 to copy mailbox ownership, if the utility is run with root privileges.
34 34
35 * Maidag
36
37 Improved scripting capability allow to use mail filters written in
38 the Python language.
39
40 The `--script' command line option set the name pattern for
41 user-defined mail filter.
42
43 The `--language' command line option define scripting language for
44 the next --script option.
45
35 * Mail 46 * Mail
36 47
37 ** The -f option 48 ** The -f option
...@@ -118,7 +129,7 @@ descriptions before each variable. ...@@ -118,7 +129,7 @@ descriptions before each variable.
118 129
119 * New interfaces 130 * New interfaces
120 131
121 ** Pyhton interface 132 ** Python interface
122 133
123 Mailutils now comes with the Python API. See examples/python/*, for 134 Mailutils now comes with the Python API. See examples/python/*, for
124 examples on how to use it. 135 examples on how to use it.
...@@ -127,8 +138,20 @@ examples on how to use it. ...@@ -127,8 +138,20 @@ examples on how to use it.
127 138
128 The C++ API is built by default, if a c++ compiler is available. 139 The C++ API is built by default, if a c++ compiler is available.
129 140
141 * Support for Tokyo Cabinet DBM.
142
143 Tokyo Cabinet is a modern implementation of DBM, developed as the
144 successor of GDBM and QDBM. It is written in the C language,
145 available on platforms which have API conforming to C99 and POSIX.
146 Tokyo Cabinet is a free software licensed under the GNU Lesser General
147 Public License.
148
130 * API 149 * API
131 150
151 * Renamed libsieve to libmu_sieve.
152
153 * Renamed libcfg to libmu_cfg.
154
132 * Wicket/Ticket functions 155 * Wicket/Ticket functions
133 156
134 The wicket/ticket support is rewritten from scratch. 157 The wicket/ticket support is rewritten from scratch.
......