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