summarylogtreecommitdiffstats
path: root/hostsblock.changelog
diff options
context:
space:
mode:
authorJacob van der Kolk2017-07-27 09:50:27 -0400
committerJacob van der Kolk2017-07-27 09:50:27 -0400
commit73f7724554357dfd80fb2a4947f7ce0215d82734 (patch)
tree9cb8821fafa9e22990de780e57a20c014b1f553b /hostsblock.changelog
parent124c625b069637ca7d2d75523787a5f197caf1d2 (diff)
downloadaur-73f7724554357dfd80fb2a4947f7ce0215d82734.tar.gz
Retry upload of version 0.999.4-1 (Alpha 4)
Diffstat (limited to 'hostsblock.changelog')
-rw-r--r--hostsblock.changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/hostsblock.changelog b/hostsblock.changelog
index a633a54d73f9..f22ac4f0a51c 100644
--- a/hostsblock.changelog
+++ b/hostsblock.changelog
@@ -1,5 +1,13 @@
See https://github.com/gaenserich/hostsblock/commits/master for a complete list of updates
+Version 0.999.4 (Alpha 4) (07.23.2017)
+*Massive simplification of script, removing excess verbosity options, combining hostsblock.sh with hostsblock-urlcheck.sh
+*Mandate that hostsblock now runs as unpriviledged user, i.e. 'hostsblock' (see hostsblock.conf)
+*Mandate the use of gzip for annotation file and HOSTS file backup
+*Now uses /var/lib/hostsblock as its default configuration and /var/lib/hostsblock/cache as its default cache directories (to aid with priviledge containment).
+*Removed repetitive grep calls with single grep call with multiple "-e" options.
+*For performance improvements, replaced regex-aware grep with grep -F when regex not needed.
+
Version 0.999.3 (Alpha 3) (30.10.2015)
*Added more optional source files to hostsblock.conf. Added user agent info to curl to make work with more sites. Sanitized hostsblock.conf file a little bit.
*Added function to force target file update even if no changes are found to source files