diff --git a/README.md b/README.md index 4c8120c1..d52fd5e7 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,16 @@ It is a port of [shadowsocks](https://github.com/clowwindy/shadowsocks) created by [@clowwindy](https://github.com/clowwindy) maintained by [@madeye](https://github.com/madeye) and [@linusyang](https://github.com/linusyang). -Current version: 1.4.1 | [![Build Status](https://travis-ci.org/madeye/shadowsocks-libev.png?branch=master)](https://travis-ci.org/madeye/shadowsocks-libev) +Current version: 1.4.2 | [![Build Status](https://travis-ci.org/madeye/shadowsocks-libev.png?branch=master)](https://travis-ci.org/madeye/shadowsocks-libev) Changelog --------- +1.4.2 -- Sun, 05 Jan 2014 10:05:29 +0900 + + * Fix the UDP relay issues. + * Add syslog support. + 1.4.1 -- Tue, 12 Nov 2013 03:57:21 +0000 * Add multi-port support. diff --git a/openwrt/Makefile b/openwrt/Makefile index 6b0e15f0..15b425f1 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=shadowsocks-libev -PKG_VERSION:=1.4.1 +PKG_VERSION:=1.4.2 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/madeye/shadowsocks-libev.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=ad9d5b198ba5d7e50f4f0ad1fd06739d1b57a8ea +PKG_SOURCE_VERSION:=343940e6ffd2062b11dccab0894b73f7f32722f7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Max Lv