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