]> git.donarmstrong.com Git - roundcube.git/blob - debian/changelog
Depends on php-mail-mime (>= 1.5.0)
[roundcube.git] / debian / changelog
1 roundcube (0.1-5) unstable; urgency=low
2
3   * Debconf translation updates:
4     - Spanish. Closes: #473788
5   * Depends on php-mail-mime (>= 1.5.0) and drop compatibility patch.
6
7  -- Vincent Bernat <bernat@luffy.cx>  Sat, 05 Apr 2008 10:22:51 +0200
8
9 roundcube (0.1-4) unstable; urgency=low
10
11   * Debconf translation updates:
12     - French. Closes: #469802
13     - Russian. Closes: #469847
14     - Galician. Closes: #469866
15     - German. Closes: #469875
16     - Finnish. Closes: #469922
17     - Italian. Closes: #469987
18     - Czech. Closes: #470150
19     - Portuguese. Closes: #470156
20     - Spanish. Closes: #470732
21     - Basque. Closes: #470871
22     - Arabic. Closes: #471470
23
24  -- Vincent Bernat <bernat@luffy.cx>  Sat, 08 Mar 2008 11:15:00 +0100
25
26 roundcube (0.1-3) unstable; urgency=low
27
28   * Fix problem with too old php-mail-mime package (Closes: #469814)
29
30  -- Vincent Bernat <bernat@luffy.cx>  Fri, 07 Mar 2008 11:06:49 +0100
31
32 roundcube (0.1-2) unstable; urgency=low
33
34   * Ship bin/ directory as well. This fix conversion from HTML to text in
35     composition.
36   * Disable spellchecker for tinymce since it is not shipped with Debian
37     package of tinymce.
38
39  -- Vincent Bernat <bernat@luffy.cx>  Fri, 07 Mar 2008 09:42:39 +0100
40
41 roundcube (0.1-1) unstable; urgency=low
42
43   * New upstream release (Closes: #469487).
44      - This release seems to fix failure to set some fields when replying,
45        with bincimap as IMAP server (Closes: #443562)
46      - It also fixes the deletion of multiple messages, still with
47        bincimap (Closes: #451404)
48   * Remove 'ob_gzhandler.patch' and 'xss-fix.patch'. They have been
49     merged upstream.
50   * Upstream has switched to MDB2 database backend which is not packaged
51     in Debian yet. We switch back to old backend.
52   * Fix debian/watch to handle correctly detection of new versions.
53   * Add support for lighttpd and remove support for older version of
54     Apache. The debconf question about webserver autoconfiguration is
55     reworded (Closes: #462961).
56   * Do not depend on a specific revision of cdbs.
57   * Move po-debconf from Build-Depends-Indep to Build-Depends since it is
58     needed for clean target.
59   * Correct path to /usr/share/file/magic, provided by libmagic1. Provide
60     license information about this file in debian/copyright.
61
62  -- Vincent Bernat <bernat@luffy.cx>  Wed, 05 Mar 2008 20:49:03 +0100
63
64 roundcube (0.1~rc2-6) unstable; urgency=high
65
66   * Bug fix: "CVE-2007-6321: Cross-site scripting (XSS) vulnerability",
67     thanks to Micah Anderson (Closes: #455840). The patch is from
68     http://lists.roundcube.net/mail-archive/dev/2007-12/0000038.html and
69     provided by Robin Elfrink. It has been modified with some functions
70     stolen from Squirrelmail.
71   * Finnish debconf template, thanks to Esko Arajärvi (Closes: #458244).
72
73  -- Vincent Bernat <bernat@luffy.cx>  Sat, 29 Dec 2007 21:55:17 +0100
74
75 roundcube (0.1~rc2-5) unstable; urgency=low
76
77   * Deal with old /etc/logrotate.d/roundcube by removing it if left
78     untouched (Closes: #456546). Also deal with /etc/default/roundcube and
79     /etc/cron.daily/roundcube.
80
81  -- Vincent Bernat <bernat@luffy.cx>  Tue, 18 Dec 2007 23:02:46 +0100
82
83 roundcube (0.1~rc2-4) unstable; urgency=low
84
85   * Thightened dependencies for a safe upgrade
86   * Finally removed any circular dependency, -db packages no longer pull
87     a full roundcube install
88
89  -- Romain Beauxis <toots@rastageeks.org>  Sun, 09 Dec 2007 14:24:24 +0100
90
91 roundcube (0.1~rc2-3) unstable; urgency=low
92
93   * Upload to unstable
94   * Bumped standard version to 3.7.3 (no changes) 
95
96  -- Romain Beauxis <toots@rastageeks.org>  Sun, 09 Dec 2007 14:19:28 +0100
97
98 roundcube (0.1~rc2-2) experimental; urgency=low
99
100   [ Vincent Bernat ]
101   * Fix a conflict between ob_gzhandler and zlib output compression,
102     thanks to kaouete (Closes: #450482).
103
104   [ Romain Beauxis ]
105   * Fix tinymce patch and inclusion
106     Closes: #452016
107   * Splitted virtual packages to avoid circular dependencies.
108     Uploading to experimental, as this is an important change and we may
109     expect issues..
110
111  -- Romain Beauxis <toots@rastageeks.org>  Mon, 26 Nov 2007 11:54:21 +0100
112
113 roundcube (0.1~rc2-1) unstable; urgency=low
114
115   * New upstream, thanks to Nicolas Stransky (Closes: #447503). This
116     release support tinymce as HTML editor. Look at README.Debian for more
117     information.
118   * Update Galician debconf template, thanks to Jacobo Tarrio (Closes: #447943).
119
120  -- Vincent Bernat <bernat@luffy.cx>  Mon, 29 Oct 2007 22:08:43 +0100
121
122 roundcube (0.1~rc1-3) unstable; urgency=low
123
124   * In respect to policy 12.3, do not put main.inc.php.dist in
125     /usr/share/doc, thanks to Jonas Smedegaard (Closes: #446502).
126   * Update German and French debconf templates, thanks to Christian
127     Perrier (Closes: #446458) and Helge Kreutzmann (Closes: #446532).
128
129  -- Vincent Bernat <bernat@luffy.cx>  Sun, 14 Oct 2007 08:41:24 +0200
130
131 roundcube (0.1~rc1-2) unstable; urgency=low
132
133   * Fix dependencies by creating virtual packages for each database
134     backend, thanks to Joey Hess (Closes: #444925).
135
136  -- Vincent Bernat <bernat@luffy.cx>  Tue, 02 Oct 2007 20:09:19 +0200
137
138 roundcube (0.1~rc1-1) unstable; urgency=low
139
140   * New upstream release
141   * Removed non gpl file des.inc
142
143  -- Romain Beauxis <toots@rastageeks.org>  Tue, 24 Jul 2007 13:36:20 +0200
144
145 roundcube (0.1~rc1~dfsg-3) unstable; urgency=low
146
147   * Add php5-mcrypt dependency (Closes: #431177)
148
149  -- Vincent Bernat <bernat@luffy.cx>  Sat, 30 Jun 2007 19:36:21 +0200
150
151 roundcube (0.1~rc1~dfsg-2) unstable; urgency=low
152
153   * Removed custom unix_timestamp for sqlite: solved upstream
154   * Debconf templates and debian/control reviewed by the debian-l10n-
155     english team as part of the Smith review project.
156     Closes: #426086, #427546, #427546
157   * Debconf translation updates:
158     - Galician. Closes: #426140
159     - Basque. Closes: #426150
160     - Czech. Closes: #426428
161     - Portuguese. Closes: #426451
162     - Arabic. Closes: #427110
163     - Italian. Closes: #427206
164     - German. Closes: #427536
165     - French. Closes: #427736
166     - Tamil. Closes: #428254
167     - Russian. Closes: #428364
168     - Spanish. Closes: #428573
169
170  -- Romain Beauxis <toots@rastageeks.org>  Tue, 05 Jun 2007 15:22:36 +0200
171
172 roundcube (0.1~rc1~dfsg-1) unstable; urgency=low
173
174   [ Vincent Bernat ]
175   * New upstream release
176   * Update script for sqlite in postinst
177   [ Romain Beauxis ]
178   * Fixed dh_link calls
179     Closes: #423824
180   * Added custom patch to use php unix timestamp support
181     with sqlite since UNIX_TIMESTAMP is not supported by sqlite.
182   * Dropped php4 dependencies
183
184  -- Vincent Bernat <bernat@luffy.cx>  Sun, 20 May 2007 13:59:44 +0200
185
186 roundcube (0.1~beta2.2~dfsg-2) unstable; urgency=low
187
188   * Fix a security issue by disallowing access to logs.
189   * First upload to unstable.
190
191  -- Vincent Bernat <bernat@luffy.cx>  Sat,  5 May 2007 00:23:40 +0200
192
193 roundcube (0.1~beta2.2~dfsg-1) experimental; urgency=low
194
195   * Initial release. (Closes: #333756, #344949)
196
197  -- Romain Beauxis <toots@rastageeks.org>  Tue, 13 Mar 2007 13:28:05 +0100