]> git.donarmstrong.com Git - roundcube.git/blob - debian/changelog
0ddd225482e2b2d60af1c5e7047d88c19d78d41a
[roundcube.git] / debian / changelog
1 roundcube (0.7-3) unstable; urgency=low
2
3   * Ship jqueryui plugin. Closes: #653274.
4       + Depend on libjs-jquery-ui package (instead of builtin copy).
5       + Conflict with versions of roundcube-plugins-extra providing this
6         plugin.
7   * More SQL fixes on update. Closes: #654297.
8
9  -- Vincent Bernat <bernat@debian.org>  Mon, 02 Jan 2012 21:45:42 +0100
10
11 roundcube (0.7-2) unstable; urgency=low
12
13   * Fix SQLite upgrade file. Closes: #653217.
14   * Also fixes MySQL upgrade file and SQLite regular file.
15
16  -- Vincent Bernat <bernat@debian.org>  Sun, 25 Dec 2011 16:14:04 +0100
17
18 roundcube (0.7-1) unstable; urgency=low
19
20   * New upstream version. Closes: #652564.
21       + Does not ship SWF with TinyMCE anymore.
22
23  -- Vincent Bernat <bernat@debian.org>  Fri, 23 Dec 2011 22:04:39 +0100
24
25 roundcube (0.6+dfsg-1) unstable; urgency=low
26
27   * New upstream version. Closes: #643707.
28       + Repack to remove SWF file without source from TinyMCE.      
29       + Add SQL upgrade procedures.
30       + Add new plugins: acl, enigma and newmail_notifier.
31       + Update jQuery dependency to jQuery 1.6.4.
32
33  -- Vincent Bernat <bernat@debian.org>  Sun, 02 Oct 2011 15:20:57 +0200
34
35 roundcube (0.5.4+dfsg-1) unstable; urgency=high
36
37   [ Vincent Bernat ]
38   * New upstream version.
39      + Fix XSS vulnerability in UI messages (Closes: #641996).
40   * Switch to Git for version control thanks to Jérémy
41     Bobbio. debian/control updated.
42   * Ship INSTALL. Closes: #633698.
43
44   [ Jérémy Bobbio ]
45   * Re-add 'password' plugin to roundcube-plugins.
46
47  -- Vincent Bernat <bernat@debian.org>  Wed, 13 Jul 2011 08:33:01 +0200
48
49 roundcube (0.5.3+dfsg-1) unstable; urgency=low
50
51   * New upstream release.
52      + Fix identities "reply-to" and "bcc" fields have a bogus value when
53        left empty (Closes: #628553).
54
55  -- Vincent Bernat <bernat@debian.org>  Fri, 10 Jun 2011 22:48:57 +0200
56
57 roundcube (0.5.2+dfsg-1) unstable; urgency=low
58
59   * New upstream release
60   * Update logrotate configuration. Closes: #619410.
61   * Make debian-db.php owned by root. This really closes: #608976.
62   * Bump Standards-Version. No changes required.
63
64  -- Vincent Bernat <bernat@debian.org>  Sun, 24 Apr 2011 00:35:34 +0200
65
66 roundcube (0.5.1+dfsg-7) unstable; urgency=low
67
68   * Make dbconfig-common use sqlite by default to ensure that the package
69     can be configured non-interactively in most cases. Closes: #617754.
70
71  -- Vincent Bernat <bernat@debian.org>  Fri, 11 Mar 2011 09:08:32 +0100
72
73 roundcube (0.5.1+dfsg-6) unstable; urgency=low
74
75   * Handle incorrect upgrade from 0.3.1-6 when "changed" column already
76     exists for table "identities". Closes: #617312.
77
78  -- Vincent Bernat <bernat@debian.org>  Tue, 08 Mar 2011 07:37:56 +0100
79
80 roundcube (0.5.1+dfsg-5) unstable; urgency=low
81
82   * Don't use awk. Use plain shell to modify main.inc.php.
83     Closes: #616074.
84
85  -- Vincent Bernat <bernat@debian.org>  Fri, 04 Mar 2011 20:46:57 +0100
86
87 roundcube (0.5.1+dfsg-4) unstable; urgency=low
88
89   * Fix debian/watch to remove "+dfsg" suffix.
90   * Use awk instead of sed to modify main.inc.php. Closes: #615277.
91
92  -- Vincent Bernat <bernat@debian.org>  Tue, 01 Mar 2011 19:59:00 +0100
93
94 roundcube (0.5.1+dfsg-3) unstable; urgency=low
95
96   * Install show_additional_headers plugin in roundcube-plugins package.
97   * Use dbconfig-common to force some upgrade commands using some ugly
98     hacks. This should fix any remaining problems with MySQL
99     upgrade. Closes: #613586.
100
101  -- Vincent Bernat <bernat@debian.org>  Fri, 18 Feb 2011 22:04:12 +0100
102
103 roundcube (0.5.1+dfsg-2) unstable; urgency=low
104
105   * Remove all "ADD INDEX" from MySQL 0.5-1 upgrade file and put them in
106     postinst script. If you have a problem during the upgrade, please, let
107     me know. This upload is only done to prevent users who did not upgrade
108     to 0.5 yet to have a problem during their upgrade. If you already
109     upgraded to 0.5 and if the upgrade failed (or if some feature are
110     missing like identities management), please look at bug #613586.
111
112  -- Vincent Bernat <bernat@debian.org>  Wed, 16 Feb 2011 20:54:48 +0100
113
114 roundcube (0.5.1+dfsg-1) unstable; urgency=low
115
116   * Add plugins. Closes: #550454.
117   * Rewrite (and update) of debian/copyright.
118   * Use of yui-compressor to re-minify Javascript files.
119   * Drop correct-magic-path.patch: libmagic1 now provides a symlink to the
120     correct location since 4.24-4.
121   * Repack orig.tar.gz to remove swf file shipped with TinyMCE with no
122     sources available.
123
124  -- Vincent Bernat <bernat@debian.org>  Mon, 14 Feb 2011 22:33:51 +0100
125
126 roundcube (0.5.1-1) unstable; urgency=low
127
128   * New upstream version. Some bugs are corrected in this release or in a
129     previous release:
130       + when switching to HTML mode, content type is now correctly set.
131         Closes: #611321.
132       + header delimiters handling has been fixed in 0.5.
133         Closes: #603489.
134   * Don't assign "skins" directory to www-data. Closes: #612552.
135   * Add instructions on how to install and upgrade when not using
136     dbconfig-common. We do not ship UPGRADING file any more since it is
137     misleading. Closes: #612511.
138   * Fix MySQL indexes if upgrading from 0.5-2 or lesser. Closes: #610725.
139   * Rework how symlinks work. The only directory to use is
140     /var/lib/roundcube. We use symlink from /usr/share/roundcube to
141     /var/lib/roundcube and not the other way. Moreover, plugins and skins
142     are also symlinked. A user should be able to add plugins and skins in
143     /var/lib/roundcube while default ones are in
144     /usr/share/roundcube. Closes: #612553.
145
146  -- Vincent Bernat <bernat@debian.org>  Wed, 09 Feb 2011 07:32:42 +0100
147
148 roundcube (0.5-2) experimental; urgency=low
149
150   * If 0.3.1 was installed from scratch, upgrade does not work on MySQL
151     and PostgreSQL because we try to create an index which already
152     exists. With SQLite, the error is ignored, no fix needed. When using
153     PostgreSQL, fix this by dropping the index if it already
154     exists. Nothing similar seems to exist with MySQL. Therefore, just
155     don't create the index. We need to handle this later. See bug
156     #610725. Not closing.
157
158  -- Vincent Bernat <bernat@debian.org>  Fri, 21 Jan 2011 21:44:05 +0100
159
160 roundcube (0.5-1) experimental; urgency=low
161
162   * New upstream release. Closes: #592312.
163      + Drop patches included upstream (DNS prefetching, jQuery 1.4
164        handling, email address validation, duplicate headers, incorrectly
165        formatted received headers). Adapt other patches. One of the patch
166        now correctly states to use dpkg-reconfigure roundcube-core.
167        Closes: #608977.
168      + Update SQL commands to use to upgrade database.
169        That also closes: #602922. Unfortunately, the user may get some
170        harmless error messages because there is no way to know if
171        0.3.1 was installed from scratch or upgraded from 0.3.
172      + Update dependencies to match INSTALL file. Only exception is the
173        use of Mail_Mime 1.8.0 in place of 1.8.1 which is not available in
174        Debian. We depends on jQuery 1.4.2 because 1.4.4 is not available in
175        Debian.
176      + All folders are correctly checked since 0.4. Closes: #552430.
177      + Also, closes: #553194 since it seems to have been fixed too.
178      + There is also the possibility to not top-quote since 0.4.
179        Closes: #491063.
180      + Closes: #602144. Also fixed.
181   * Move .htaccess to /etc/roundcube and use a symlink (Closes: #591369).
182   * Don't let www-data overwrite debian-db.php. Closes: #608976.
183   * Bump Standards-Version. No changes required.
184
185  -- Vincent Bernat <bernat@debian.org>  Sat, 15 Jan 2011 12:40:27 +0100
186
187 roundcube (0.3.1-6) unstable; urgency=low
188
189   * Update Arabic debconf translation, thanks to Ossama Khayat.
190     Closes: #596181.
191   * Update Portuguese debconf translation, thanks to Christian Perrier.
192     Closes: #599575.
193   * Add a patch to avoid duplicate boundaries in headers when adding an
194     attachment. Closes: #599586.
195
196  -- Vincent Bernat <bernat@debian.org>  Mon, 18 Oct 2010 23:14:37 +0200
197
198 roundcube (0.3.1-5) unstable; urgency=low
199
200   * Depends on php-mail-mime 1.7.0 or more recent to handle correctly
201     'mime_param_folding' directive. Closes: #588295.
202   * Add Danish debconf translation, thanks to Joe Dalton.
203     Closes: #593271.
204   * Add a patch to fix Received header to behave better with Spam
205     Assassin. Closes: #595204.
206
207  -- Vincent Bernat <bernat@debian.org>  Thu, 02 Sep 2010 07:54:58 +0200
208
209 roundcube (0.3.1-4) unstable; urgency=low
210
211   * Update README.Debian to state that the variable to modify is
212     'htmleditor' instead of 'enable_htmleditor'. Thanks to Hans
213     Spaans. Closes: #575556.
214   * Add Brazilian Portuguese debconf translation, thanks to Eder
215     L. Marques. Closes: #581745.
216   * Switch default encoding to UTF-8 instead of ISO-8859-1.
217     Closes: #588084.
218   * Add more explanations on how to install roundcube in a Debian system
219     in README.Debian. Closes: #584458, #582894.
220   * Bump Standards-Version. No changes required.
221   * Switch to 3.0 (quilt) format.
222   * Use Breaks instead of Conflicts to move files from older roundcube
223     installations.
224
225  -- Vincent Bernat <bernat@debian.org>  Sat, 17 Jul 2010 17:23:30 +0200
226
227 roundcube (0.3.1-3) unstable; urgency=high
228
229   * RFC 5321, section 4.5.3.1, asks to not impose any limits on length if
230     possible. We respect this by dropping limitation of the local-part of
231     an email address. Closes: #568360, #568537.
232   * Suggests php-auth-sasl to enable use of SASL mechanisms for mail
233     servers. Closes: #567550.
234   * Disable DNS prefetching to avoid information leakage through links
235     embedded in messages. This fixes CVE-2010-0464. Closes: #569660.
236   * Bump Standards-Version. No changes required.
237
238  -- Vincent Bernat <bernat@debian.org>  Sat, 13 Feb 2010 10:21:49 +0100
239
240 roundcube (0.3.1-2) unstable; urgency=low
241
242   * Fix VCS links in debian/control, thanks to Torsten Landschoff.
243     Closes: #555900.
244   * Really ship NEWS.Debian.
245   * Add changesets 3170 and 3202 from upstream to handle gracefully jQuery
246     1.4. Thanks to Volker Gropp for the report. Closes: #565715.
247
248  -- Vincent Bernat <bernat@debian.org>  Mon, 18 Jan 2010 23:11:01 +0100
249
250 roundcube (0.3.1-1) unstable; urgency=low
251
252   * New upstream release.
253   * Add a notice in NEWS.Debian about php.ini options that should be set
254     to get Roundcube working properly. Closes: #549428, #552508.
255
256  -- Vincent Bernat <bernat@debian.org>  Sat, 07 Nov 2009 17:41:37 +0100
257
258 roundcube (0.3-2) unstable; urgency=low
259
260   * Really fix #544579 since the default value is null without
261     quotes. This really Closes: #544579.
262   * Enlarge login box to accommodate sk_SK locale. Closes: #542933.
263
264  -- Vincent Bernat <bernat@debian.org>  Sun, 27 Sep 2009 11:26:56 +0200
265
266 roundcube (0.3-1) unstable; urgency=low
267
268   * New upstream release. Closes: #545498.
269   * Update debconf translations:
270       + Italian, thanks to Luca Monducci. Closes: #544199.
271       + Czech, thanks to Miroslav Kure. Closes: #546413.
272   * Roundcube configuration now uses 'language' instead of 'locale_string'
273     to specify the default language. Update postinst to reflect this
274     change. Thanks to Richard van den Berg for noticing this. Closes: #544579.
275   * Depends on libjs-jquery (>= 1.3) since this is now used by roundcube.
276   * Don't ship any plugins for now but ship an empty plugins directory.
277   * Ship main .htaccess since it is needed to setup correctly PHP (for
278     example, to disable PHP Suhosin cookie encryption).
279   * Bump Standards-Version. No changes required.
280
281  -- Vincent Bernat <bernat@debian.org>  Sun, 27 Sep 2009 11:00:30 +0200
282
283 roundcube (0.2.2-1) unstable; urgency=low
284
285   * New upstream release
286   * Bump Standards-Version. No changes required.
287   * Remove *.js.src which are not needed at runtime.
288   * Don't send email contents to Google by default by using php5-pspell
289     instead. Thanks to Anand Kumria. Closes: #529563.
290   * Update debconf translations:
291       + Basque, thanks to Piarres Beobide. Closes: #534282.
292
293  -- Vincent Bernat <bernat@debian.org>  Sun, 05 Jul 2009 09:53:17 +0200
294
295 roundcube (0.2.1-2) unstable; urgency=low
296
297   * Update debconf translations:
298       + German, thanks to Helge Kreutzmann. Closes: #520004.
299       + Japanese, thanks to Hideki Yamane. Closes: #520024.
300       + Spanish, thanks to Francisco Javier. Closes: #526696.
301       + Russian, thanks to Yuri Kozlov. Closes: #528796.
302   * Depend on php-mdb2-* (>= 1.5.0b2) since it is needed to fix some
303     bugs. Closes: #519104, #519293. Remove not needed any more patch from
304     debian/patches/series. Keep it in debian/patches to help backports.
305
306  -- Vincent Bernat <bernat@debian.org>  Sat, 16 May 2009 15:30:17 +0200
307
308 roundcube (0.2.1-1) unstable; urgency=low
309
310   * New upstream release:
311       + Fix use_packaged_tinymce.patch to apply to this new version
312       + Remove cve-2009-0413.patch which has been applied upstream
313
314  -- Vincent Bernat <bernat@debian.org>  Sat, 14 Mar 2009 17:42:07 +0100
315
316 roundcube (0.2~stable-2) unstable; urgency=low
317
318   * Update debconf translations:
319       + French, thanks to Christian Perrier. Closes: #515806.
320       + Swedish, thanks to Martin Bagge. Closes: #516683.
321   * Drop virtual package roundcube-db and add dependencies on real package
322     instead: this way, we can have versioned dependencies on those to avoid
323     version mismatch between packages.
324   * Add a patch to not use a MDB2 feature not present in the Debian
325     package. Thanks to Grzegorz Sobański for the patch. Closes: #519104.
326
327  -- Vincent Bernat <bernat@debian.org>  Wed, 11 Mar 2009 18:49:32 +0100
328
329 roundcube (0.2~stable-1) unstable; urgency=low
330
331   * New upstream version. Closes: #503573, #504570.
332       + Add SQL update scripts for this new release and for
333         0.2~alpha. Remove copy of SQL upgrade script from debian/rules.
334       + Remove patch for CVE-2008-5620 which is now fixed upstream.
335       + Remove patch correcting a vulnerability in html2text.php.
336       + Remove patch fixing login issue. This is fixed upstream.
337       + Remove patch setting the default backend to db instead of mdb2:
338         this is not possible any more. We depend on php-mdb2 now.
339       + Update patch to use packaged tinymce.
340   * Upload to unstable since Lenny is out.
341   * Apply fix for XSS issue (CVE-2009-0413). Closes: #514179.
342   * Remove hack to update a SQLite table for an upgrade from a quite old
343     version of roundcube.
344   * Fix pending l10n issues:
345       + Update English debconf template. Closes: #473794.
346       + Add Swedish translation thanks to Martin Bagge. Closes: #508752.
347   * Fix debian/copyright to make lintian happy.
348
349  -- Vincent Bernat <bernat@debian.org>  Sun, 15 Feb 2009 16:18:58 +0100
350
351 roundcube (0.2~alpha-4) experimental; urgency=low
352
353   * Add missing ${misc:Depends} to make Lintian happy.
354   * Add description to each patch.
355   * Execute cron job only if the directory to clean exists.
356   * Reload web server configuration instead of restart, thanks to a patch
357     from Tiago Bortoletto Vaz. Closes: #508633.
358   * Fix a vulnerability in quota image generation. This fixes
359     CVE-2008-5620. Thanks to Nico Golde for reporting it. Closes: #509596.
360   * Add missing dependency on php5-gd, used for quota bar.
361   * For roundcube-pgsql, depends on postgresql-client only. This package
362     is provided by the currently supported real package.
363
364  -- Vincent Bernat <bernat@debian.org>  Thu, 25 Dec 2008 11:38:13 +0100
365
366 roundcube (0.2~alpha-3) experimental; urgency=high
367
368   [ Vincent Bernat ]
369   * Fix a vulnerability in the use of preg_replace (Closes: #508628).
370   * Adapt descriptions of roundcube-database packages to refer them as
371     metapackages instead of virtual package (Closes: #495434).
372   * Add robots.txt from upstream, even if in some configuration, it will
373     not be considered (Closes: #499108).
374   * Do not ship .htaccess files. Restrictions are set in Apache or
375     Lighttpd configuration files (Closes: #500202).
376
377   [ Romain Beauxis ]
378   * Changed versioned dependency of rouncube from binary:Version to
379     source:Version since these are all architecture independent packages.  
380
381  -- Vincent Bernat <bernat@debian.org>  Sat, 13 Dec 2008 14:36:02 +0100
382
383 roundcube (0.2~alpha-2) experimental; urgency=low
384
385   [ Vincent Bernat ]
386   * Fix lintian warnings introduced by previous upload
387   * Fix lighttpd.conf to make it work with latest versions (Closes: #494044)
388   * Do not prepend path to lighty util in postinst and postrm, as per
389     Policy Manual section 6.1
390   * Ship a bug/control file to have all bugs submitted against roundcube
391     metapackage
392   * Fix debian/roundcube-core.cron.daily to use
393     /etc/default/roundcube-core instead of /etc/default/roundcube which
394     should not exist any more
395
396   [ Romain Beauxis ]
397   * Versioned roundcube-core dependency for roundcube 
398
399  -- Vincent Bernat <bernat@debian.org>  Sat, 16 Aug 2008 13:22:08 +0200
400
401 roundcube (0.2~alpha-1) experimental; urgency=low
402
403   * New upstream release
404   * Update debian/watch file to correctly consider those new releases
405   * Remove the following patches:
406       + messageid-headers-ordering
407       + mysql-update-fix
408       + disable-tinymce-spellchecker
409   * Update the following patches:
410       + correct_install_path
411       + use_packaged_tinymce
412   * Add a new patch to fix a login problem
413   * Depends on tinymce >= 3
414
415  -- Vincent Bernat <bernat@debian.org>  Sun, 22 Jun 2008 14:10:44 +0200
416
417 roundcube (0.1.1-7) unstable; urgency=low
418
419   * Another fix for incorrect tinymce path. This should be the last one!
420
421  -- Vincent Bernat <bernat@debian.org>  Sun, 22 Jun 2008 12:36:59 +0200
422
423 roundcube (0.1.1-6) unstable; urgency=low
424
425   * Fix use_packaged_tinymce patch which was incorrect after switch to
426     tinymce2 package.
427
428  -- Vincent Bernat <bernat@debian.org>  Sun, 22 Jun 2008 12:19:16 +0200
429
430 roundcube (0.1.1-5) unstable; urgency=low
431
432   * Fix ordering of message-id in message headers, thanks to Reinhard
433     Tartler (Closes: #486493)
434   * Update Standards-Version to 3.8.0
435
436  -- Vincent Bernat <bernat@debian.org>  Tue, 17 Jun 2008 00:33:40 +0200
437
438 roundcube (0.1.1-4) unstable; urgency=low
439
440   * Add Slovak debconf translation, thanks to Ivan Masár (Closes: #481376)
441   * Fix debian/copyright:
442      + RoundCube is GPL-2 licensed, not GPL-2+
443      + Add an explanation on the BSD license present at the top of
444        index.php (Closes: #477119)
445   * We do not support tinymce 3, yet. Depends on tinymce2 | tinymce (<<
446     3). Closes: #481145, #483053, #482295
447
448  -- Vincent Bernat <bernat@debian.org>  Tue, 20 May 2008 20:51:52 +0200
449
450 roundcube (0.1.1-3) unstable; urgency=low
451
452   * Fix an error introduced when fixing bug #476803. Thanks to Micah
453     Anderson for spotting it (Closes: #479775).
454   * Avoid to pop language question at every upgrade. Thanks to Ivan Vucica
455     for spotting this. The problem lied in the use of db_metaget to get
456     the value of a key set by db_subst in a previous invocation. It seems
457     this is not possible any more (Closes: #480043). The fix implies that
458     we won't ask the question again if more languages are available since
459     last upgrade.
460
461  -- Vincent Bernat <bernat@debian.org>  Thu, 08 May 2008 09:50:24 +0200
462
463 roundcube (0.1.1-2) unstable; urgency=low
464
465   * Comment by default Alias directive for tinymce in Apache configuration
466     file (Closes: #476162).
467   * Allow to preseed language value (Closes: #476803).
468
469  -- Vincent Bernat <bernat@luffy.cx>  Sat, 19 Apr 2008 16:50:28 +0200
470
471 roundcube (0.1.1-1) unstable; urgency=low
472
473   * New upstream release
474     - Copy old SQL upgrade scripts into debian/sql to allow upgrade from
475       versions older than 0.1
476     - Patch new MySQL upgrade script to fix a typo
477   * Debconf translation updates:
478     - Spanish. Closes: #473788
479   * Depends on php-mail-mime (>= 1.5.0) and drop compatibility patch
480   * Install upstream changelog in /usr/share/doc/roundcube*
481
482  -- Vincent Bernat <bernat@luffy.cx>  Sat, 05 Apr 2008 18:16:33 +0200
483
484 roundcube (0.1-4) unstable; urgency=low
485
486   * Debconf translation updates:
487     - French. Closes: #469802
488     - Russian. Closes: #469847
489     - Galician. Closes: #469866
490     - German. Closes: #469875
491     - Finnish. Closes: #469922
492     - Italian. Closes: #469987
493     - Czech. Closes: #470150
494     - Portuguese. Closes: #470156
495     - Spanish. Closes: #470732
496     - Basque. Closes: #470871
497     - Arabic. Closes: #471470
498
499  -- Vincent Bernat <bernat@luffy.cx>  Sat, 08 Mar 2008 11:15:00 +0100
500
501 roundcube (0.1-3) unstable; urgency=low
502
503   * Fix problem with too old php-mail-mime package (Closes: #469814)
504
505  -- Vincent Bernat <bernat@luffy.cx>  Fri, 07 Mar 2008 11:06:49 +0100
506
507 roundcube (0.1-2) unstable; urgency=low
508
509   * Ship bin/ directory as well. This fix conversion from HTML to text in
510     composition.
511   * Disable spellchecker for tinymce since it is not shipped with Debian
512     package of tinymce.
513
514  -- Vincent Bernat <bernat@luffy.cx>  Fri, 07 Mar 2008 09:42:39 +0100
515
516 roundcube (0.1-1) unstable; urgency=low
517
518   * New upstream release (Closes: #469487).
519      - This release seems to fix failure to set some fields when replying,
520        with bincimap as IMAP server (Closes: #443562)
521      - It also fixes the deletion of multiple messages, still with
522        bincimap (Closes: #451404)
523   * Remove 'ob_gzhandler.patch' and 'xss-fix.patch'. They have been
524     merged upstream.
525   * Upstream has switched to MDB2 database backend which is not packaged
526     in Debian yet. We switch back to old backend.
527   * Fix debian/watch to handle correctly detection of new versions.
528   * Add support for lighttpd and remove support for older version of
529     Apache. The debconf question about webserver autoconfiguration is
530     reworded (Closes: #462961).
531   * Do not depend on a specific revision of cdbs.
532   * Move po-debconf from Build-Depends-Indep to Build-Depends since it is
533     needed for clean target.
534   * Correct path to /usr/share/file/magic, provided by libmagic1. Provide
535     license information about this file in debian/copyright.
536
537  -- Vincent Bernat <bernat@luffy.cx>  Wed, 05 Mar 2008 20:49:03 +0100
538
539 roundcube (0.1~rc2-6) unstable; urgency=high
540
541   * Bug fix: "CVE-2007-6321: Cross-site scripting (XSS) vulnerability",
542     thanks to Micah Anderson (Closes: #455840). The patch is from
543     http://lists.roundcube.net/mail-archive/dev/2007-12/0000038.html and
544     provided by Robin Elfrink. It has been modified with some functions
545     stolen from Squirrelmail.
546   * Finnish debconf template, thanks to Esko Arajärvi (Closes: #458244).
547
548  -- Vincent Bernat <bernat@luffy.cx>  Sat, 29 Dec 2007 21:55:17 +0100
549
550 roundcube (0.1~rc2-5) unstable; urgency=low
551
552   * Deal with old /etc/logrotate.d/roundcube by removing it if left
553     untouched (Closes: #456546). Also deal with /etc/default/roundcube and
554     /etc/cron.daily/roundcube.
555
556  -- Vincent Bernat <bernat@luffy.cx>  Tue, 18 Dec 2007 23:02:46 +0100
557
558 roundcube (0.1~rc2-4) unstable; urgency=low
559
560   * Thightened dependencies for a safe upgrade
561   * Finally removed any circular dependency, -db packages no longer pull
562     a full roundcube install
563
564  -- Romain Beauxis <toots@rastageeks.org>  Sun, 09 Dec 2007 14:24:24 +0100
565
566 roundcube (0.1~rc2-3) unstable; urgency=low
567
568   * Upload to unstable
569   * Bumped standard version to 3.7.3 (no changes) 
570
571  -- Romain Beauxis <toots@rastageeks.org>  Sun, 09 Dec 2007 14:19:28 +0100
572
573 roundcube (0.1~rc2-2) experimental; urgency=low
574
575   [ Vincent Bernat ]
576   * Fix a conflict between ob_gzhandler and zlib output compression,
577     thanks to kaouete (Closes: #450482).
578
579   [ Romain Beauxis ]
580   * Fix tinymce patch and inclusion
581     Closes: #452016
582   * Splitted virtual packages to avoid circular dependencies.
583     Uploading to experimental, as this is an important change and we may
584     expect issues..
585
586  -- Romain Beauxis <toots@rastageeks.org>  Mon, 26 Nov 2007 11:54:21 +0100
587
588 roundcube (0.1~rc2-1) unstable; urgency=low
589
590   * New upstream, thanks to Nicolas Stransky (Closes: #447503). This
591     release support tinymce as HTML editor. Look at README.Debian for more
592     information.
593   * Update Galician debconf template, thanks to Jacobo Tarrio (Closes: #447943).
594
595  -- Vincent Bernat <bernat@luffy.cx>  Mon, 29 Oct 2007 22:08:43 +0100
596
597 roundcube (0.1~rc1-3) unstable; urgency=low
598
599   * In respect to policy 12.3, do not put main.inc.php.dist in
600     /usr/share/doc, thanks to Jonas Smedegaard (Closes: #446502).
601   * Update German and French debconf templates, thanks to Christian
602     Perrier (Closes: #446458) and Helge Kreutzmann (Closes: #446532).
603
604  -- Vincent Bernat <bernat@luffy.cx>  Sun, 14 Oct 2007 08:41:24 +0200
605
606 roundcube (0.1~rc1-2) unstable; urgency=low
607
608   * Fix dependencies by creating virtual packages for each database
609     backend, thanks to Joey Hess (Closes: #444925).
610
611  -- Vincent Bernat <bernat@luffy.cx>  Tue, 02 Oct 2007 20:09:19 +0200
612
613 roundcube (0.1~rc1-1) unstable; urgency=low
614
615   * New upstream release
616   * Removed non gpl file des.inc
617
618  -- Romain Beauxis <toots@rastageeks.org>  Tue, 24 Jul 2007 13:36:20 +0200
619
620 roundcube (0.1~rc1~dfsg-3) unstable; urgency=low
621
622   * Add php5-mcrypt dependency (Closes: #431177)
623
624  -- Vincent Bernat <bernat@luffy.cx>  Sat, 30 Jun 2007 19:36:21 +0200
625
626 roundcube (0.1~rc1~dfsg-2) unstable; urgency=low
627
628   * Removed custom unix_timestamp for sqlite: solved upstream
629   * Debconf templates and debian/control reviewed by the debian-l10n-
630     english team as part of the Smith review project.
631     Closes: #426086, #427546, #427546
632   * Debconf translation updates:
633     - Galician. Closes: #426140
634     - Basque. Closes: #426150
635     - Czech. Closes: #426428
636     - Portuguese. Closes: #426451
637     - Arabic. Closes: #427110
638     - Italian. Closes: #427206
639     - German. Closes: #427536
640     - French. Closes: #427736
641     - Tamil. Closes: #428254
642     - Russian. Closes: #428364
643     - Spanish. Closes: #428573
644
645  -- Romain Beauxis <toots@rastageeks.org>  Tue, 05 Jun 2007 15:22:36 +0200
646
647 roundcube (0.1~rc1~dfsg-1) unstable; urgency=low
648
649   [ Vincent Bernat ]
650   * New upstream release
651   * Update script for sqlite in postinst
652   [ Romain Beauxis ]
653   * Fixed dh_link calls
654     Closes: #423824
655   * Added custom patch to use php unix timestamp support
656     with sqlite since UNIX_TIMESTAMP is not supported by sqlite.
657   * Dropped php4 dependencies
658
659  -- Vincent Bernat <bernat@luffy.cx>  Sun, 20 May 2007 13:59:44 +0200
660
661 roundcube (0.1~beta2.2~dfsg-2) unstable; urgency=low
662
663   * Fix a security issue by disallowing access to logs.
664   * First upload to unstable.
665
666  -- Vincent Bernat <bernat@luffy.cx>  Sat,  5 May 2007 00:23:40 +0200
667
668 roundcube (0.1~beta2.2~dfsg-1) experimental; urgency=low
669
670   * Initial release. (Closes: #333756, #344949)
671
672  -- Romain Beauxis <toots@rastageeks.org>  Tue, 13 Mar 2007 13:28:05 +0100