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