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