Skip to content

Commit

Permalink
Prepare v0.4.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Aug 10, 2017
1 parent 7d0b0e0 commit 457fbc4
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 0.4.10 (2017-08-10)

* Feature: Forward compatibility with EventLoop v1.0 and v0.5 and
lock minimum dependencies and work around circular dependency for tests
(#70 and #71 by @clue)

* Fix: Work around DNS timeout issues for Windows users
(#74 by @clue)

* Documentation and examples for advanced usage
(#66 by @WyriHaximus)

* Remove broken TCP code, do not retry with invalid TCP query
(#73 by @clue)

* Improve test suite by fixing HHVM build for now again and ignore future HHVM build errors and
lock Travis distro so new defaults will not break the build and
fix failing tests for PHP 7.1
(#68 by @WyriHaximus and #69 and #72 by @clue)

## 0.4.9 (2017-05-01)

* Feature: Forward compatibility with upcoming Socket v1.0 and v0.8
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,15 @@ The recommended way to install this library is [through Composer](http://getcomp
This will install the latest supported version:

```bash
$ composer require react/dns:^0.4.9
$ composer require react/dns:^0.4.10
```

More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

This project aims to run on any platform and thus does not require any PHP
extensions and supports running on legacy PHP 5.3 through current PHP 7+ and
HHVM.
It's *highly recommended to use PHP 7+* for this project.

## Tests

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react/dns",
"description": "Async DNS resolver for ReactPHP",
"keywords": ["dns", "dns-resolver"],
"keywords": ["dns", "dns-resolver", "ReactPHP", "async"],
"license": "MIT",
"require": {
"php": ">=5.3.0",
Expand Down

0 comments on commit 457fbc4

Please sign in to comment.