summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-08-06 11:55:50 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-08-06 11:55:50 +0200
commit7f7dc6d86cbbaf251fb7c2dc3a46c94028d79eb6 (patch)
tree10c64e1d6e04c36ea8d1fc00b19a0ab34d9599d5
parent424fe51f19ade0dadf0ce67bfd1274544f6eeb17 (diff)
changelog
-rw-r--r--.travis.yml1
-rw-r--r--CHANGELOG2
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 232ac71ec..4557b7ff1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,6 @@ before_install:
script:
- sudo add-apt-repository -y ppa:chris-lea/node.js
- - sudo add-apt-repository -y ppa:antono/phantomjs
- sudo apt-get update
- sudo apt-get -y install nodejs
- wget https://phantomjs.googlecode.com/files/phantomjs-1.9.0-linux-x86_64.tar.bz2
diff --git a/CHANGELOG b/CHANGELOG
index bb827ffda..6e1785a09 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,8 @@ owncloud-news (1.203)
* Decode the title twice to fix special characters in HTML content in the title, author and email
* Scroll to the bottom once you hit the show all button to prevent tedious scrolling
* Add an API to make ownCloud cron updates optionally. This can be used to write an update script which can be threaded to dramatically speed up fetching of feeds and reduce the used memory to run the update
+* Add a Python update script which threads the updates
+* Make it possible to turn off cron updates
ownCloud-news (1.202)
* Fixed a bug in the API routes that would request an uneeded id when creating a feed