-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog
256 lines (181 loc) · 9.38 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
freedombox-privoxy (3.0.19-2-3) unstable; urgency=low
* Makefile: makefile cleanup
-- Ramkumar Chinchani <chinchani@gmail.com> Thu, 8 Nov 2012 00:07:34 -0800
freedombox-privoxy (3.0.19-2-3) unstable; urgency=low
* Makefile, privoxy/rules_update.sh: point https_everywhere import
to upstream version 3.0.3
* privoxy/https_everywhere_import.py: privoxy "redirect" action uses
pcrs commands which do not accept a {n,m}-style regular
expression. upstream https_everywhere 3.x rulesets use this style.
prune these during import.
-- Ramkumar Chinchani <chinchani@gmail.com> Wed, 7 Nov 2012 16:34:56 -0800
freedombox-privoxy (3.0.19-2-3) unstable; urgency=low
* privoxy/https_everywhere_import.py: modify
https_everywhere_import.py to handle 3.x rulesets. (however, this
currently doesn't generate a privoxy-friendly output, yet!)
* Makefile, privoxy/rules_update.sh: update downloaded
https_everywhere ruleset version to the latest 2.x release (2.2.3)
-- Ramkumar Chinchani <chinchani@gmail.com> Tue, 23 Oct 2012 23:30:53 -0700
freedombox-privoxy (3.0.19-2-3) unstable; urgency=low
* Makefile, make_deb.sh, privoxy/abp_import.py,
privoxy/debian/control, privoxy/https_everywhere_import.py,
privoxy/rules_update.sh: addendum to the last commit
* abp_import.py, https_everywhere_import.py, privoxy/abp_import.py,
privoxy/freedombox-privoxy.cron.daily,
privoxy/https_everywhere_import.py, privoxy/rules_update.sh: add a
script driven by cron.daily that checks for new rules and
updates/restarts privoxy make_deb.sh cleanup some files reorg
-- Ramkumar Chinchani <chinchani@gmail.com> Sat, 13 Oct 2012 02:23:56 -0700
freedombox-privoxy (3.0.19-2-2) unstable; urgency=low
* README: Cleanup instructions for installation. These instructions
work best on Debian wheezy, so say so.
-- Ramkumar Chinchani <chinchani@gmail.com> Thu, 11 Oct 2012 18:54:04 -0700
freedombox-privoxy (3.0.19-2-2) unstable; urgency=low
* README, make_deb.sh, privoxy/debian/control: dpatch is ugly and
unnecessary
-- Clint Adams <clint@softwarefreedom.org> Thu, 23 Aug 2012 16:17:27 -0400
freedombox-privoxy (3.0.19-2-1) unstable; urgency=low
* make_deb.sh: move init.d over.
* https_everywhere_import.py: bug fix: don't reuse var names when
moving code
* README: add new depends and rename init.d
* make_deb.sh: change 00list to series
* README: note docbook-website depends
* Makefile, https_everywhere_import.py: use release version of
https-everywhere
* Makefile: download https-everywhere release
* Makefile, make_deb.sh: version fiddling for make_deb
-- James Vasile <james@jamesvasile.com> Thu, 19 Jul 2012 14:10:52 -0400
freedombox-privoxy (3.0.19-1-6) unstable; urgency=low
* https_everywhere_import.py: platform attribute and compensate for
broken xml
-- James Vasile <james@jamesvasile.com> Tue, 13 Mar 2012 08:49:00 -0400
freedombox-privoxy (3.0.19-1-5) unstable; urgency=low
* README: note logrotate dep
* privoxy/debian/control: add python-lxml and devscripts to build
deps
-- James Vasile <james@jamesvasile.com> Wed, 1 Feb 2012 14:22:49 -0500
freedombox-privoxy (3.0.19-1-5) unstable; urgency=low
* make_deb.sh: nudge user about deb-src line.
* README: note the need to build deps in README
-- James Vasile <james@jamesvasile.com> Mon, 30 Jan 2012 13:43:59 -0500
freedombox-privoxy (3.0.19-1-4) unstable; urgency=low
* make_deb.sh: add a bit of debug
-- James Vasile <james@jamesvasile.com> Sun, 29 Jan 2012 20:51:44 -0500
freedombox-privoxy (3.0.19-1-4) unstable; urgency=low
* privoxy/debian/control: depend on python-lxml. Thanks to Ale
London.
* Makefile: use read-only address for git2changelog
-- James Vasile <james@jamesvasile.com> Sat, 28 Jan 2012 17:23:29 -0500
freedombox-privoxy (3.0.19-1-3) unstable; urgency=low
* privoxy/debian/control: depend on beautifulsoup
* README, privoxy/debian/control: Improve docs and depend on
beautifulsoup. Thanks to Ale London for the bug report.
-- James Vasile <james@jamesvasile.com> Wed, 25 Jan 2012 10:34:57 -0500
freedombox-privoxy (3.0.19-1-2) unstable; urgency=low
-- James Vasile <james@jamesvasile.com> Wed, 18 Jan 2012 17:15:31 -0500
freedombox-privoxy (3.0.19-1-1) unstable; urgency=low
* privoxy/filters.c: fix whitespace
* privoxy/filters.c: rewrite_url should be threadsafe and not
clobber pcrs_command
-- James Vasile <james@jamesvasile.com> Mon, 16 Jan 2012 21:26:20 -0500
freedombox-privoxy (3.0.19-1-1) unstable; urgency=low
* README: typo. Thanks to Jonas Smedegaard for pointing it out.
* README: mention make install
* README: more comprehensive readme
-- James Vasile <james@jamesvasile.com> Sun, 15 Jan 2012 13:04:14 -0500
freedombox-privoxy (3.0.19-1-1) unstable; urgency=low
* README: update readme w/ https everywhere and git2changelog (c)
info
* make_deb.sh: version fiddling to satisfy debuild
* Makefile: no, I got the privoxy dir fiddling backwards
* Makefile: do not sign deb package
* README: make it clear I don't claim copyright in privoxy or ijb
* README: typo
* make_deb.sh: get version from version file, not from privoxy
package
* Makefile: mkdir vendor
* Makefile: Makefile should reflect that we moved easy*.action to
privoxy subdir
* README: credit privoxy and junkbuster now that we're making a
package that includes it as opposed to just providing some config
files
-- James Vasile <james@jamesvasile.com> Sat, 14 Jan 2012 19:52:14 -0500
freedombox-privoxy (3.0.19-1-1) unstable; urgency=low
* README: indicate that we've done more than just config here
* https_everywhere_import.py: escape @
* privoxy/filters.c: split action lines on tabs and do multiple
regexes for redirect
* https_everywhere_import.py: use tabs to do multiple regexes per
domain
* make_deb.sh, privoxy/pcrs.c, privoxy/pcrs.h: no need to edit
pcrs.c or pcrs.h. We can do the multi regex in filters.c
* Makefile: generated rulesets should depend on the generating
scripts
* .gitignore: ignore object files
* privoxy/filters.c, privoxy/pcrs.c, privoxy/pcrs.h: allow multiple
regexes for redirects. This probably leaks memory, need to take a
second look at it.
* Makefile, make_deb.sh: build deb in Makefile, so make_deb.sh just
sets up the patched copy of upstream deb
* Debian/control, Makefile, config, default.action, default.filter,
make_deb.sh, match-all.action, privoxy/config,
privoxy/debian/control, privoxy/default.action,
privoxy/default.filter, privoxy/match-all.action: move edited
versions of orig files to privoxy subdir
-- James Vasile <james@jamesvasile.com> Fri, 13 Jan 2012 18:08:09 -0500
freedombox-privoxy (3.0.19-1-1) unstable; urgency=low
* Makefile: replace upstream configs
* make_deb.sh: sign package
* config: enable easyprivacy
-- James Vasile <james@jamesvasile.com> Thu, 12 Jan 2012 20:37:09 -0500
freedombox-privoxy (3.0.19-1-1) unstable; urgency=low
* make_deb.sh: better dir handling
* Makefile, make_deb.sh: add our changelog to deb package
* Makefile: changelog depends on .git/objects so we update as needed
* make_deb.sh: cleanup privoxy dir
* Makefile: clean vendor/git2changelog
* make_deb.sh: refactor
* config: don't hide name of https_everywhere file
* .gitignore: ignore git2changelog
* Makefile: make_deb should depend on the action lists
* ChangeLog, Makefile: generate changelog
* Makefile, abp_import.py: put easy urls in script and Makefile
* make_deb.sh: rename init.d and edit doc-base
* Debian/control: improve description of package
* config, default.action, default.filter, default.freedombox.action,
default.freedombox.filter, match-all.action,
match-all.freedombox.action: use original config filenames
-- James Vasile <james@hackervisions.org> Thu, 12 Jan 2012 08:35:23 -0500
freedombox-privoxy (3.0.19-1-1) unstable; urgency=low
* Debian/control: mention https-everywhere and easyprivacy in
package description
* Makefile: make deb calls script. cleanup make clean
* Debian/control: warn user about firewall
* .gitignore: Ignore generated and dloaded Debian files
* COPYING: gplv3
* Debian/control: control file for freedombox's version of privoxy
* make_deb.sh: start to repackage privoxy as freedombox-privoxy
-- James Vasile <james@hackervisions.org> Wed, 11 Jan 2012 12:35:13 -0500
freedombox-privoxy (3.0.19-1-1) unstable; urgency=low
* config: do not log
* README: add README
* ChangeLog: add changelog
* config: listen to the world. Can you hear me now?
* .gitignore: ignore https-everywhere dir
* .gitignore: initial commit
* https_everywhere_import.py: typo
* config: add in custom filters for freedombox ssl and privacy
* Makefile: add makefile
-- James Vasile <james@hackervisions.org> Mon, 9 Jan 2012 12:41:01 -0500
freedombox-privoxy (3.0.19-1-1) unstable; urgency=low
* https_everywhere_import.py: import scripts should be executable
* config: config to use our actions and filters
-- James Vasile <james@hackervisions.org> Thu, 5 Jan 2012 18:38:30 -0500
freedombox-privoxy (3.0.19-1-1) unstable; urgency=low
-- James Vasile <james@hackervisions.org> Wed, 11 Jan 2012 14:12:04 -0500
freedombox-privoxy (0.1.1) unstable; urgency=low
* abp_import.py, default.freedombox.action,
default.freedombox.filter, match-all.freedombox.action: initial
commit
-- James Vasile <james@hackervisions.org> Thu, 5 Jan 2012 18:29:57 -0500