Mise à jour du Changelog
[banana.git] / Changelog
CommitLineData
5aea1437 1Sat, 08 Avr 2006 Florent Bruneau <florent.bruneau@m4x.org>
2
3 * Compatible PHP5
4
65d8c6e4 5March 2006 Florent Bruneau <florent.bruneau@m4x.org>
6
7 * Add multipart and attachment support
8 * Add HTML and RichText support
9 * Improve url handling
10 * Fix invalid html in submission form
11 * Add quotations handling
12 * Fix cache issue with empty newsgroups
13 * Add x-face placement support
14 * Improve support of some non-standard clients
15 * Fix support of post without subject
16 * Improve wrapping
17
4cc7f778 18================================================================================
c8865a54
PHM
19VERSION 1.2
20
21Wed, 19 Oct 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
22
23 * Fix a problem wrt responses (Re: in subject).
24 * Fix a problem with empty overviews.
ec8b5b6a 25 * Fix Header encoding problems.
c8865a54
PHM
26
27================================================================================
382606fb
PHM
28VERSION 1.1
29
30Tue, 24 May 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
31
32 * Fix one problem with $this->ids beeing empty in Spool.
33 * Fix encoding issues since iconv truncates strings sometimes.
a75dcfa4 34 * Make the post forms use utf-8.
382606fb
PHM
35
36================================================================================
b8e8bb39 37VERSION 1.0
4cc7f778 38
39Fri, 07 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
40
41 * Banana is now a real standalone class.
42 * Clean hooks.
43 * Update the script spoolgen.php.
44
45Wed, 05 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
46
47 * continue the work with post.php.
48
49Tue, 04 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
50
51 * prepare Banana to be a library :
52 - delete a lot of echo's.
53 - use a lot of string passing.
54 - create more Banana:: functions.
55 => API IS NOT STABLE ATM.
56
57Mon, 03 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
58
59 * no more $news -> class Banana.
60 * continue include rework.
61 * hooks functions enters.
62 * $banana is now the only global variable we need.
63 * exit format.inc.php.
64
65Sun, 02 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
66
67 * _(..) -> _b_(..) that performs a dgettext('banana', ...).
68 * use gettext and no more $locales.
69 * rework includes.
70
71Sat, 01 Jan 2005 Pierre Habouzit <pierre.habouzit@m4x.org>
72
73 * rework headerDecode function (biggest bottleneck).
74 * rework includes.
75
76================================================================================
77VERSION 0.7.1
78
79Before Jan 2005 David Bachelart <david.bachelart@m4x.org>
80
81 * first version.
82
83================================================================================
84vim:set ts=4 sw=4: