]> git.donarmstrong.com Git - roundcube.git/blob - debian/changelog
Patch to use UTF-8 by default.
[roundcube.git] / debian / changelog
1 roundcube (0.3.1-4) UNRELEASED; urgency=low
2
3   * Update README.Debian to state that the variable to modify is
4     'htmleditor' instead of 'enable_htmleditor'. Thanks to Hans
5     Spaans. Closes: #575556.
6   * Add Brazilian Portuguese debconf translation, thanks to Eder
7     L. Marques. Closes: #581745.
8   * Switch default encoding to UTF-8 instead of ISO-8859-1.
9     Closes: #588084.
10
11  -- Vincent Bernat <bernat@debian.org>  Sat, 27 Mar 2010 01:15:46 +0100
12
13 roundcube (0.3.1-3) unstable; urgency=high
14
15   * RFC 5321, section 4.5.3.1, asks to not impose any limits on length if
16     possible. We respect this by dropping limitation of the local-part of
17     an email address. Closes: #568360, #568537.
18   * Suggests php-auth-sasl to enable use of SASL mechanisms for mail
19     servers. Closes: #567550.
20   * Disable DNS prefetching to avoid information leakage through links
21     embedded in messages. This fixes CVE-2010-0464. Closes: #569660.
22   * Bump Standards-Version. No changes required.
23
24  -- Vincent Bernat <bernat@debian.org>  Sat, 13 Feb 2010 10:21:49 +0100
25
26 roundcube (0.3.1-2) unstable; urgency=low
27
28   * Fix VCS links in debian/control, thanks to Torsten Landschoff.
29     Closes: #555900.
30   * Really ship NEWS.Debian.
31   * Add changesets 3170 and 3202 from upstream to handle gracefully jQuery
32     1.4. Thanks to Volker Gropp for the report. Closes: #565715.
33
34  -- Vincent Bernat <bernat@debian.org>  Mon, 18 Jan 2010 23:11:01 +0100
35
36 roundcube (0.3.1-1) unstable; urgency=low
37
38   * New upstream release.
39   * Add a notice in NEWS.Debian about php.ini options that should be set
40     to get Roundcube working properly. Closes: #549428, #552508.
41
42  -- Vincent Bernat <bernat@debian.org>  Sat, 07 Nov 2009 17:41:37 +0100
43
44 roundcube (0.3-2) unstable; urgency=low
45
46   * Really fix #544579 since the default value is null without
47     quotes. This really Closes: #544579.
48   * Enlarge login box to accommodate sk_SK locale. Closes: #542933.
49
50  -- Vincent Bernat <bernat@debian.org>  Sun, 27 Sep 2009 11:26:56 +0200
51
52 roundcube (0.3-1) unstable; urgency=low
53
54   * New upstream release. Closes: #545498.
55   * Update debconf translations:
56       + Italian, thanks to Luca Monducci. Closes: #544199.
57       + Czech, thanks to Miroslav Kure. Closes: #546413.
58   * Roundcube configuration now uses 'language' instead of 'locale_string'
59     to specify the default language. Update postinst to reflect this
60     change. Thanks to Richard van den Berg for noticing this. Closes: #544579.
61   * Depends on libjs-jquery (>= 1.3) since this is now used by roundcube.
62   * Don't ship any plugins for now but ship an empty plugins directory.
63   * Ship main .htaccess since it is needed to setup correctly PHP (for
64     example, to disable PHP Suhosin cookie encryption).
65   * Bump Standards-Version. No changes required.
66
67  -- Vincent Bernat <bernat@debian.org>  Sun, 27 Sep 2009 11:00:30 +0200
68
69 roundcube (0.2.2-1) unstable; urgency=low
70
71   * New upstream release
72   * Bump Standards-Version. No changes required.
73   * Remove *.js.src which are not needed at runtime.
74   * Don't send email contents to Google by default by using php5-pspell
75     instead. Thanks to Anand Kumria. Closes: #529563.
76   * Update debconf translations:
77       + Basque, thanks to Piarres Beobide. Closes: #534282.
78
79  -- Vincent Bernat <bernat@debian.org>  Sun, 05 Jul 2009 09:53:17 +0200
80
81 roundcube (0.2.1-2) unstable; urgency=low
82
83   * Update debconf translations:
84       + German, thanks to Helge Kreutzmann. Closes: #520004.
85       + Japanese, thanks to Hideki Yamane. Closes: #520024.
86       + Spanish, thanks to Francisco Javier. Closes: #526696.
87       + Russian, thanks to Yuri Kozlov. Closes: #528796.
88   * Depend on php-mdb2-* (>= 1.5.0b2) since it is needed to fix some
89     bugs. Closes: #519104, #519293. Remove not needed any more patch from
90     debian/patches/series. Keep it in debian/patches to help backports.
91
92  -- Vincent Bernat <bernat@debian.org>  Sat, 16 May 2009 15:30:17 +0200
93
94 roundcube (0.2.1-1) unstable; urgency=low
95
96   * New upstream release:
97       + Fix use_packaged_tinymce.patch to apply to this new version
98       + Remove cve-2009-0413.patch which has been applied upstream
99
100  -- Vincent Bernat <bernat@debian.org>  Sat, 14 Mar 2009 17:42:07 +0100
101
102 roundcube (0.2~stable-2) unstable; urgency=low
103
104   * Update debconf translations:
105       + French, thanks to Christian Perrier. Closes: #515806.
106       + Swedish, thanks to Martin Bagge. Closes: #516683.
107   * Drop virtual package roundcube-db and add dependencies on real package
108     instead: this way, we can have versioned dependencies on those to avoid
109     version mismatch between packages.
110   * Add a patch to not use a MDB2 feature not present in the Debian
111     package. Thanks to Grzegorz Sobański for the patch. Closes: #519104.
112
113  -- Vincent Bernat <bernat@debian.org>  Wed, 11 Mar 2009 18:49:32 +0100
114
115 roundcube (0.2~stable-1) unstable; urgency=low
116
117   * New upstream version. Closes: #503573, #504570.
118       + Add SQL update scripts for this new release and for
119         0.2~alpha. Remove copy of SQL upgrade script from debian/rules.
120       + Remove patch for CVE-2008-5620 which is now fixed upstream.
121       + Remove patch correcting a vulnerability in html2text.php.
122       + Remove patch fixing login issue. This is fixed upstream.
123       + Remove patch setting the default backend to db instead of mdb2:
124         this is not possible any more. We depend on php-mdb2 now.
125       + Update patch to use packaged tinymce.
126   * Upload to unstable since Lenny is out.
127   * Apply fix for XSS issue (CVE-2009-0413). Closes: #514179.
128   * Remove hack to update a SQLite table for an upgrade from a quite old
129     version of roundcube.
130   * Fix pending l10n issues:
131       + Update English debconf template. Closes: #473794.
132       + Add Swedish translation thanks to Martin Bagge. Closes: #508752.
133   * Fix debian/copyright to make lintian happy.
134
135  -- Vincent Bernat <bernat@debian.org>  Sun, 15 Feb 2009 16:18:58 +0100
136
137 roundcube (0.2~alpha-4) experimental; urgency=low
138
139   * Add missing ${misc:Depends} to make Lintian happy.
140   * Add description to each patch.
141   * Execute cron job only if the directory to clean exists.
142   * Reload web server configuration instead of restart, thanks to a patch
143     from Tiago Bortoletto Vaz. Closes: #508633.
144   * Fix a vulnerability in quota image generation. This fixes
145     CVE-2008-5620. Thanks to Nico Golde for reporting it. Closes: #509596.
146   * Add missing dependency on php5-gd, used for quota bar.
147   * For roundcube-pgsql, depends on postgresql-client only. This package
148     is provided by the currently supported real package.
149
150  -- Vincent Bernat <bernat@debian.org>  Thu, 25 Dec 2008 11:38:13 +0100
151
152 roundcube (0.2~alpha-3) experimental; urgency=high
153
154   [ Vincent Bernat ]
155   * Fix a vulnerability in the use of preg_replace (Closes: #508628).
156   * Adapt descriptions of roundcube-database packages to refer them as
157     metapackages instead of virtual package (Closes: #495434).
158   * Add robots.txt from upstream, even if in some configuration, it will
159     not be considered (Closes: #499108).
160   * Do not ship .htaccess files. Restrictions are set in Apache or
161     Lighttpd configuration files (Closes: #500202).
162
163   [ Romain Beauxis ]
164   * Changed versioned dependency of rouncube from binary:Version to
165     source:Version since these are all architecture independent packages.  
166
167  -- Vincent Bernat <bernat@debian.org>  Sat, 13 Dec 2008 14:36:02 +0100
168
169 roundcube (0.2~alpha-2) experimental; urgency=low
170
171   [ Vincent Bernat ]
172   * Fix lintian warnings introduced by previous upload
173   * Fix lighttpd.conf to make it work with latest versions (Closes: #494044)
174   * Do not prepend path to lighty util in postinst and postrm, as per
175     Policy Manual section 6.1
176   * Ship a bug/control file to have all bugs submitted against roundcube
177     metapackage
178   * Fix debian/roundcube-core.cron.daily to use
179     /etc/default/roundcube-core instead of /etc/default/roundcube which
180     should not exist any more
181
182   [ Romain Beauxis ]
183   * Versioned roundcube-core dependency for roundcube 
184
185  -- Vincent Bernat <bernat@debian.org>  Sat, 16 Aug 2008 13:22:08 +0200
186
187 roundcube (0.2~alpha-1) experimental; urgency=low
188
189   * New upstream release
190   * Update debian/watch file to correctly consider those new releases
191   * Remove the following patches:
192       + messageid-headers-ordering
193       + mysql-update-fix
194       + disable-tinymce-spellchecker
195   * Update the following patches:
196       + correct_install_path
197       + use_packaged_tinymce
198   * Add a new patch to fix a login problem
199   * Depends on tinymce >= 3
200
201  -- Vincent Bernat <bernat@debian.org>  Sun, 22 Jun 2008 14:10:44 +0200
202
203 roundcube (0.1.1-7) unstable; urgency=low
204
205   * Another fix for incorrect tinymce path. This should be the last one!
206
207  -- Vincent Bernat <bernat@debian.org>  Sun, 22 Jun 2008 12:36:59 +0200
208
209 roundcube (0.1.1-6) unstable; urgency=low
210
211   * Fix use_packaged_tinymce patch which was incorrect after switch to
212     tinymce2 package.
213
214  -- Vincent Bernat <bernat@debian.org>  Sun, 22 Jun 2008 12:19:16 +0200
215
216 roundcube (0.1.1-5) unstable; urgency=low
217
218   * Fix ordering of message-id in message headers, thanks to Reinhard
219     Tartler (Closes: #486493)
220   * Update Standards-Version to 3.8.0
221
222  -- Vincent Bernat <bernat@debian.org>  Tue, 17 Jun 2008 00:33:40 +0200
223
224 roundcube (0.1.1-4) unstable; urgency=low
225
226   * Add Slovak debconf translation, thanks to Ivan Masár (Closes: #481376)
227   * Fix debian/copyright:
228      + RoundCube is GPL-2 licensed, not GPL-2+
229      + Add an explanation on the BSD license present at the top of
230        index.php (Closes: #477119)
231   * We do not support tinymce 3, yet. Depends on tinymce2 | tinymce (<<
232     3). Closes: #481145, #483053, #482295
233
234  -- Vincent Bernat <bernat@debian.org>  Tue, 20 May 2008 20:51:52 +0200
235
236 roundcube (0.1.1-3) unstable; urgency=low
237
238   * Fix an error introduced when fixing bug #476803. Thanks to Micah
239     Anderson for spotting it (Closes: #479775).
240   * Avoid to pop language question at every upgrade. Thanks to Ivan Vucica
241     for spotting this. The problem lied in the use of db_metaget to get
242     the value of a key set by db_subst in a previous invocation. It seems
243     this is not possible any more (Closes: #480043). The fix implies that
244     we won't ask the question again if more languages are available since
245     last upgrade.
246
247  -- Vincent Bernat <bernat@debian.org>  Thu, 08 May 2008 09:50:24 +0200
248
249 roundcube (0.1.1-2) unstable; urgency=low
250
251   * Comment by default Alias directive for tinymce in Apache configuration
252     file (Closes: #476162).
253   * Allow to preseed language value (Closes: #476803).
254
255  -- Vincent Bernat <bernat@luffy.cx>  Sat, 19 Apr 2008 16:50:28 +0200
256
257 roundcube (0.1.1-1) unstable; urgency=low
258
259   * New upstream release
260     - Copy old SQL upgrade scripts into debian/sql to allow upgrade from
261       versions older than 0.1
262     - Patch new MySQL upgrade script to fix a typo
263   * Debconf translation updates:
264     - Spanish. Closes: #473788
265   * Depends on php-mail-mime (>= 1.5.0) and drop compatibility patch
266   * Install upstream changelog in /usr/share/doc/roundcube*
267
268  -- Vincent Bernat <bernat@luffy.cx>  Sat, 05 Apr 2008 18:16:33 +0200
269
270 roundcube (0.1-4) unstable; urgency=low
271
272   * Debconf translation updates:
273     - French. Closes: #469802
274     - Russian. Closes: #469847
275     - Galician. Closes: #469866
276     - German. Closes: #469875
277     - Finnish. Closes: #469922
278     - Italian. Closes: #469987
279     - Czech. Closes: #470150
280     - Portuguese. Closes: #470156
281     - Spanish. Closes: #470732
282     - Basque. Closes: #470871
283     - Arabic. Closes: #471470
284
285  -- Vincent Bernat <bernat@luffy.cx>  Sat, 08 Mar 2008 11:15:00 +0100
286
287 roundcube (0.1-3) unstable; urgency=low
288
289   * Fix problem with too old php-mail-mime package (Closes: #469814)
290
291  -- Vincent Bernat <bernat@luffy.cx>  Fri, 07 Mar 2008 11:06:49 +0100
292
293 roundcube (0.1-2) unstable; urgency=low
294
295   * Ship bin/ directory as well. This fix conversion from HTML to text in
296     composition.
297   * Disable spellchecker for tinymce since it is not shipped with Debian
298     package of tinymce.
299
300  -- Vincent Bernat <bernat@luffy.cx>  Fri, 07 Mar 2008 09:42:39 +0100
301
302 roundcube (0.1-1) unstable; urgency=low
303
304   * New upstream release (Closes: #469487).
305      - This release seems to fix failure to set some fields when replying,
306        with bincimap as IMAP server (Closes: #443562)
307      - It also fixes the deletion of multiple messages, still with
308        bincimap (Closes: #451404)
309   * Remove 'ob_gzhandler.patch' and 'xss-fix.patch'. They have been
310     merged upstream.
311   * Upstream has switched to MDB2 database backend which is not packaged
312     in Debian yet. We switch back to old backend.
313   * Fix debian/watch to handle correctly detection of new versions.
314   * Add support for lighttpd and remove support for older version of
315     Apache. The debconf question about webserver autoconfiguration is
316     reworded (Closes: #462961).
317   * Do not depend on a specific revision of cdbs.
318   * Move po-debconf from Build-Depends-Indep to Build-Depends since it is
319     needed for clean target.
320   * Correct path to /usr/share/file/magic, provided by libmagic1. Provide
321     license information about this file in debian/copyright.
322
323  -- Vincent Bernat <bernat@luffy.cx>  Wed, 05 Mar 2008 20:49:03 +0100
324
325 roundcube (0.1~rc2-6) unstable; urgency=high
326
327   * Bug fix: "CVE-2007-6321: Cross-site scripting (XSS) vulnerability",
328     thanks to Micah Anderson (Closes: #455840). The patch is from
329     http://lists.roundcube.net/mail-archive/dev/2007-12/0000038.html and
330     provided by Robin Elfrink. It has been modified with some functions
331     stolen from Squirrelmail.
332   * Finnish debconf template, thanks to Esko Arajärvi (Closes: #458244).
333
334  -- Vincent Bernat <bernat@luffy.cx>  Sat, 29 Dec 2007 21:55:17 +0100
335
336 roundcube (0.1~rc2-5) unstable; urgency=low
337
338   * Deal with old /etc/logrotate.d/roundcube by removing it if left
339     untouched (Closes: #456546). Also deal with /etc/default/roundcube and
340     /etc/cron.daily/roundcube.
341
342  -- Vincent Bernat <bernat@luffy.cx>  Tue, 18 Dec 2007 23:02:46 +0100
343
344 roundcube (0.1~rc2-4) unstable; urgency=low
345
346   * Thightened dependencies for a safe upgrade
347   * Finally removed any circular dependency, -db packages no longer pull
348     a full roundcube install
349
350  -- Romain Beauxis <toots@rastageeks.org>  Sun, 09 Dec 2007 14:24:24 +0100
351
352 roundcube (0.1~rc2-3) unstable; urgency=low
353
354   * Upload to unstable
355   * Bumped standard version to 3.7.3 (no changes) 
356
357  -- Romain Beauxis <toots@rastageeks.org>  Sun, 09 Dec 2007 14:19:28 +0100
358
359 roundcube (0.1~rc2-2) experimental; urgency=low
360
361   [ Vincent Bernat ]
362   * Fix a conflict between ob_gzhandler and zlib output compression,
363     thanks to kaouete (Closes: #450482).
364
365   [ Romain Beauxis ]
366   * Fix tinymce patch and inclusion
367     Closes: #452016
368   * Splitted virtual packages to avoid circular dependencies.
369     Uploading to experimental, as this is an important change and we may
370     expect issues..
371
372  -- Romain Beauxis <toots@rastageeks.org>  Mon, 26 Nov 2007 11:54:21 +0100
373
374 roundcube (0.1~rc2-1) unstable; urgency=low
375
376   * New upstream, thanks to Nicolas Stransky (Closes: #447503). This
377     release support tinymce as HTML editor. Look at README.Debian for more
378     information.
379   * Update Galician debconf template, thanks to Jacobo Tarrio (Closes: #447943).
380
381  -- Vincent Bernat <bernat@luffy.cx>  Mon, 29 Oct 2007 22:08:43 +0100
382
383 roundcube (0.1~rc1-3) unstable; urgency=low
384
385   * In respect to policy 12.3, do not put main.inc.php.dist in
386     /usr/share/doc, thanks to Jonas Smedegaard (Closes: #446502).
387   * Update German and French debconf templates, thanks to Christian
388     Perrier (Closes: #446458) and Helge Kreutzmann (Closes: #446532).
389
390  -- Vincent Bernat <bernat@luffy.cx>  Sun, 14 Oct 2007 08:41:24 +0200
391
392 roundcube (0.1~rc1-2) unstable; urgency=low
393
394   * Fix dependencies by creating virtual packages for each database
395     backend, thanks to Joey Hess (Closes: #444925).
396
397  -- Vincent Bernat <bernat@luffy.cx>  Tue, 02 Oct 2007 20:09:19 +0200
398
399 roundcube (0.1~rc1-1) unstable; urgency=low
400
401   * New upstream release
402   * Removed non gpl file des.inc
403
404  -- Romain Beauxis <toots@rastageeks.org>  Tue, 24 Jul 2007 13:36:20 +0200
405
406 roundcube (0.1~rc1~dfsg-3) unstable; urgency=low
407
408   * Add php5-mcrypt dependency (Closes: #431177)
409
410  -- Vincent Bernat <bernat@luffy.cx>  Sat, 30 Jun 2007 19:36:21 +0200
411
412 roundcube (0.1~rc1~dfsg-2) unstable; urgency=low
413
414   * Removed custom unix_timestamp for sqlite: solved upstream
415   * Debconf templates and debian/control reviewed by the debian-l10n-
416     english team as part of the Smith review project.
417     Closes: #426086, #427546, #427546
418   * Debconf translation updates:
419     - Galician. Closes: #426140
420     - Basque. Closes: #426150
421     - Czech. Closes: #426428
422     - Portuguese. Closes: #426451
423     - Arabic. Closes: #427110
424     - Italian. Closes: #427206
425     - German. Closes: #427536
426     - French. Closes: #427736
427     - Tamil. Closes: #428254
428     - Russian. Closes: #428364
429     - Spanish. Closes: #428573
430
431  -- Romain Beauxis <toots@rastageeks.org>  Tue, 05 Jun 2007 15:22:36 +0200
432
433 roundcube (0.1~rc1~dfsg-1) unstable; urgency=low
434
435   [ Vincent Bernat ]
436   * New upstream release
437   * Update script for sqlite in postinst
438   [ Romain Beauxis ]
439   * Fixed dh_link calls
440     Closes: #423824
441   * Added custom patch to use php unix timestamp support
442     with sqlite since UNIX_TIMESTAMP is not supported by sqlite.
443   * Dropped php4 dependencies
444
445  -- Vincent Bernat <bernat@luffy.cx>  Sun, 20 May 2007 13:59:44 +0200
446
447 roundcube (0.1~beta2.2~dfsg-2) unstable; urgency=low
448
449   * Fix a security issue by disallowing access to logs.
450   * First upload to unstable.
451
452  -- Vincent Bernat <bernat@luffy.cx>  Sat,  5 May 2007 00:23:40 +0200
453
454 roundcube (0.1~beta2.2~dfsg-1) experimental; urgency=low
455
456   * Initial release. (Closes: #333756, #344949)
457
458  -- Romain Beauxis <toots@rastageeks.org>  Tue, 13 Mar 2007 13:28:05 +0100