should fix the encoding problem and bug 353 for good
[banana.git] / Changelog
CommitLineData
4cc7f778 1================================================================================
c8865a54
PHM
2VERSION 1.2
3
4Wed, 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================================================================================
382606fb
PHM
10VERSION 1.1
11
12Tue, 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.
a75dcfa4 16 * Make the post forms use utf-8.
382606fb
PHM
17
18================================================================================
b8e8bb39 19VERSION 1.0
4cc7f778 20
21Fri, 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
27Wed, 05 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
28
29 * continue the work with post.php.
30
31Tue, 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
39Mon, 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
47Sun, 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
53Sat, 01 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
54
55 * rework headerDecode function (biggest bottleneck).
56 * rework includes.
57
58================================================================================
59VERSION 0.7.1
60
61Before Jan 2005 David Bachelart <david.bachelart@m4x.org>
62
63 * first version.
64
65================================================================================
66vim:set ts=4 sw=4: