]> git.donarmstrong.com Git - roundcube.git/blob - debian/changelog
Add a notice in NEWS.Debian about php.ini options that should be set
[roundcube.git] / debian / changelog
1 roundcube (0.3-3) unstable; urgency=low
2
3   * Add a notice in NEWS.Debian about php.ini options that should be set
4     to get Roundcube working properly. Closes: #549428, #552508.
5
6  -- Vincent Bernat <bernat@debian.org>  Mon, 02 Nov 2009 19:42:33 +0100
7
8 roundcube (0.3-2) unstable; urgency=low
9
10   * Really fix #544579 since the default value is null without
11     quotes. This really Closes: #544579.
12   * Enlarge login box to accommodate sk_SK locale. Closes: #542933.
13
14  -- Vincent Bernat <bernat@debian.org>  Sun, 27 Sep 2009 11:26:56 +0200
15
16 roundcube (0.3-1) unstable; urgency=low
17
18   * New upstream release. Closes: #545498.
19   * Update debconf translations:
20       + Italian, thanks to Luca Monducci. Closes: #544199.
21       + Czech, thanks to Miroslav Kure. Closes: #546413.
22   * Roundcube configuration now uses 'language' instead of 'locale_string'
23     to specify the default language. Update postinst to reflect this
24     change. Thanks to Richard van den Berg for noticing this. Closes: #544579.
25   * Depends on libjs-jquery (>= 1.3) since this is now used by roundcube.
26   * Don't ship any plugins for now but ship an empty plugins directory.
27   * Ship main .htaccess since it is needed to setup correctly PHP (for
28     example, to disable PHP Suhosin cookie encryption).
29   * Bump Standards-Version. No changes required.
30
31  -- Vincent Bernat <bernat@debian.org>  Sun, 27 Sep 2009 11:00:30 +0200
32
33 roundcube (0.2.2-1) unstable; urgency=low
34
35   * New upstream release
36   * Bump Standards-Version. No changes required.
37   * Remove *.js.src which are not needed at runtime.
38   * Don't send email contents to Google by default by using php5-pspell
39     instead. Thanks to Anand Kumria. Closes: #529563.
40   * Update debconf translations:
41       + Basque, thanks to Piarres Beobide. Closes: #534282.
42
43  -- Vincent Bernat <bernat@debian.org>  Sun, 05 Jul 2009 09:53:17 +0200
44
45 roundcube (0.2.1-2) unstable; urgency=low
46
47   * Update debconf translations:
48       + German, thanks to Helge Kreutzmann. Closes: #520004.
49       + Japanese, thanks to Hideki Yamane. Closes: #520024.
50       + Spanish, thanks to Francisco Javier. Closes: #526696.
51       + Russian, thanks to Yuri Kozlov. Closes: #528796.
52   * Depend on php-mdb2-* (>= 1.5.0b2) since it is needed to fix some
53     bugs. Closes: #519104, #519293. Remove not needed any more patch from
54     debian/patches/series. Keep it in debian/patches to help backports.
55
56  -- Vincent Bernat <bernat@debian.org>  Sat, 16 May 2009 15:30:17 +0200
57
58 roundcube (0.2.1-1) unstable; urgency=low
59
60   * New upstream release:
61       + Fix use_packaged_tinymce.patch to apply to this new version
62       + Remove cve-2009-0413.patch which has been applied upstream
63
64  -- Vincent Bernat <bernat@debian.org>  Sat, 14 Mar 2009 17:42:07 +0100
65
66 roundcube (0.2~stable-2) unstable; urgency=low
67
68   * Update debconf translations:
69       + French, thanks to Christian Perrier. Closes: #515806.
70       + Swedish, thanks to Martin Bagge. Closes: #516683.
71   * Drop virtual package roundcube-db and add dependencies on real package
72     instead: this way, we can have versioned dependencies on those to avoid
73     version mismatch between packages.
74   * Add a patch to not use a MDB2 feature not present in the Debian
75     package. Thanks to Grzegorz Sobański for the patch. Closes: #519104.
76
77  -- Vincent Bernat <bernat@debian.org>  Wed, 11 Mar 2009 18:49:32 +0100
78
79 roundcube (0.2~stable-1) unstable; urgency=low
80
81   * New upstream version. Closes: #503573, #504570.
82       + Add SQL update scripts for this new release and for
83         0.2~alpha. Remove copy of SQL upgrade script from debian/rules.
84       + Remove patch for CVE-2008-5620 which is now fixed upstream.
85       + Remove patch correcting a vulnerability in html2text.php.
86       + Remove patch fixing login issue. This is fixed upstream.
87       + Remove patch setting the default backend to db instead of mdb2:
88         this is not possible any more. We depend on php-mdb2 now.
89       + Update patch to use packaged tinymce.
90   * Upload to unstable since Lenny is out.
91   * Apply fix for XSS issue (CVE-2009-0413). Closes: #514179.
92   * Remove hack to update a SQLite table for an upgrade from a quite old
93     version of roundcube.
94   * Fix pending l10n issues:
95       + Update English debconf template. Closes: #473794.
96       + Add Swedish translation thanks to Martin Bagge. Closes: #508752.
97   * Fix debian/copyright to make lintian happy.
98
99  -- Vincent Bernat <bernat@debian.org>  Sun, 15 Feb 2009 16:18:58 +0100
100
101 roundcube (0.2~alpha-4) experimental; urgency=low
102
103   * Add missing ${misc:Depends} to make Lintian happy.
104   * Add description to each patch.
105   * Execute cron job only if the directory to clean exists.
106   * Reload web server configuration instead of restart, thanks to a patch
107     from Tiago Bortoletto Vaz. Closes: #508633.
108   * Fix a vulnerability in quota image generation. This fixes
109     CVE-2008-5620. Thanks to Nico Golde for reporting it. Closes: #509596.
110   * Add missing dependency on php5-gd, used for quota bar.
111   * For roundcube-pgsql, depends on postgresql-client only. This package
112     is provided by the currently supported real package.
113
114  -- Vincent Bernat <bernat@debian.org>  Thu, 25 Dec 2008 11:38:13 +0100
115
116 roundcube (0.2~alpha-3) experimental; urgency=high
117
118   [ Vincent Bernat ]
119   * Fix a vulnerability in the use of preg_replace (Closes: #508628).
120   * Adapt descriptions of roundcube-database packages to refer them as
121     metapackages instead of virtual package (Closes: #495434).
122   * Add robots.txt from upstream, even if in some configuration, it will
123     not be considered (Closes: #499108).
124   * Do not ship .htaccess files. Restrictions are set in Apache or
125     Lighttpd configuration files (Closes: #500202).
126
127   [ Romain Beauxis ]
128   * Changed versioned dependency of rouncube from binary:Version to
129     source:Version since these are all architecture independent packages.  
130
131  -- Vincent Bernat <bernat@debian.org>  Sat, 13 Dec 2008 14:36:02 +0100
132
133 roundcube (0.2~alpha-2) experimental; urgency=low
134
135   [ Vincent Bernat ]
136   * Fix lintian warnings introduced by previous upload
137   * Fix lighttpd.conf to make it work with latest versions (Closes: #494044)
138   * Do not prepend path to lighty util in postinst and postrm, as per
139     Policy Manual section 6.1
140   * Ship a bug/control file to have all bugs submitted against roundcube
141     metapackage
142   * Fix debian/roundcube-core.cron.daily to use
143     /etc/default/roundcube-core instead of /etc/default/roundcube which
144     should not exist any more
145
146   [ Romain Beauxis ]
147   * Versioned roundcube-core dependency for roundcube 
148
149  -- Vincent Bernat <bernat@debian.org>  Sat, 16 Aug 2008 13:22:08 +0200
150
151 roundcube (0.2~alpha-1) experimental; urgency=low
152
153   * New upstream release
154   * Update debian/watch file to correctly consider those new releases
155   * Remove the following patches:
156       + messageid-headers-ordering
157       + mysql-update-fix
158       + disable-tinymce-spellchecker
159   * Update the following patches:
160       + correct_install_path
161       + use_packaged_tinymce
162   * Add a new patch to fix a login problem
163   * Depends on tinymce >= 3
164
165  -- Vincent Bernat <bernat@debian.org>  Sun, 22 Jun 2008 14:10:44 +0200
166
167 roundcube (0.1.1-7) unstable; urgency=low
168
169   * Another fix for incorrect tinymce path. This should be the last one!
170
171  -- Vincent Bernat <bernat@debian.org>  Sun, 22 Jun 2008 12:36:59 +0200
172
173 roundcube (0.1.1-6) unstable; urgency=low
174
175   * Fix use_packaged_tinymce patch which was incorrect after switch to
176     tinymce2 package.
177
178  -- Vincent Bernat <bernat@debian.org>  Sun, 22 Jun 2008 12:19:16 +0200
179
180 roundcube (0.1.1-5) unstable; urgency=low
181
182   * Fix ordering of message-id in message headers, thanks to Reinhard
183     Tartler (Closes: #486493)
184   * Update Standards-Version to 3.8.0
185
186  -- Vincent Bernat <bernat@debian.org>  Tue, 17 Jun 2008 00:33:40 +0200
187
188 roundcube (0.1.1-4) unstable; urgency=low
189
190   * Add Slovak debconf translation, thanks to Ivan Masár (Closes: #481376)
191   * Fix debian/copyright:
192      + RoundCube is GPL-2 licensed, not GPL-2+
193      + Add an explanation on the BSD license present at the top of
194        index.php (Closes: #477119)
195   * We do not support tinymce 3, yet. Depends on tinymce2 | tinymce (<<
196     3). Closes: #481145, #483053, #482295
197
198  -- Vincent Bernat <bernat@debian.org>  Tue, 20 May 2008 20:51:52 +0200
199
200 roundcube (0.1.1-3) unstable; urgency=low
201
202   * Fix an error introduced when fixing bug #476803. Thanks to Micah
203     Anderson for spotting it (Closes: #479775).
204   * Avoid to pop language question at every upgrade. Thanks to Ivan Vucica
205     for spotting this. The problem lied in the use of db_metaget to get
206     the value of a key set by db_subst in a previous invocation. It seems
207     this is not possible any more (Closes: #480043). The fix implies that
208     we won't ask the question again if more languages are available since
209     last upgrade.
210
211  -- Vincent Bernat <bernat@debian.org>  Thu, 08 May 2008 09:50:24 +0200
212
213 roundcube (0.1.1-2) unstable; urgency=low
214
215   * Comment by default Alias directive for tinymce in Apache configuration
216     file (Closes: #476162).
217   * Allow to preseed language value (Closes: #476803).
218
219  -- Vincent Bernat <bernat@luffy.cx>  Sat, 19 Apr 2008 16:50:28 +0200
220
221 roundcube (0.1.1-1) unstable; urgency=low
222
223   * New upstream release
224     - Copy old SQL upgrade scripts into debian/sql to allow upgrade from
225       versions older than 0.1
226     - Patch new MySQL upgrade script to fix a typo
227   * Debconf translation updates:
228     - Spanish. Closes: #473788
229   * Depends on php-mail-mime (>= 1.5.0) and drop compatibility patch
230   * Install upstream changelog in /usr/share/doc/roundcube*
231
232  -- Vincent Bernat <bernat@luffy.cx>  Sat, 05 Apr 2008 18:16:33 +0200
233
234 roundcube (0.1-4) unstable; urgency=low
235
236   * Debconf translation updates:
237     - French. Closes: #469802
238     - Russian. Closes: #469847
239     - Galician. Closes: #469866
240     - German. Closes: #469875
241     - Finnish. Closes: #469922
242     - Italian. Closes: #469987
243     - Czech. Closes: #470150
244     - Portuguese. Closes: #470156
245     - Spanish. Closes: #470732
246     - Basque. Closes: #470871
247     - Arabic. Closes: #471470
248
249  -- Vincent Bernat <bernat@luffy.cx>  Sat, 08 Mar 2008 11:15:00 +0100
250
251 roundcube (0.1-3) unstable; urgency=low
252
253   * Fix problem with too old php-mail-mime package (Closes: #469814)
254
255  -- Vincent Bernat <bernat@luffy.cx>  Fri, 07 Mar 2008 11:06:49 +0100
256
257 roundcube (0.1-2) unstable; urgency=low
258
259   * Ship bin/ directory as well. This fix conversion from HTML to text in
260     composition.
261   * Disable spellchecker for tinymce since it is not shipped with Debian
262     package of tinymce.
263
264  -- Vincent Bernat <bernat@luffy.cx>  Fri, 07 Mar 2008 09:42:39 +0100
265
266 roundcube (0.1-1) unstable; urgency=low
267
268   * New upstream release (Closes: #469487).
269      - This release seems to fix failure to set some fields when replying,
270        with bincimap as IMAP server (Closes: #443562)
271      - It also fixes the deletion of multiple messages, still with
272        bincimap (Closes: #451404)
273   * Remove 'ob_gzhandler.patch' and 'xss-fix.patch'. They have been
274     merged upstream.
275   * Upstream has switched to MDB2 database backend which is not packaged
276     in Debian yet. We switch back to old backend.
277   * Fix debian/watch to handle correctly detection of new versions.
278   * Add support for lighttpd and remove support for older version of
279     Apache. The debconf question about webserver autoconfiguration is
280     reworded (Closes: #462961).
281   * Do not depend on a specific revision of cdbs.
282   * Move po-debconf from Build-Depends-Indep to Build-Depends since it is
283     needed for clean target.
284   * Correct path to /usr/share/file/magic, provided by libmagic1. Provide
285     license information about this file in debian/copyright.
286
287  -- Vincent Bernat <bernat@luffy.cx>  Wed, 05 Mar 2008 20:49:03 +0100
288
289 roundcube (0.1~rc2-6) unstable; urgency=high
290
291   * Bug fix: "CVE-2007-6321: Cross-site scripting (XSS) vulnerability",
292     thanks to Micah Anderson (Closes: #455840). The patch is from
293     http://lists.roundcube.net/mail-archive/dev/2007-12/0000038.html and
294     provided by Robin Elfrink. It has been modified with some functions
295     stolen from Squirrelmail.
296   * Finnish debconf template, thanks to Esko Arajärvi (Closes: #458244).
297
298  -- Vincent Bernat <bernat@luffy.cx>  Sat, 29 Dec 2007 21:55:17 +0100
299
300 roundcube (0.1~rc2-5) unstable; urgency=low
301
302   * Deal with old /etc/logrotate.d/roundcube by removing it if left
303     untouched (Closes: #456546). Also deal with /etc/default/roundcube and
304     /etc/cron.daily/roundcube.
305
306  -- Vincent Bernat <bernat@luffy.cx>  Tue, 18 Dec 2007 23:02:46 +0100
307
308 roundcube (0.1~rc2-4) unstable; urgency=low
309
310   * Thightened dependencies for a safe upgrade
311   * Finally removed any circular dependency, -db packages no longer pull
312     a full roundcube install
313
314  -- Romain Beauxis <toots@rastageeks.org>  Sun, 09 Dec 2007 14:24:24 +0100
315
316 roundcube (0.1~rc2-3) unstable; urgency=low
317
318   * Upload to unstable
319   * Bumped standard version to 3.7.3 (no changes) 
320
321  -- Romain Beauxis <toots@rastageeks.org>  Sun, 09 Dec 2007 14:19:28 +0100
322
323 roundcube (0.1~rc2-2) experimental; urgency=low
324
325   [ Vincent Bernat ]
326   * Fix a conflict between ob_gzhandler and zlib output compression,
327     thanks to kaouete (Closes: #450482).
328
329   [ Romain Beauxis ]
330   * Fix tinymce patch and inclusion
331     Closes: #452016
332   * Splitted virtual packages to avoid circular dependencies.
333     Uploading to experimental, as this is an important change and we may
334     expect issues..
335
336  -- Romain Beauxis <toots@rastageeks.org>  Mon, 26 Nov 2007 11:54:21 +0100
337
338 roundcube (0.1~rc2-1) unstable; urgency=low
339
340   * New upstream, thanks to Nicolas Stransky (Closes: #447503). This
341     release support tinymce as HTML editor. Look at README.Debian for more
342     information.
343   * Update Galician debconf template, thanks to Jacobo Tarrio (Closes: #447943).
344
345  -- Vincent Bernat <bernat@luffy.cx>  Mon, 29 Oct 2007 22:08:43 +0100
346
347 roundcube (0.1~rc1-3) unstable; urgency=low
348
349   * In respect to policy 12.3, do not put main.inc.php.dist in
350     /usr/share/doc, thanks to Jonas Smedegaard (Closes: #446502).
351   * Update German and French debconf templates, thanks to Christian
352     Perrier (Closes: #446458) and Helge Kreutzmann (Closes: #446532).
353
354  -- Vincent Bernat <bernat@luffy.cx>  Sun, 14 Oct 2007 08:41:24 +0200
355
356 roundcube (0.1~rc1-2) unstable; urgency=low
357
358   * Fix dependencies by creating virtual packages for each database
359     backend, thanks to Joey Hess (Closes: #444925).
360
361  -- Vincent Bernat <bernat@luffy.cx>  Tue, 02 Oct 2007 20:09:19 +0200
362
363 roundcube (0.1~rc1-1) unstable; urgency=low
364
365   * New upstream release
366   * Removed non gpl file des.inc
367
368  -- Romain Beauxis <toots@rastageeks.org>  Tue, 24 Jul 2007 13:36:20 +0200
369
370 roundcube (0.1~rc1~dfsg-3) unstable; urgency=low
371
372   * Add php5-mcrypt dependency (Closes: #431177)
373
374  -- Vincent Bernat <bernat@luffy.cx>  Sat, 30 Jun 2007 19:36:21 +0200
375
376 roundcube (0.1~rc1~dfsg-2) unstable; urgency=low
377
378   * Removed custom unix_timestamp for sqlite: solved upstream
379   * Debconf templates and debian/control reviewed by the debian-l10n-
380     english team as part of the Smith review project.
381     Closes: #426086, #427546, #427546
382   * Debconf translation updates:
383     - Galician. Closes: #426140
384     - Basque. Closes: #426150
385     - Czech. Closes: #426428
386     - Portuguese. Closes: #426451
387     - Arabic. Closes: #427110
388     - Italian. Closes: #427206
389     - German. Closes: #427536
390     - French. Closes: #427736
391     - Tamil. Closes: #428254
392     - Russian. Closes: #428364
393     - Spanish. Closes: #428573
394
395  -- Romain Beauxis <toots@rastageeks.org>  Tue, 05 Jun 2007 15:22:36 +0200
396
397 roundcube (0.1~rc1~dfsg-1) unstable; urgency=low
398
399   [ Vincent Bernat ]
400   * New upstream release
401   * Update script for sqlite in postinst
402   [ Romain Beauxis ]
403   * Fixed dh_link calls
404     Closes: #423824
405   * Added custom patch to use php unix timestamp support
406     with sqlite since UNIX_TIMESTAMP is not supported by sqlite.
407   * Dropped php4 dependencies
408
409  -- Vincent Bernat <bernat@luffy.cx>  Sun, 20 May 2007 13:59:44 +0200
410
411 roundcube (0.1~beta2.2~dfsg-2) unstable; urgency=low
412
413   * Fix a security issue by disallowing access to logs.
414   * First upload to unstable.
415
416  -- Vincent Bernat <bernat@luffy.cx>  Sat,  5 May 2007 00:23:40 +0200
417
418 roundcube (0.1~beta2.2~dfsg-1) experimental; urgency=low
419
420   * Initial release. (Closes: #333756, #344949)
421
422  -- Romain Beauxis <toots@rastageeks.org>  Tue, 13 Mar 2007 13:28:05 +0100