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