@@ -4,22 +4,27 @@ Version Changes for Hypermail
4
4
============================
5
5
HYPERMAIL VERSION 2.3.1:
6
6
============================
7
+
8
+ Jose Kahan (Jun 10, 2013)
9
+ - Even if a message was annotated as spam/deleted, its Attachments were
10
+ still being created
11
+
7
12
Jose Kahan (Apr 18, 2013)
8
13
- Removed commented out code in printfile.c.
9
14
- Added missing ';' in generated css rules in the same file
10
15
11
16
Jose Kahan (Apr 11, 2013)
12
17
- Extended the configure options so that a user can decide if hypermail
13
18
should be compiled and statically linked against the bundled pcre lib or
14
- if it should be dynamically linked with an external (or system) pcre
15
- library (if available).
19
+ if it should be dynamically linked with an external (or system) pcre
20
+ library (if available).
16
21
The new configure option is --with-external-pcre[=dir].
17
22
The default value for dir is /usr and the include and libraries directories
18
23
will be searched from that starting path. This option is disabled by default.
19
24
- the make clean in libfnv wasn't removing the libfnv.a file
20
25
21
26
Jose Kahan (Mar 29, 2013)
22
- - Updated configure to latest autoconf syntax conventions.
27
+ - Updated configure to latest autoconf syntax conventions.
23
28
Renamed configure.in to configure.ac and cleaned it up partially.
24
29
25
30
Jose Kahan (Mar 20, 2013)
0 commit comments