Merge branch 'master' of github.com:DEgITx/rats-search
This commit is contained in:
commit
d323485f93
14
CHANGELOG.md
14
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)
|
||||
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
## 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
|
||||
|
@ -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 <degitx@gmail.com>",
|
||||
"copyright": "Copyright © 2018 Alexey Kasyanchuk",
|
||||
|
Loading…
Reference in New Issue
Block a user