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