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