4865bc2c6f9cbe672fe06c2315557fd35deec501
[privoxy.git] / debian / changelog
1 privoxy (3.1.1-3) unstable; urgency=low
2
3   * New build based on CVS as of 2003-03-01.
4   * Build HTML, text, and PDF versions of the documentation from source.
5   * Mention PDF and text version of the documentation in doc-base files.
6   * Install PDF version of the documentation, too.
7   * Install HTML version of the man page, too.
8
9  -- Roland Rosenfeld <roland@debian.org>  Sat,  1 Mar 2003 13:54:32 +0100
10
11 privoxy (3.1.1-2) unstable; urgency=low
12
13   * Stop creating documentation, it's usually available upstream and can
14     be used as is without depending on docbook and the like.
15   * Added LICENSE, pdfs, privoxy-index and HTMLized man-page from package.
16     The LICENSE is already mentioned in debian/copyright (adding a
17     separate file conflicts with the policy), the man page is available in
18     nroff format and the PDFs are not better than the HTML version.
19
20  -- Roland Rosenfeld <roland@debian.org>  Fri,  6 Sep 2002 18:37:19 +0200
21
22 privoxy (3.1.1-1) unstable; urgency=low
23
24   * Removed build dependency on w3m.
25   * Removed ./configure argument for docbook, moving the path to the
26     configure.in.
27   * Added LICENSE, pdfs, privoxy-index and HTMLized man-page
28
29  -- Devin Bayer <devin@elektrono.com>  Tue, 28 May 2002 21:21:48 -0400
30
31 privoxy (3.1.1-0) unstable; urgency=low
32
33   * Added debian-dist and debian-upload targets to the top level makefile.
34     debian-dist runs "dpkg-buildpackage -rfakeroot -us -uc" so that
35     any debian user can build it.
36   * Removed build dependency on docbook, leaving generation of docs to
37     another target or makefile.
38   
39  -- Devin Bayer <devin@elektrono.com>  Sat, 25 May 2002 22:49:30 -0400
40
41 privoxy (3.0.0-5) unstable; urgency=low
42
43   * Stop build-depending on special versions of libc6-dev and gcc.
44     Hopefully all auto-builders run new versions which shouldn't cause
45     trouble (Closes: #182267)  
46
47  -- Roland Rosenfeld <roland@debian.org>  Mon, 24 Feb 2003 19:07:11 +0100
48
49 privoxy (3.0.0-4) unstable; urgency=low
50
51   * Set "enable-edit-actions 0" and "enable-remote-toggle 0" in config
52     file, instead of simply commenting out these two lines.  Mention this
53     configuration change in README.Debian (Closes: #172965, #172966).
54   * Add new "cgi" user-manual, which sends the user manual to the client
55     and activate it in config file (Closes: #148128).
56   * Build-Depend on libc6-dev (>> 2.2.5) to avoid problems with pthread
57     (Closes: #158306, #162693).
58   * Don't search for user bsmtp in /etc/passwd before using adduser.
59     adduser handles already existing users correct.
60   * Remove /etc/provoxy on purge (Closes: #164039).
61   * Upgrade to Standards-Version 3.5.8:
62     - remove support for DEB_BUILD_OPTION "debug"
63     - add support for DEB_BUILD_OPTION "noopt"
64   * Upgrade to debhelper >=4 and use debian/compat instead of DH_COMPAT.
65   * Upgrade config.guess and config.sub (from autotools-dev 20030110.1).
66   * Remove no-pthread workaround for hppa and build-depend on gcc >=3.2.2,
67     which supports -pthread on hppa, too.
68
69  -- Roland Rosenfeld <roland@debian.org>  Sun, 23 Feb 2003 13:34:11 +0100
70
71 privoxy (3.0.0-3) unstable; urgency=low
72
73   * Add aliases "wafer" and "vanilla-wafer" for "send-wafer" and
74     "send-vanilla-wafer" to actionlist to provide backward compatibility
75     to 2.9.14 (Closes: #154647).
76
77  -- Roland Rosenfeld <roland@debian.org>  Sun,  8 Sep 2002 11:43:38 +0200
78
79 privoxy (3.0.0-2) unstable; urgency=low
80
81   * Recompile with libc6 from testing (instead of unstable).
82
83  -- Roland Rosenfeld <roland@debian.org>  Fri,  6 Sep 2002 17:32:35 +0200
84
85 privoxy (3.0.0-1) unstable; urgency=low
86
87   * New upstream version (Closes: #158613).
88   * Remove version number from config file, to avoid changing it on every
89     new upstream version.  Sorry, this time you will still be bothered...
90
91  -- Roland Rosenfeld <roland@debian.org>  Sun,  1 Sep 2002 18:58:07 +0200
92
93 privoxy (2.9.20-1) unstable; urgency=low
94
95   * New upstream version.
96
97  -- Roland Rosenfeld <roland@debian.org>  Sun, 11 Aug 2002 11:05:01 +0200
98
99 privoxy (2.9.18-2) unstable; urgency=low
100
101   * Disable docbook, we use the precompiled docs (Closes: #155989).
102
103  -- Roland Rosenfeld <roland@debian.org>  Sat, 10 Aug 2002 09:36:58 +0200
104
105 privoxy (2.9.18-1) unstable; urgency=low
106
107   * New upstream version.
108   * Use start-stop-daemon for starting privoxy to avoid problems on start,
109     when privoxy is already running (Closes: #154882).
110   * Undo broken -Ipcre inclusion in GNUmakefile.in, which causes trouble
111     with using wrong pcreposix.h.
112
113  -- Roland Rosenfeld <roland@debian.org>  Thu,  8 Aug 2002 21:01:48 +0200
114
115 privoxy (2.9.16-1) unstable; urgency=low
116
117   * New upstream version.
118   * Exclude CVS files from dh_installdocs (when compiling from CVS).
119   * Add user.action and standard.action to /etc/privoxy.
120   * Install images for html version of documentation.
121   * Do no longer build html and txt versions of documentation using
122     docbook, but use the converted versions which come with the upstream
123     package.
124   * default.action fixed upstream: "downloads" no longer blocked 
125     (Closes: #148290).
126   * default.filter fixed upstream: Made WeBugs job ungreedy (Closes: #149450).
127   * Remove the "beta" from the version number (the final release will be
128     named 3.0, so it's superfluous).
129
130  -- Roland Rosenfeld <roland@debian.org>  Sat, 27 Jul 2002 18:55:11 +0200
131
132 privoxy (2.9.14-beta-4) unstable; urgency=low
133
134   * Damn, why did I write "i386-linux" into the rules file, when I try to
135     write a work around for hppa?  Fixed now (Closes #148227).
136
137  -- Roland Rosenfeld <roland@debian.org>  Sun, 26 May 2002 22:33:26 +0200
138
139 privoxy (2.9.14-beta-3) unstable; urgency=low
140
141   * Fix typo ('[' instead of '{') in default.action (Closes: #148122).
142   * Disable edit-actions and remote-toggle in config file by default
143     (Closes: #148125).
144   * Use --disable-pthread on hppa, to avoid problem with hppa gcc not
145     supporting -pthread option (Closes: #148117).
146   * Install p_doc.css in documentation directory.
147
148  -- Roland Rosenfeld <roland@debian.org>  Sun, 26 May 2002 01:40:18 +0200
149
150 privoxy (2.9.14-beta-2) unstable; urgency=low
151
152   * Fix debian/rules clean to really clean.
153   * Change owner of /etc/privoxy/{*.action|trust} to privoxy in postinst,
154     to allow modification of these files web interface (Closes: SF-552144).
155
156  -- Roland Rosenfeld <roland@debian.org>  Thu, 23 May 2002 18:38:27 +0200
157
158 privoxy (2.9.14-beta-1) unstable; urgency=low
159
160   * New upstream version.
161
162  -- Roland Rosenfeld <roland@debian.org>  Sat, 13 Apr 2002 18:05:26 +0200
163
164 privoxy (2.9.13-beta-2) unstable; urgency=low
165
166   * Create HTML and ASCII versions of the documentation using docbook now.
167
168  -- Roland Rosenfeld <roland@debian.org>  Sun, 31 Mar 2002 23:53:28 +0200
169
170 privoxy (2.9.13-beta-1) unstable; urgency=low
171
172   * Initial Release.
173
174  -- Roland Rosenfeld <roland@debian.org>  Fri, 29 Mar 2002 11:52:03 +0100
175