diff --git a/CHANGES b/CHANGES index 3327b0d..674215b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +1.3.2 2015-08-05 +- Fix compatibility issues + +1.3.1 2015-03-14 +- Update strategy + 1.3.0 2015-01-25 - Support DNS compression pointer mutation diff --git a/configure.ac b/configure.ac index e1768dd..c3647e3 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.67]) -AC_INIT([ChinaDNS], [1.3.1], [clowwindy42@gmail.com]) +AC_INIT([ChinaDNS], [1.3.2], [clowwindy42@gmail.com]) AC_CONFIG_SRCDIR([src/chinadns.c]) AC_CONFIG_HEADERS([config.h]) diff --git a/openwrt/Makefile b/openwrt/Makefile index 0a5ed4c..3b107a8 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ChinaDNS -PKG_VERSION:=1.3.1 +PKG_VERSION:=1.3.2 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_URL:=https://github.com/clowwindy/ChinaDNS/releases/download/$(PKG_VERSION)