Updated
Showing
2 changed files
with
12 additions
and
1 deletions
... | @@ -2,6 +2,7 @@ | ... | @@ -2,6 +2,7 @@ |
2 | 2 | ||
3 | * configure.ac: Raise version number to 0.6.92 | 3 | * configure.ac: Raise version number to 0.6.92 |
4 | Raise library current interface version to 1 | 4 | Raise library current interface version to 1 |
5 | * NEWS: Updated | ||
5 | 6 | ||
6 | * include/mailutils/filter.h, | 7 | * include/mailutils/filter.h, |
7 | include/mailutils/registrar.h, include/mailutils/types.h, | 8 | include/mailutils/registrar.h, include/mailutils/types.h, | ... | ... |
1 | GNU mailutils NEWS -- history of user-visible changes. 2005-08-12 | 1 | GNU mailutils NEWS -- history of user-visible changes. 2005-08-29 |
2 | Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 2 | Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
3 | See the end of file for copying conditions. | 3 | See the end of file for copying conditions. |
4 | 4 | ||
5 | Please send mailutils bug reports to <bug-mailutils@gnu.org>. | 5 | Please send mailutils bug reports to <bug-mailutils@gnu.org>. |
6 | 6 | ||
7 | Version 0.6.92: | ||
8 | |||
9 | * Library namespace is optimized. All global identifiers begin with mu_. | ||
10 | NOTE: This is incompatible change. | ||
11 | |||
12 | * Main library is renamed to libmailutils | ||
13 | NOTE: This is incompatible change, unless you use mailutils-config to | ||
14 | obtain library names (which is recommended, anyway). | ||
15 | |||
16 | |||
7 | Version 0.6.91: | 17 | Version 0.6.91: |
8 | 18 | ||
9 | * libsieve: New action 'vacation' | 19 | * libsieve: New action 'vacation' | ... | ... |
-
Please register or sign in to post a comment