Prepare changelog for 0.7.1-2
[manu/suphp.git] / debian / changelog
1 suphp (0.7.1-2) experimental; urgency=low
2
3   * Lintian cleanup: 
4       - remove obsolete dependency on php4
5       - use quilt instead of dpatch for patches management
6       - add missing ${misc:Depends}
7       - convert debian makefile to make use of "dh"
8   * Add default "rotate" option to logrotate file (closes: #542021)
9   * Fix typo in package descriptions (closes: #630515)
10   * Add quotes around env_path configuration variable (closes: #647604)
11   * Replace AddType by SetHandler in module configuration
12     (closes: #571653, #594571)
13   * Update dependencies and make use of dh_apache2 for Apache 2.4
14     (closes: #666823)
15   * Convert packaging to 3.0 (quilt)
16   * Don't override CPPFLAGS with pkg-config output (closes: #655419)
17
18  -- Emmanuel Lacour <elacour@home-dn.net>  Wed, 18 Apr 2012 14:32:35 +0200
19
20 suphp (0.7.1-1) unstable; urgency=low
21
22   * New upstream release (closes: #528379, #520182) 
23   * debian/NEWS: add information about AddHandler -> AddType change introduced
24     in 0.6.2-2 (closes: #517805)
25   * debian/conf/suphp.conf, debian/patches/01_debian.dpatch: switch from
26     application/x-httpd-php to application/x-httpd-suphp to allow
27     simultaneous use of mod_suphp and mod_php (closes: #519005, #514725)
28
29  -- Emmanuel Lacour <elacour@home-dn.net>  Mon, 03 Aug 2009 15:15:38 +0200
30
31 suphp (0.6.2-3) unstable; urgency=low
32
33   * debian/conf/suphp.conf: by default, deactivate suPHP for applications in
34     /usr/share (owned by uid 0) (closes: #472352, closes: #420007)
35   * debian/control: bump standard-version
36
37  -- Emmanuel Lacour <elacour@home-dn.net>  Wed, 04 Jun 2008 10:04:08 +0200
38
39 suphp (0.6.2-2.1) unstable; urgency=high
40
41   * Non-maintainer upload by the security team
42   * Fix race condition in symlink handling by adding
43     04_CVE-2008-1614.dpatch (Closes: #475431) Fixes: CVE-2008-1614
44
45  -- Steffen Joeris <white@debian.org>  Sat, 10 May 2008 08:48:45 +0000
46
47 suphp (0.6.2-2) unstable; urgency=low
48
49   * remove apache 1.x package (closes: #429079)
50   * debian/rules, debian/compat, debian/control: lintian cleanup
51   * debian/conf/suphp.conf, debian/patches/01_debian.dpatch: replaced
52     AddHandler by AddType and x-httpd-php by application/x-httpd-php to get
53     the same behavior as mod php with filenames extensions (closes: #416424)
54
55  -- Emmanuel Lacour <elacour@home-dn.net>  Sun, 14 Oct 2007 19:42:30 +0200
56
57 suphp (0.6.2-1) unstable; urgency=low
58
59   * New uptream release (closes: #405059)
60     (no sources changes from previous snapshot)
61
62  -- Emmanuel Lacour <elacour@home-dn.net>  Tue,  9 Jan 2007 18:29:26 +0100
63
64 suphp (0.6.1.20061108-1) unstable; urgency=low
65
66   * New upstream snapshot (closes: #395929)
67   * debian/patches/04_apache2.2.dpatch: removed (included upstream)
68
69  -- Emmanuel Lacour <elacour@home-dn.net>  Wed,  8 Nov 2006 10:06:32 +0100
70
71 suphp (0.6.1.20060928-1) unstable; urgency=low
72
73   * New upstream snapshot (closes: #382086)
74   * debian/control: updated Build-Depends (closes: #391019)
75   * debian/control: updated suphp-common dependencies (closes: #375900)
76   * debian/control: changes apache2-common depends in favor of
77     apache2.2-common (closes: #391765)
78   * debian/rules, debian/patches: Switching to dpatch
79   * Removed debconf abuse (closes: #388967, closes: #383838)
80   * debian/patches/04_apache2.2.dpatch: added support for apache 2.2.x
81   * debian/libapache-mod-suphp.install: added suphp.conf in
82     /etc/apache/conf.d/ (same behavior as apache2)
83
84  -- Emmanuel Lacour <elacour@home-dn.net>  Sun,  8 Oct 2006 20:53:17 +0200
85
86 suphp (0.6.1-1) unstable; urgency=low
87
88   * New upstream release 
89   * libtool update (closes: #342676)
90
91  -- Emmanuel Lacour <elacour@home-dn.net>  Thu, 29 Dec 2005 17:53:48 +0100
92
93 suphp (0.6.0-2) unstable; urgency=low
94
95   * Added debian/po/fr.po (closes: #325213)
96   * Added debian/po/cs.po (closes: #325870, closes: #331221)
97   * Added debian/po/sv.po (closes: #330944, closes: #331264)
98   * debian/suphp-common.config: lower down priority from "critical" to
99     "medium"
100   * debian/suphp-common.templates: better description for upgrade0.6.0
101     (closes: #324635)
102   * Added debian/NEWS with informations on 0.6.0 configuration changes
103   * debian/control: use ${misc:Depends} instead of debconf (closes: #332107)
104
105  -- Emmanuel Lacour <elacour@home-dn.net>  Sun,  2 Oct 2005 11:09:21 +0200
106
107 suphp (0.6.0-1) unstable; urgency=low
108
109   * New upstream release (closes: #314471)
110   * This new release introduce a runtime configuration file (closes: #297821,
111     closes: #287888).
112   * debian/rules: configure with php as /usr/bin/php-cgi (can also be set in
113     the new runtime configuration file) (closes: #297790)
114   * added a debconf note when upgrading from version << 0.6.0 which now
115     require suPHP_AddHandler directive in apache configuration
116   * src/apache2/mod_suphp.c, src/apache/mod_suphp.c: made suPHP_AddHandler
117     able to be set as a global apache option
118   * debian/control: depends on "php4 or php5" as php5 is now in unstable
119   * debian/control: switch section from "admin" to "web"
120
121  -- Emmanuel Lacour <elacour@home-dn.net>  Sat, 13 Aug 2005 13:42:30 +0200
122
123 suphp (0.5.2-3) unstable; urgency=low
124
125   * rules: rename INSTALL files to README
126   * control: suppress leading spaces at beginning of description
127   * add lintian-override for suid binary
128   * remove debconf for issuing broken apache2 config warning
129   * rules: remove Makefile and config.(status|log|h) in clean target
130   * suphp-common.copyright: make difference between "license" and "copyright"
131   * suphp-common.postrm: cleanup logs on purge
132   
133
134  -- Emmanuel Lacour <elacour@home-dn.net>  Tue, 12 Oct 2004 10:40:47 +0200
135
136 suphp (0.5.2-2) unstable; urgency=low
137
138   * Move /usr/sbin/suphp to /usr/lib/suphp/suphp as this binary isn't for
139     command line use
140   * Added man page for suphp command
141   * Add postinst/prerm script do libapache*-mod-suphp
142
143  -- Emmanuel Lacour <elacour@home-dn.net>  Mon, 20 Sep 2004 21:59:24 +0200
144
145 suphp (0.5.2-1) unstable; urgency=low
146
147   * New upstream release
148
149  -- Emmanuel Lacour <elacour@home-dn.net>  Wed, 14 Jul 2004 01:25:55 +0200
150
151 suphp (0.5.1-1) unstable; urgency=low
152
153   * New upstream release
154
155  -- Emmanuel Lacour <elacour@home-dn.net>  Sun, 29 Feb 2004 20:28:17 +0100
156
157 suphp (0.3-1) unstable; urgency=low
158
159   * Initial Release.
160
161  -- Emmanuel Lacour <elacour@home-dn.net>  Fri, 19 Sep 2003 15:25:44 +0200
162