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