Automatically add fup if newsgroups contains multiple destinations
[banana.git] / Changelog
1 Sat, 08 Jul 2006                    Florent Bruneau <florent.bruneau@m4x.org>
2
3         * Automatically set fup for crossposts
4
5 ================================================================================
6 VERSION 1.3
7
8 Sat, 08 Avr 2006                                        Florent Bruneau <florent.bruneau@m4x.org>
9
10         * PHP5 Compatible
11
12 March 2006                          Florent Bruneau <florent.bruneau@m4x.org>
13
14         * Add multipart and attachment support
15         * Add HTML and RichText support
16         * Improve url handling
17         * Fix invalid html in submission form
18         * Add quotations handling
19         * Fix cache issue with empty newsgroups
20         * Add x-face placement support
21         * Improve support of some non-standard clients
22         * Fix support of post without subject
23         * Improve wrapping
24
25 ================================================================================
26 VERSION 1.2
27
28 Wed, 19 Oct 2005                                        Pierre Habouzit <pierre.habouzit@m4x.org>
29
30     * Fix a problem wrt responses (Re: in subject).
31         * Fix a problem with empty overviews.
32         * Fix Header encoding problems.
33
34 ================================================================================
35 VERSION 1.1
36
37 Tue, 24 May 2005                                        Pierre Habouzit <pierre.habouzit@m4x.org>
38
39         * Fix one problem with $this->ids beeing empty in Spool.
40         * Fix encoding issues since iconv truncates strings sometimes.
41         * Make the post forms use utf-8.
42
43 ================================================================================
44 VERSION 1.0
45
46 Fri, 07 Jan 2005                                        Pierre Habouzit <pierre.habouzit@m4x.org>
47
48         * Banana is now a real standalone class.
49         * Clean hooks.
50         * Update the script spoolgen.php.
51
52 Wed, 05 Jan 2005                                        Pierre Habouzit <pierre.habouzit@m4x.org>
53
54         * continue the work with post.php.
55
56 Tue, 04 Jan 2005                                        Pierre Habouzit <pierre.habouzit@m4x.org>
57
58         * prepare Banana to be a library :
59                 - delete a lot of echo's.
60                 - use a lot of string passing.
61                 - create more Banana:: functions.
62                 => API IS NOT STABLE ATM.
63
64 Mon, 03 Jan 2005                                        Pierre Habouzit <pierre.habouzit@m4x.org>
65
66         * no more $news -> class Banana.
67         * continue include rework.
68         * hooks functions enters.
69         * $banana is now the only global variable we need.
70         * exit format.inc.php.
71
72 Sun, 02 Jan 2005                        Pierre Habouzit <pierre.habouzit@m4x.org>
73
74         * _(..) -> _b_(..) that performs a dgettext('banana', ...).
75         * use gettext and no more $locales.
76         * rework includes.
77
78 Sat, 01 Jan 2005                                        Pierre Habouzit <pierre.habouzit@m4x.org>
79
80         * rework headerDecode function (biggest bottleneck).
81         * rework includes.
82
83 ================================================================================
84 VERSION 0.7.1
85
86 Before Jan 2005                                         David Bachelart <david.bachelart@m4x.org>
87
88         * first version.
89
90 ================================================================================
91 vim:set ts=4 sw=4: