Version 1.13.1
This commit is contained in:
parent
e79f7baaf2
commit
0986c7ed3f
|
@ -195,3 +195,6 @@
|
||||||
* New cURL options per feed: proxy, cookie, user-agent #3367, #3494, #3516
|
* New cURL options per feed: proxy, cookie, user-agent #3367, #3494, #3516
|
||||||
* Do not import feeds causing database errors (e.g. due to conflicting HTTP redirections) ##3347
|
* Do not import feeds causing database errors (e.g. due to conflicting HTTP redirections) ##3347
|
||||||
|
|
||||||
|
[1.13.1]
|
||||||
|
* Fix apache config to log the client IP
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "RSS feed reader",
|
"tagline": "RSS feed reader",
|
||||||
"version": "1.13.0",
|
"version": "1.13.1",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
Loading…
Reference in New Issue