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