Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Dec 14, 2016
1 parent d566a3f commit 8f5e968
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

### [Check compatibility with Neard](https://github.com/crazy-max/neard/wiki/binPHP#latest) before downloading.

## r11 (2016/12/15)

* New bundle : 7.1.0 ([Issue #178](https://github.com/crazy-max/neard/issues/178))
* Move custom PHP extensions to a distinct folder ([Issue #188](https://github.com/crazy-max/neard/issues/188))
* Upgrade Imagick extension ([Issue #187](https://github.com/crazy-max/neard/issues/187))

## r10 (2016/11/29)

* New bundles : 5.6.28, 7.0.13
Expand Down
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<param name="bundle.version" value="${bundle.version}" />
</antcall>

<!--echo message="Insert release version in ${build.tmp.path}/${bundle.name}${bundle.version}/neard.conf..." />
<echo message="Insert release version in ${build.tmp.path}/${bundle.name}${bundle.version}/neard.conf..." />
<copy file="${bundle.path}/neard.conf" tofile="${build.tmp.path}/${bundle.name}${bundle.version}/neard.conf" overwrite="true" verbose="true">
<filterset>
<filter token="RELEASE_VERSION" value="${bundle.release}" />
Expand All @@ -60,7 +60,7 @@
<echo message="Compressing ${bundle.name}${bundle.version} to ${bundle.dest}.zip..." />
<sevenzip src="${build.tmp.path}/${bundle.name}${bundle.version}" dest="${bundle.dest}.zip" format="zip" />
</else>
</if-->
</if>
</target>

<target name="build.php.extensions">
Expand Down

0 comments on commit 8f5e968

Please sign in to comment.