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