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