|
1 | 1 | Version Changes for Hypermail
|
2 | 2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
3 |
| - |
4 | 3 | ============================
|
5 | 4 | HYPERMAIL VERSION 2.3.1:
|
6 | 5 | ============================
|
7 | 6 |
|
| 7 | +Ivan Kuraj (Apr 3, 2015) |
| 8 | + * Correct includes for new glibc |
| 9 | + |
8 | 10 | Jose Kahan (Jun 10, 2013)
|
9 |
| -- Even if a message was annotated as spam/deleted, its Attachments were |
10 |
| - still being created |
| 11 | + * Even if a message was annotated as spam/deleted, its Attachments were |
| 12 | + still being created |
11 | 13 |
|
12 | 14 | Jose Kahan (Apr 18, 2013)
|
13 |
| -- Removed commented out code in printfile.c. |
14 |
| -- Added missing ';' in generated css rules in the same file |
| 15 | + * Removed commented out code in printfile.c. |
| 16 | + * Added missing ';' in generated css rules in the same file |
15 | 17 |
|
16 | 18 | Jose Kahan (Apr 11, 2013)
|
17 |
| -- Extended the configure options so that a user can decide if hypermail |
18 |
| - should be compiled and statically linked against the bundled pcre lib or |
19 |
| - if it should be dynamically linked with an external (or system) pcre |
20 |
| - library (if available). |
21 |
| - The new configure option is --with-external-pcre[=dir]. |
22 |
| - The default value for dir is /usr and the include and libraries directories |
23 |
| - will be searched from that starting path. This option is disabled by default. |
24 |
| -- the make clean in libfnv wasn't removing the libfnv.a file |
| 19 | + * Extended the configure options so that a user can decide if hypermail |
| 20 | + should be compiled and statically linked against the bundled pcre lib |
| 21 | + or if it should be dynamically linked with an external (or system) pcre |
| 22 | + library (if available). |
| 23 | + * The new configure option is --with-external-pcre[=dir]. |
| 24 | + * The default value for dir is /usr and the include and libraries |
| 25 | + directories will be searched from that starting path. This option is |
| 26 | + disabled by default. |
| 27 | + * The make clean in libfnv wasn't removing the libfnv.a file |
25 | 28 |
|
26 | 29 | Jose Kahan (Mar 29, 2013)
|
27 |
| -- Updated configure to latest autoconf syntax conventions. |
28 |
| - Renamed configure.in to configure.ac and cleaned it up partially. |
| 30 | + |
| 31 | + * Updated configure to latest autoconf syntax conventions. |
| 32 | + |
| 33 | + * Renamed configure.in to configure.ac and cleaned it up partially. |
29 | 34 |
|
30 | 35 | Jose Kahan (Mar 20, 2013)
|
31 |
| -- Updated pcre to pcre-8.32 from pcre-4.3. This may have |
32 |
| - broken the Windows lcc compilation but I don't have the |
33 |
| - means to verify it. |
| 36 | + |
| 37 | + * Updated pcre to pcre-8.32 from pcre-4.3. This may have broken the |
| 38 | + Windows lcc compilation but I don't have the means to verify it. |
34 | 39 |
|
35 | 40 | Jose Kahan (Mar 15, 2013)
|
36 |
| -- Updated trio code to trio version 1.14. Moved all the trio code to |
37 |
| - src/trio. Now compiling trio as a static library and linking against |
38 |
| - it, which makes binary a bit smaller. See src/trio/README.hypermail |
39 |
| - for details. |
| 41 | + |
| 42 | + * Updated trio code to trio version 1.14. Moved all the trio code to |
| 43 | + src/trio. Now compiling trio as a static library and linking against |
| 44 | + it, which makes binary a bit smaller. See src/trio/README.hypermail for |
| 45 | + details. |
40 | 46 |
|
41 | 47 | Jose Kahan (Mar 12, 2013)
|
42 |
| -- New experimental support for RFC 3676 format=flowed. There are |
43 |
| - two new related configuration options: format_flowed to enable |
44 |
| - it and format_flowed_disable_quotes to disable it in specific cases. |
45 |
| - See the documentation and the RFC for further info. |
| 48 | + |
| 49 | + * New experimental support for RFC 3676 format=flowed. There are two |
| 50 | + new related configuration options: format_flowed to enable it and |
| 51 | + format_flowed_disable_quotes to disable it in specific cases. See the |
| 52 | + documentation and the RFC for further info. |
46 | 53 |
|
47 | 54 | Jose Kahan (Mar 08, 2013)
|
48 |
| -- Error: string.c:parseurl() assumes that all URL motifs it can match |
49 |
| - end with a :// string. However, the URL match table it uses |
50 |
| - included some URL motifs that didn't have that string. These have |
51 |
| - been commented as they may cause parseulr to SIGSEVs in some cases. |
| 55 | + |
| 56 | + * Error: string.c:parseurl() assumes that all URL motifs it can match |
| 57 | + end with a :// string. However, the URL match table it uses included |
| 58 | + some URL motifs that didn't have that string. These have been commented |
| 59 | + as they may cause parseulr to SIGSEVs in some cases. |
52 | 60 |
|
53 | 61 | Jose Kahan (Feb 26, 2013)
|
54 |
| -- New configuration option, noindex_onindexes, for associating a |
55 |
| - "noindex" robot metadata value with hypermail generated indexes. |
| 62 | + |
| 63 | + * New configuration option, noindex_onindexes, for associating a |
| 64 | + "noindex" robot metadata value with hypermail generated indexes. |
56 | 65 |
|
57 | 66 | Jose Kahan (Feb 26, 2013)
|
58 |
| -- New configuration option, userobotmeta, for Associatating robot |
59 |
| - annotations with attachments, using the experimental X-Robots-Tag HTTP |
60 |
| - header |
61 |
| -- If a message is marked as "deleted" and we're not keeping the |
62 |
| - content, substitute the value of the From: and Subject: headers with |
63 |
| - "deleted". |
64 |
| -- Make sure the delete stubs are added only when the delete_level option |
65 |
| - says we're not to preserve the original message body. |
66 |
| - |
67 |
| - Jose Kahan (Jan 30, 2013) |
68 |
| - - Migrated source code repository from cvs.hypermail.org to |
69 |
| - http://sourceforge.net/projects/hypermail/ |
70 |
| - - Added a mirror of the repository to github: |
71 |
| - http://github.com/hypermail-project/hypermail |
72 |
| - - Cleared up the markup errors in docs/hmrc.html by using tidy. |
73 |
| - - New configuration directive "annotated" which allows a mailing |
74 |
| - list archive editor to annotate a given message before converting |
75 |
| - it into HTML. Associated additional new directives are |
76 |
| - "htmlmessage_deleted_spam", "htmlmessage_deleted_other", |
77 |
| - "htmlmessage_edited". Consult docs/hmrc.html for more info. |
78 |
| - - "htmlmessage_deleted" is deprecated in favor of "htmlmessage_deleted_spam" |
79 |
| - - "deleted" is superseded by "annotated", although it will be supported |
80 |
| - to take into account legacy archives. |
81 |
| - - Regenerated the dependencies for the src/Makefile.in file. |
| 67 | + |
| 68 | + * New configuration option, userobotmeta, for Associatating robot |
| 69 | + annotations with attachments, using the experimental X-Robots-Tag HTTP |
| 70 | + header |
| 71 | + |
| 72 | + * If a message is marked as "deleted" and we're not keeping the |
| 73 | + content, substitute the value of the From: and Subject: headers with |
| 74 | + "deleted". |
| 75 | + |
| 76 | + * Make sure the delete stubs are added only when the delete_level |
| 77 | + option says we're not to preserve the original message body. |
| 78 | + |
| 79 | +Jose Kahan (Jan 30, 2013) |
| 80 | + |
| 81 | + * Migrated source code repository from cvs.hypermail.org to |
| 82 | + http://sourceforge.net/projects/hypermail/ |
| 83 | + |
| 84 | + * Added a mirror of the repository to github: |
| 85 | + http://github.com/hypermail-project/hypermail |
| 86 | + |
| 87 | + * Cleared up the markup errors in docs/hmrc.html by using tidy. |
| 88 | + |
| 89 | + * New configuration directive "annotated" which allows a mailing list |
| 90 | + archive editor to annotate a given message before converting it into |
| 91 | + HTML. Associated additional new directives are |
| 92 | + "htmlmessage_deleted_spam", "htmlmessage_deleted_other", |
| 93 | + "htmlmessage_edited". Consult docs/hmrc.html for more info. |
| 94 | + |
| 95 | + * "htmlmessage_deleted" is deprecated in favor of |
| 96 | + "htmlmessage_deleted_spam" |
| 97 | + |
| 98 | + * "deleted" is superseded by "annotated", although it will be supported |
| 99 | + to take into account legacy archives. |
| 100 | + |
| 101 | + * Regenerated the dependencies for the src/Makefile.in file. |
82 | 102 |
|
83 | 103 | ============================
|
84 | 104 | HYPERMAIL VERSION 2.3.0:
|
85 | 105 | ============================
|
86 | 106 |
|
87 |
| - Ivan Kuraj (Apr 3, 2015) |
88 |
| - - Correct includes for new glibc |
89 |
| - |
90 | 107 | Jose Kahan (Oct 27, 2009)
|
91 |
| - - Added two new accesskeys in messages: 't' -> next message |
92 |
| - in thread, 'd' -> next message |
| 108 | + Added two new accesskeys in messages: 't' -> next message |
| 109 | + in thread, 'd' -> next message |
93 | 110 |
|
94 | 111 | Jose Kahan (Oct 26, 2009)
|
95 |
| - - Updated hmrc.4 and hmrc.html to describe the new features. |
| 112 | + Updated hmrc.4 and hmrc.html to describe the new features. |
96 | 113 |
|
97 | 114 | Jose Kahan (Oct 23, 2009)
|
98 | 115 | Various fixes / enhancements developed at W3C by Fumihiro Kato,
|
99 |
| - Daigo Matsubara and myself: |
| 116 | + Daigo Matsubara and myself: |
100 | 117 | - Markup changes for deleted messages that are kept.
|
101 | 118 | - New directive: htmlmessage_deleted for setting a custom HTML
|
102 | 119 | message for the body of deleted messages.
|
|
0 commit comments