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