Skip to content

Commit e46dcb3

Browse files
committed
bump 1.3.2
1 parent 636d97c commit e46dcb3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.3.2 2015-08-05
2+
- Fix compatibility issues
3+
4+
1.3.1 2015-03-14
5+
- Update strategy
6+
17
1.3.0 2015-01-25
28
- Support DNS compression pointer mutation
39

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.67])
5-
AC_INIT([ChinaDNS], [1.3.1], [[email protected]])
5+
AC_INIT([ChinaDNS], [1.3.2], [[email protected]])
66
AC_CONFIG_SRCDIR([src/chinadns.c])
77
AC_CONFIG_HEADERS([config.h])
88

openwrt/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=ChinaDNS
4-
PKG_VERSION:=1.3.1
4+
PKG_VERSION:=1.3.2
55
PKG_RELEASE=$(PKG_SOURCE_VERSION)
66

77
PKG_SOURCE_URL:=https://github.com/clowwindy/ChinaDNS/releases/download/$(PKG_VERSION)

0 commit comments

Comments
 (0)