summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <Raydiation@users.noreply.github.com>2014-11-19 10:33:19 +0100
committerBernhard Posselt <Raydiation@users.noreply.github.com>2014-11-19 10:33:19 +0100
commitd404d0370fe199a197db73264c6c047b03309d6d (patch)
tree53404ab649c9a475e07cf777c4113e28821486a0
parenta3d6ba570fb23718cacb74d230591e0e1a2fab65 (diff)
Update README.md
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4162d0cfb..a849573c3 100644
--- a/README.md
+++ b/README.md
@@ -118,14 +118,14 @@ To receive notifications when a new News app version was released, simply add th
https://github.com/owncloud/news/releases.atom
-### Updating to version 4.x
+### Updating from versions prior to 4
You need to do the following:
* Get rid of **simplePieCacheDuration** setting by removing this setting from your **owncloud/data/news/config/config.ini**.
-### After updating to 4.x all my read articles reappear as unread
-We switched to a different feed parsing library which creates article ids differently than before. This means that the same article is not found in the database because it was generated with a different id. This should happen only once after the upgrade and there is no data loss. Unfortunately there is no fix for this since the id is a hash which can not be reversed, so a smooth transition is not possible.
+### After updating from a version prior to 4 all my read articles reappear as unread and there are duplicates
+We switched to a different feed parsing library which creates article ids differently than before. This means that the same article is not found in the database because it was generated with a different id and is thus readded. This should happen only once for each feed after the upgrade and there is no data loss. Unfortunately there is no fix for this since the id is a hash which can not be reversed, so a smooth transition is not possible.
## FAQ