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