diff --git a/3rd/c-ares b/3rd/c-ares index bba4dc5..cbb466e 160000 --- a/3rd/c-ares +++ b/3rd/c-ares @@ -1 +1 @@ -Subproject commit bba4dc573f5c31b0145d09aa2c245e94896cf1df +Subproject commit cbb466e8137cadf7390deee63c1d2bf72d8a3376 diff --git a/3rd/libsodium b/3rd/libsodium index c1f749e..0f03042 160000 --- a/3rd/libsodium +++ b/3rd/libsodium @@ -1 +1 @@ -Subproject commit c1f749e68a6c2370ad77d514dd90dc7b4933f340 +Subproject commit 0f030428ff61a13429323f716e2402127a08a868 diff --git a/CHANGES.md b/CHANGES.md index b1a9494..e6a73f5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,9 @@ -v0.4.3 (2015-10-18) +v0.4.4 (2015-10-21) +----------- +* Fix: Openwrt start script + + +v0.4.3 (2015-10-21) ----------- * Hotfix: Android build script diff --git a/Makefile b/Makefile index 28f966b..2f4dde6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ MAJOR = 0 MINOR = 4 -PATCH = 3 +PATCH = 4 NAME = xSocks ifdef O diff --git a/openwrt/Makefile b/openwrt/Makefile index db2c433..cf421fa 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xSocks -PKG_VERSION:=0.4.3 +PKG_VERSION:=0.4.4 PKG_RELEASE= PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz diff --git a/openwrt/files/xsocks.init b/openwrt/files/xSocks.init similarity index 100% rename from openwrt/files/xsocks.init rename to openwrt/files/xSocks.init diff --git a/src/common.h b/src/common.h index d43a9b1..9f93c15 100644 --- a/src/common.h +++ b/src/common.h @@ -4,7 +4,7 @@ #include "uv.h" #include "socks.h" -#define XSOCKS_VERSION "0.4.3" +#define XSOCKS_VERSION "0.4.4" struct server_context { int index;