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