Skip to content

Commit 7f2baaf

Browse files
authored
Merge pull request #102 from Textalk/v1.4.1
v1.4.1
2 parents 0e1ffc4 + 074b1d3 commit 7f2baaf

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

Makefile

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
11
install: composer.phar
22
./composer.phar install
33

4-
update:
4+
update: composer.phar
5+
./composer.phar self-update
56
./composer.phar update
67

7-
test: vendor/bin/phpunit build
8+
test: composer.lock
89
./vendor/bin/phpunit
910

10-
cs-check: vendor/bin/phpunit
11+
cs-check: composer.lock
1112
./vendor/bin/phpcs --standard=codestandard.xml lib tests
1213

13-
coverage: vendor/bin/phpunit build
14+
coverage: composer.lock build
1415
./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
1516
./vendor/bin/php-coveralls -v
1617

1718
composer.phar:
1819
curl -s http://getcomposer.org/installer | php
1920

21+
composer.lock: composer.phar
22+
./composer.phar --no-interaction install
23+
2024
vendor/bin/phpunit: install
2125

2226
build:

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,17 @@ See [Copying](COPYING).
244244
Fredrik Liljegren, Armen Baghumian Sankbarani, Ruslan Bekenev,
245245
Joshua Thijssen, Simon Lipp, Quentin Bellus, Patrick McCarren, swmcdonnell,
246246
Ignas Bernotas, Mark Herhold, Andreas Palm, Sören Jensen, pmaasz, Alexey Stavrov,
247-
Michael Slezak.
247+
Michael Slezak, Pierre Seznec, rmeisler, Nickolay V. Shmyrev.
248248

249249

250250
## Changelog
251251

252+
1.4.1
253+
254+
* Ping/Pong, handled internally to avoid breaking fragmented messages (@nshmyrev, @sirn-se)
255+
* Fix for persistent connections (@rmeisler)
256+
* Fix opcode bitmask (@peterjah)
257+
252258
1.4.0
253259

254260
* Dropped support of old PHP versions (@sirn-se)

0 commit comments

Comments
 (0)