added Gerry Reno

This commit is contained in:
Michael Rash 2013-12-22 21:12:26 -05:00
parent d43d2fc817
commit 8dfd57677a
2 changed files with 8 additions and 0 deletions

View File

@ -160,3 +160,9 @@ Les Aker
pcap_dispatch() packet count of zero when using libpcap-1.5.1. This
issue was tracked on github as issue #110, and the default packet count
is now set at 100 as a result.
Gerry Reno
- Updated the Android client to be compatible with Android-4.4.
- Provided guidance on Android client issues along with testing candidate
patches to update various things - this work is being tracked in the
android4.4_support branch.

View File

@ -26,6 +26,8 @@ fwknop-2.5.2 (//2013):
recommended to use HMAC authenticated encryption whenever possible even
for GPG modes since this also provides a work around even for libfko
prior to this fix.
- [Android client] (Gerry Reno) Updated the Android client to be compatible
with Android-4.4.
- [server] Updated pcap_dispatch() default packet count from zero to 100.
This change was made to ensure backwards compatibility with older
versions of libpcap per the pcap_dispatch() man page, and also because