diff --git a/.travis.yml b/.travis.yml index a72bf8f11c..75a746dfb8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -213,6 +213,7 @@ after_success: PACKAGE_NAME="ponyc-$TRAVIS_BRANCH"; PACKAGE_CONFLICTS="ponyc-release"; fi; + make clean config=release; PACKAGE_ITERATION="${PACKAGE_ITERATION}${TRAVIS_BUILD_NUMBER}.`git rev-parse --short --verify HEAD^{commit}`"; make verbose=1 arch=x86-64 config=release package_name="$PACKAGE_NAME" package_conflicts="$PACKAGE_CONFLICTS" package_base_version="`cat VERSION`" package_iteration="$PACKAGE_ITERATION" deploy && export UPLOAD=yes; fi; diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c6251dcfc..1a0d31d8b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to the Pony compiler and standard library will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a CHANGELOG](http://keepachangelog.com/). +## [0.11.3] - 2017-03-16 + +### Fixed + +- Build Linux release binaries correctly (PR #1699) + + ## [0.11.2] - 2017-03-16 ### Fixed @@ -9,9 +16,6 @@ All notable changes to the Pony compiler and standard library will be documented - Fix illegal instruction errors on older cpus when using packaged Pony (PR #1686) - Correctly pass `arch=` when building docker image (PR #1681) -### Changed - -- Make buffered.Reader.append accept any ByteSeq. (PR #1644) ## [0.11.1] - 2017-03-14 diff --git a/VERSION b/VERSION index bc859cbd6d..1a96df19c0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.11.2 +0.11.3