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