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