diff --git a/bin/History.txt b/bin/History.txt index 3fa749d5..3e6192b2 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -1,3 +1,9 @@ +v1.1.115 (22 September 2016) ++ added more inforamation to dropped packets logging (win7 and above) +- fixed inbound dont't blocking +- cannot add port in rules editor +- updated translation + v1.1.114 (21 September 2016) - rules in settings dialog cannot be saved @@ -13,7 +19,7 @@ v1.1.113 (20 September 2016) v1.1.112 (19 September 2016) * project renamed + added "trust no one" mode -+ added dropped packets logging to debugview ++ added dropped packets logging to debugview (win7 and above) + added automatic rules applying on insert device + added name for filters + moved telemetry rules to the resources diff --git a/bin/i18n/Russian.ini b/bin/i18n/Russian.ini index 8fa49cf3..adf2bdae 100644 Binary files a/bin/i18n/Russian.ini and b/bin/i18n/Russian.ini differ diff --git a/src/main.cpp b/src/main.cpp index 8bdbf25d..7caf0d51 100644 Binary files a/src/main.cpp and b/src/main.cpp differ diff --git a/src/main.h b/src/main.h index 2731f007..23252553 100644 Binary files a/src/main.h and b/src/main.h differ diff --git a/src/resource.rc b/src/resource.rc index 542ba2b7..fadf08dd 100644 Binary files a/src/resource.rc and b/src/resource.rc differ