changelog
[banana.git] / Changelog
1 ================================================================================
2 VERSION 1.2
3
4 Wed, 19 Oct 2005                                        Pierre Habouzit <pierre.habouzit@m4x.org>
5
6     * Fix a problem wrt responses (Re: in subject).
7         * Fix a problem with empty overviews.
8
9 ================================================================================
10 VERSION 1.1
11
12 Tue, 24 May 2005                                        Pierre Habouzit <pierre.habouzit@m4x.org>
13
14         * Fix one problem with $this->ids beeing empty in Spool.
15         * Fix encoding issues since iconv truncates strings sometimes.
16         * Make the post forms use utf-8.
17
18 ================================================================================
19 VERSION 1.0
20
21 Fri, 07 Jan 2005                                        Pierre Habouzit <pierre.habouzit@m4x.org>
22
23         * Banana is now a real standalone class.
24         * Clean hooks.
25         * Update the script spoolgen.php.
26
27 Wed, 05 Jan 2005                                        Pierre Habouzit <pierre.habouzit@m4x.org>
28
29         * continue the work with post.php.
30
31 Tue, 04 Jan 2005                                        Pierre Habouzit <pierre.habouzit@m4x.org>
32
33         * prepare Banana to be a library :
34                 - delete a lot of echo's.
35                 - use a lot of string passing.
36                 - create more Banana:: functions.
37                 => API IS NOT STABLE ATM.
38
39 Mon, 03 Jan 2005                                        Pierre Habouzit <pierre.habouzit@m4x.org>
40
41         * no more $news -> class Banana.
42         * continue include rework.
43         * hooks functions enters.
44         * $banana is now the only global variable we need.
45         * exit format.inc.php.
46
47 Sun, 02 Jan 2005                        Pierre Habouzit <pierre.habouzit@m4x.org>
48
49         * _(..) -> _b_(..) that performs a dgettext('banana', ...).
50         * use gettext and no more $locales.
51         * rework includes.
52
53 Sat, 01 Jan 2005                                        Pierre Habouzit <pierre.habouzit@m4x.org>
54
55         * rework headerDecode function (biggest bottleneck).
56         * rework includes.
57
58 ================================================================================
59 VERSION 0.7.1
60
61 Before Jan 2005                                         David Bachelart <david.bachelart@m4x.org>
62
63         * first version.
64
65 ================================================================================
66 vim:set ts=4 sw=4: