prepare new package
[banana.git] / Changelog
CommitLineData
e13362d7 1================================================================================
2VERSION 1.3
3
5aea1437 4Sat, 08 Avr 2006 Florent Bruneau <florent.bruneau@m4x.org>
5
718eba61 6 * PHP5 Compatible
5aea1437 7
65d8c6e4 8March 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
4cc7f778 21================================================================================
c8865a54
PHM
22VERSION 1.2
23
24Wed, 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.
ec8b5b6a 28 * Fix Header encoding problems.
c8865a54
PHM
29
30================================================================================
382606fb
PHM
31VERSION 1.1
32
33Tue, 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.
a75dcfa4 37 * Make the post forms use utf-8.
382606fb
PHM
38
39================================================================================
b8e8bb39 40VERSION 1.0
4cc7f778 41
42Fri, 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
48Wed, 05 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
49
50 * continue the work with post.php.
51
52Tue, 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
60Mon, 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
68Sun, 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
74Sat, 01 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
75
76 * rework headerDecode function (biggest bottleneck).
77 * rework includes.
78
79================================================================================
80VERSION 0.7.1
81
82Before Jan 2005 David Bachelart <david.bachelart@m4x.org>
83
84 * first version.
85
86================================================================================
87vim:set ts=4 sw=4: