Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Nov 6, 2017
1 parent 20aa764 commit 917411a
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 11 deletions.
2 changes: 1 addition & 1 deletion APKBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributor: Max Lv <max.c.lv@gmail.com>
# Maintainer: Max Lv <max.c.lv@gmail.com>
pkgname=simple-obfs
pkgver=0.0.3
pkgver=0.0.4
pkgrel=0
pkgdesc="Simple-obfs is a simple obfusacting tool, designed as plugin server of shadowsocks."
url="https://github.com/shadowsocks/simple-obfs"
Expand Down
19 changes: 13 additions & 6 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
simple-obfs (0.0.2-1) unstable; urgency=medium
simple-obfs (0.0.4-1) unstable; urgency=medium

* Refine SIP003 interfaces.
* Minor bug fixes.

-- Max Lv <max.c.lv@gmail.com> Mon, 16 Jan 2017 10:53:34 +0800
-- Max Lv <max.c.lv@gmail.com> Mon, 06 Nov 2017 14:52:48 +0800

simple-obfs (0.0.1-1) unstable; urgency=medium
simple-obfs (0.0.3-1) unstable; urgency=medium

* Add HTTP/TLS obfuscating.
* Add failover option.
* Minor bug fixes.

-- Max Lv <max.c.lv@gmail.com> Sat, 31 Dec 2016 18:37:12 +0800
-- Max Lv <max.c.lv@gmail.com> Fri, 17 Mar 2017 17:02:43 +0800

simple-obfs (0.0.2-1) UNRELEASED; urgency=low

* Initial release. (Closes: #)

-- Roger Shimizu <rogershimizu@gmail.com> Wed, 22 Feb 2017 21:55:18 +0900
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Simple-obfs is a simple obfusacting tool, designed as plugin server of shadowsocks.

Current version: 0.0.3 | [Changelog](Changes)
Current version: 0.0.4 | [Changelog](Changes)

## Build
For Unix-like systems, especially Debian-based systems,
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl -*- Autoconf -*-
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ([2.67])
AC_INIT([simple-obfs], [0.0.3], [max.c.lv@gmail.com])
AC_INIT([simple-obfs], [0.0.4], [max.c.lv@gmail.com])
AC_CONFIG_SRCDIR([src/encrypt.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR(auto)
Expand All @@ -28,9 +28,9 @@ AM_CONDITIONAL([ENABLE_DOCUMENTATION], [test x$disable_documentation = xfalse])

AM_COND_IF([ENABLE_DOCUMENTATION], [
AC_PATH_PROG([ASCIIDOC], [asciidoc])
test x"${ASCIIDOC}" != x || AC_MSG_ERROR([Cannot find `asciidoc` in PATH.])
test x"${ASCIIDOC}" != x || AC_MSG_ERROR([Cannot find `asciidoc` in PATH.])
AC_PATH_PROG([XMLTO], [xmlto])
test x"$XMLTO" != x || AC_MSG_ERROR([Cannot find `xmlto` in PATH.])
test x"$XMLTO" != x || AC_MSG_ERROR([Cannot find `xmlto` in PATH.])
AC_PATH_PROG([GZIP], [gzip], [gzip])
AC_PATH_PROG([MV], [mv], [mv])
AC_PROG_SED
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
simple-obfs (0.0.4-1) unstable; urgency=medium

* Minor bug fixes.

-- Max Lv <max.c.lv@gmail.com> Mon, 06 Nov 2017 14:52:48 +0800

simple-obfs (0.0.3-1) unstable; urgency=medium

* Add failover option.
Expand Down

0 comments on commit 917411a

Please sign in to comment.