]> git.donarmstrong.com Git - roundcube.git/blob - debian/changelog
lighttpd support
[roundcube.git] / debian / changelog
1 roundcube (0.1-1) UNRELEASED; urgency=low
2
3   * New upstream release (Closes: #469487).
4      - This release seems to fix failure to set some fields when replying,
5        with bincimap as IMAP server (Closes: #443562)
6      - It also fixes the deletion of multiple messages, still with
7        bincimap (Closes: #451404)
8   * Remove 'ob_gzhandler.patch' and 'xss-fix.patch'. They have been
9     merged upstream.
10   * Upstream has switched to MDB2 database backend which is not packaged
11     in Debian yet. We switch back to old backend.
12   * Fix debian/watch to handle correctly detection of new versions.
13   * Add support for lighttpd and remove support for older version of
14     Apache. The debconf question about webserver autoconfiguration is
15     reworded (Closes: #462961).
16
17  -- Vincent Bernat <bernat@luffy.cx>  Wed, 05 Mar 2008 20:49:03 +0100
18
19 roundcube (0.1~rc2-6) unstable; urgency=high
20
21   [ Vincent Bernat ]
22   * Bug fix: "CVE-2007-6321: Cross-site scripting (XSS) vulnerability",
23     thanks to Micah Anderson (Closes: #455840). The patch is from
24     http://lists.roundcube.net/mail-archive/dev/2007-12/0000038.html and
25     provided by Robin Elfrink. It has been modified with some functions
26     stolen from Squirrelmail.
27   * Finnish debconf template, thanks to Esko Arajärvi (Closes: #458244).
28
29   [ Romain Beauxis ]
30   * Added DM-Upload-Allowed: yes to control file.
31   * Moved po-debconf to Build-Dep since it is needed for clean
32     target. Thanks to lintian.
33
34  -- Romain Beauxis <toots@rastageeks.org>  Sat, 26 Jan 2008 03:26:42 +0100
35
36 roundcube (0.1~rc2-5) unstable; urgency=low
37
38   * Deal with old /etc/logrotate.d/roundcube by removing it if left
39     untouched (Closes: #456546). Also deal with /etc/default/roundcube and
40     /etc/cron.daily/roundcube.
41
42  -- Vincent Bernat <bernat@luffy.cx>  Tue, 18 Dec 2007 23:02:46 +0100
43
44 roundcube (0.1~rc2-4) unstable; urgency=low
45
46   * Thightened dependencies for a safe upgrade
47   * Finally removed any circular dependency, -db packages no longer pull
48     a full roundcube install
49
50  -- Romain Beauxis <toots@rastageeks.org>  Sun, 09 Dec 2007 14:24:24 +0100
51
52 roundcube (0.1~rc2-3) unstable; urgency=low
53
54   * Upload to unstable
55   * Bumped standard version to 3.7.3 (no changes) 
56
57  -- Romain Beauxis <toots@rastageeks.org>  Sun, 09 Dec 2007 14:19:28 +0100
58
59 roundcube (0.1~rc2-2) experimental; urgency=low
60
61   [ Vincent Bernat ]
62   * Fix a conflict between ob_gzhandler and zlib output compression,
63     thanks to kaouete (Closes: #450482).
64
65   [ Romain Beauxis ]
66   * Fix tinymce patch and inclusion
67     Closes: #452016
68   * Splitted virtual packages to avoid circular dependencies.
69     Uploading to experimental, as this is an important change and we may
70     expect issues..
71
72  -- Romain Beauxis <toots@rastageeks.org>  Mon, 26 Nov 2007 11:54:21 +0100
73
74 roundcube (0.1~rc2-1) unstable; urgency=low
75
76   * New upstream, thanks to Nicolas Stransky (Closes: #447503). This
77     release support tinymce as HTML editor. Look at README.Debian for more
78     information.
79   * Update Galician debconf template, thanks to Jacobo Tarrio (Closes: #447943).
80
81  -- Vincent Bernat <bernat@luffy.cx>  Mon, 29 Oct 2007 22:08:43 +0100
82
83 roundcube (0.1~rc1-3) unstable; urgency=low
84
85   * In respect to policy 12.3, do not put main.inc.php.dist in
86     /usr/share/doc, thanks to Jonas Smedegaard (Closes: #446502).
87   * Update German and French debconf templates, thanks to Christian
88     Perrier (Closes: #446458) and Helge Kreutzmann (Closes: #446532).
89
90  -- Vincent Bernat <bernat@luffy.cx>  Sun, 14 Oct 2007 08:41:24 +0200
91
92 roundcube (0.1~rc1-2) unstable; urgency=low
93
94   * Fix dependencies by creating virtual packages for each database
95     backend, thanks to Joey Hess (Closes: #444925).
96
97  -- Vincent Bernat <bernat@luffy.cx>  Tue, 02 Oct 2007 20:09:19 +0200
98
99 roundcube (0.1~rc1-1) unstable; urgency=low
100
101   * New upstream release
102   * Removed non gpl file des.inc
103
104  -- Romain Beauxis <toots@rastageeks.org>  Tue, 24 Jul 2007 13:36:20 +0200
105
106 roundcube (0.1~rc1~dfsg-3) unstable; urgency=low
107
108   * Add php5-mcrypt dependency (Closes: #431177)
109
110  -- Vincent Bernat <bernat@luffy.cx>  Sat, 30 Jun 2007 19:36:21 +0200
111
112 roundcube (0.1~rc1~dfsg-2) unstable; urgency=low
113
114   * Removed custom unix_timestamp for sqlite: solved upstream
115   * Debconf templates and debian/control reviewed by the debian-l10n-
116     english team as part of the Smith review project.
117     Closes: #426086, #427546, #427546
118   * Debconf translation updates:
119     - Galician. Closes: #426140
120     - Basque. Closes: #426150
121     - Czech. Closes: #426428
122     - Portuguese. Closes: #426451
123     - Arabic. Closes: #427110
124     - Italian. Closes: #427206
125     - German. Closes: #427536
126     - French. Closes: #427736
127     - Tamil. Closes: #428254
128     - Russian. Closes: #428364
129     - Spanish. Closes: #428573
130
131  -- Romain Beauxis <toots@rastageeks.org>  Tue, 05 Jun 2007 15:22:36 +0200
132
133 roundcube (0.1~rc1~dfsg-1) unstable; urgency=low
134
135   [ Vincent Bernat ]
136   * New upstream release
137   * Update script for sqlite in postinst
138   [ Romain Beauxis ]
139   * Fixed dh_link calls
140     Closes: #423824
141   * Added custom patch to use php unix timestamp support
142     with sqlite since UNIX_TIMESTAMP is not supported by sqlite.
143   * Dropped php4 dependencies
144
145  -- Vincent Bernat <bernat@luffy.cx>  Sun, 20 May 2007 13:59:44 +0200
146
147 roundcube (0.1~beta2.2~dfsg-2) unstable; urgency=low
148
149   * Fix a security issue by disallowing access to logs.
150   * First upload to unstable.
151
152  -- Vincent Bernat <bernat@luffy.cx>  Sat,  5 May 2007 00:23:40 +0200
153
154 roundcube (0.1~beta2.2~dfsg-1) experimental; urgency=low
155
156   * Initial release. (Closes: #333756, #344949)
157
158  -- Romain Beauxis <toots@rastageeks.org>  Tue, 13 Mar 2007 13:28:05 +0100