-
Notifications
You must be signed in to change notification settings - Fork 10
/
changelog
198 lines (141 loc) · 7.11 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
freedombox-privoxy (3.0.19-2-1) unstable; urgency=low
* 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Wed, 25 Jan 2012 10:34:57 -0500
freedombox-privoxy (3.0.19-1-2) unstable; urgency=low
-- James Vasile <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Thu, 5 Jan 2012 18:38:30 -0500
freedombox-privoxy (3.0.19-1-1) unstable; urgency=low
-- James Vasile <[email protected]> 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 <[email protected]> Thu, 5 Jan 2012 18:29:57 -0500