diff --git a/CHANGELOG.md b/CHANGELOG.md index 870f4e5..22e3dd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.4.0](https://github.com/DEgITx/rats-search/compare/v1.3.0...v1.4.0) (2019-09-28) + + +### Bug Fixes + +* **rutr:** test fix ([17c085e](https://github.com/DEgITx/rats-search/commit/17c085e)) +* **search:** fix error on some cases of torrent opening ([24d2f18](https://github.com/DEgITx/rats-search/commit/24d2f18)), closes [#98](https://github.com/DEgITx/rats-search/issues/98) + + +### Features + +* **core:** core update ([14ab914](https://github.com/DEgITx/rats-search/commit/14ab914)) +* **drop:** support drop torrent file from web version [#99](https://github.com/DEgITx/rats-search/issues/99) ([a997929](https://github.com/DEgITx/rats-search/commit/a997929)) + # [1.3.0](https://github.com/DEgITx/rats-search/compare/v1.2.2...v1.3.0) (2019-08-02) diff --git a/docs/SERVER_COMPATIBILITY.md b/docs/SERVER_COMPATIBILITY.md index 2ac1b5a..d3fc82a 100644 --- a/docs/SERVER_COMPATIBILITY.md +++ b/docs/SERVER_COMPATIBILITY.md @@ -1,14 +1,14 @@ ## Alpine Linux -Alpine don't using glibc as default library so you need to other precompiled components: +Alpine is not using glibc as default library so you need to other precompiled components: [Alpine x86_64 3.7.0](https://github.com/DEgITx/rats-search/files/1972698/alpine_x64_searchd.tar.gz) - replace in "imports/linux/x64" ## CentOS 6 -CentOS 6 using old glibc, you need atleast 2.7 to start precompiled components. +CentOS 6 is using old glibc, you need atleast 2.7 to start precompiled components. Start as root to update glibc to 2.7: ```console wget https://gist.githubusercontent.com/harv/f86690fcad94f655906ee9e37c85b174/raw/2cfcc7922b0c2f391afb957fd209a1f1f2f9f659/glibc-2.17_centos6.sh && chmod +x glibc-2.17_centos6.sh && ./glibc-2.17_centos6.sh -``` \ No newline at end of file +``` diff --git a/package.json b/package.json index 3645b9b..3da9a18 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "rats-search", "productName": "Rats on The Boat", "description": "P2P BitTorrent search engine", - "version": "1.3.0", + "version": "1.4.0", "private": true, "author": "Alexey Kasyanchuk ", "copyright": "Copyright © 2018 Alexey Kasyanchuk",