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