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