diff --git a/Changes b/Changes index 29377b14..967f60d5 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ shadowsocks-libev (3.0.0-1) unstable; urgency=medium - * Deprecate dependencies of OpenSSL and PolarSSL. + * Drop dependencies of OpenSSL and PolarSSL. * Deprecate OTA (One-Time-Auth). * Add new ciphers for SIP004: aes-128-gcm, aes-192-gcm, aes-256-gcm, chacha20-poly1305 and chacha20-ieft-poly1305. diff --git a/debian/changelog b/debian/changelog index 29377b14..967f60d5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ shadowsocks-libev (3.0.0-1) unstable; urgency=medium - * Deprecate dependencies of OpenSSL and PolarSSL. + * Drop dependencies of OpenSSL and PolarSSL. * Deprecate OTA (One-Time-Auth). * Add new ciphers for SIP004: aes-128-gcm, aes-192-gcm, aes-256-gcm, chacha20-poly1305 and chacha20-ieft-poly1305. diff --git a/src/Makefile.am b/src/Makefile.am index b4331f39..5f448483 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -104,7 +104,7 @@ libshadowsocks_libev_la_LDFLAGS = -version-info $(VERSION_INFO) libshadowsocks_libev_la_LIBADD = $(ss_local_LDADD) include_HEADERS = shadowsocks.h -noinst_HEADERS = acl.h crypto.h stream.h json.h netutils.h redir.h server.h tls.h uthash.h \ +noinst_HEADERS = acl.h crypto.h stream.h aead.h json.h netutils.h redir.h server.h tls.h uthash.h \ cache.h http.h local.h plugin.h resolv.h tunnel.h utils.h \ common.h jconf.h manager.h protocol.h rule.h socks5.h udprelay.h EXTRA_DIST = ss-nat