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