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