comparison ChangeLog @ 877:4c3c8b184576 RELEASE_1_2_18rc1

Tidy up ChangeLog and AUTHORS. Release candidate 1.2.18rc1.
author Ben Schmidt
date Thu, 03 May 2012 10:12:15 +1000
parents e5b80f7085a1
children 0f90ad70a59f
comparison
equal deleted inserted replaced
876:29c3094e3f19 877:4c3c8b184576
1 1.2.18rc1
2 o New list texts (Ben Schmidt, Xuacu Saturio, Nino Novak, Sophie Gautier,
3 Epaminondas Diamantopoulos, Valter Mura, Sérgio Marques, Milos Sramek, Dean
4 Lee)
1 o Add %nowrap% to facilitate more complex formatting 5 o Add %nowrap% to facilitate more complex formatting
2 o Add subscription ability to php-admin 6 o Add subscription ability to php-admin
3 o Add ability to except characters from width reckoning (and be zero-width) 7 o Add ability to except characters from width reckoning (and be zero-width)
4 to facilitate wrapping even more languages well 8 to facilitate wrapping even more languages well
5 o Add different width-reckoning modes to facilitate wrapping many languages 9 o Add different width-reckoning modes to facilitate wrapping many languages
34 o Deprecate various list text substitutions such as $newsub$, $oldsub$, 38 o Deprecate various list text substitutions such as $newsub$, $oldsub$,
35 $moderateaddr$ 39 $moderateaddr$
36 o Add $permitaddr$ and $releaseaddr$ substitutions 40 o Add $permitaddr$ and $releaseaddr$ substitutions
37 o Make $subject$, $posteraddr$ and $subaddr$ more widely available 41 o Make $subject$, $posteraddr$ and $subaddr$ more widely available
38 o Fix potential crash when mail to the owner arrives with no From: header 42 o Fix potential crash when mail to the owner arrives with no From: header
39 o Add %originalmail% directive and restore backward compatibility of 43 o Add %originalmail% and %originalmail N% directives
40 $originalmail$
41 o Allow more characters in control and text filenames for substitutions 44 o Allow more characters in control and text filenames for substitutions
42 o Add %%, %^%, %comment%, %control C% and %text T% formatting directives 45 o Add %%, %^%, %comment%, %control C% and %text T% formatting directives
43 o Allow a space in $originalmail N$ substitution
44 o Improve algorithm for list text substitutions 46 o Improve algorithm for list text substitutions
45 o Add $text T$ substitution 47 o Add $text T$ substitution
46 o Add $$ substitution 48 o Add $$ substitution
47 o Allow list texts to include real UTF-8 characters, as documented 49 o Allow list texts to include real UTF-8 characters, as documented
48 o Fix bug where the normal listtext would be sent when unsubscribing from the 50 o Fix bug where the normal listtext would be sent when unsubscribing from the
65 o Add $control C$ substitution 67 o Add $control C$ substitution
66 o Fix theoretically possible memory corruption by chomp() 68 o Fix theoretically possible memory corruption by chomp()
67 o Remove .sh from mlmmj-make-ml.sh; symlink original name 69 o Remove .sh from mlmmj-make-ml.sh; symlink original name
68 o Correct spelling of 'receive' and 'voodoo' throughout the code and 70 o Correct spelling of 'receive' and 'voodoo' throughout the code and
69 documentation, making mlmmj-recieve a symlink to mlmmj-receive (Chris Webb) 71 documentation, making mlmmj-recieve a symlink to mlmmj-receive (Chris Webb)
70 o Richer MIME list texts with inline messages (English only so far) 72 o Richer MIME list texts with inline messages
71 o Add $random0$ through $random5$ substitutions 73 o Add $random0$ through $random5$ substitutions
72 o Add a $subject$ substitution for list texts 74 o Add a $subject$ substitution for list texts
73 o Changes to how $originalmail$ works
74 o Allow arbitrary headers in list texts 75 o Allow arbitrary headers in list texts
75 o Ensure digest listtext is always closed 76 o Ensure digest listtext is always closed
76 o Fix Content-Transfer-Encoding: header for digests and list texts 77 o Fix Content-Transfer-Encoding: header for digests and list texts
77 o Fixed a bug that could cause a crash if $posteraddr$ appeared in the 78 o Fixed a bug that could cause a crash if $posteraddr$ appeared in the
78 maxmailsize listtext 79 maxmailsize listtext
79 o Documented listtexts 80 o Documented listtexts
80 o Makes the random strings produced always the same length rather the 81 o Makes the random strings produced always the same length rather than
81 smaller random numbers producing shorter strings which could be 82 smaller random numbers producing shorter strings which could be
82 problematic 83 problematic
83 o Make random number generation more efficient by only seeding the 84 o Make random number generation more efficient by only seeding the
84 generator once 85 generator once
85 o Added feature to notify users when their posts are moderated 86 o Added feature to notify users when their posts are moderated
87 ability to silently subscribe 88 ability to silently subscribe
88 o Added notmetoo feature where posts are not mirrored to their senders 89 o Added notmetoo feature where posts are not mirrored to their senders
89 o Check return status in mlmmj-perl-admin when adding subscribers (Florian 90 o Check return status in mlmmj-perl-admin when adding subscribers (Florian
90 Streibelt, Bitmand) 91 Streibelt, Bitmand)
91 o Better validation of input in php-admin (Thomas Goirand) 92 o Better validation of input in php-admin (Thomas Goirand)
92 o Added Turkish translation (Samed Beyribey)
93 o Fixed security bug in mlmmj-php-admin (Florian Streibelt, Morten Shearman 93 o Fixed security bug in mlmmj-php-admin (Florian Streibelt, Morten Shearman
94 Kirkegaard) 94 Kirkegaard)
95 o Added README.postfix to distribution tarball 95 o Added README.postfix to distribution tarball
96 o Added "send" keyword to control/access handling (Ben Schmidt) 96 o Added "send" keyword to control/access handling (Ben Schmidt)
97 o Added contrib/amime-receive (Gerd v. Egidy) 97 o Added contrib/amime-receive (Gerd v. Egidy)
98 o Fixed memory leak in substitute_one() (Ben Schmidt) 98 o Fixed memory leak in substitute_one() (Ben Schmidt)
99 o Updated German listtexts (Christoph Wilke)
100 o Updated TUNABLES file (Ben Schmidt) 99 o Updated TUNABLES file (Ben Schmidt)
101 1.2.17 100 1.2.17
102 o Added ifmodsendonlymodmoderate tunable 101 o Added ifmodsendonlymodmoderate tunable
103 o Replaced class.FastTemplate.php with class.rFastTemplate.php in 102 o Replaced class.FastTemplate.php with class.rFastTemplate.php in
104 contrib/web/php-admin (Christoph Thiel) 103 contrib/web/php-admin (Christoph Thiel)