forked from avdi/feedupdater
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
24 lines (24 loc) · 844 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
== FeedUpdater 0.2.7
* Update so feed_updater works with KeeperPat prefix.
* Bump version number so that github will republish the gem.
== FeedUpdater 0.2.6
* Updated for compatibility with RubyGems >= 1.0
== FeedUpdater 0.2.5
* fixed bug with redefinition of file searching system
== FeedUpdater 0.2.4
* added more code for detecting the location of the config file
== FeedUpdater 0.2.3
* added additional logging messages
== FeedUpdater 0.2.2
* better distribution of work across threads
* fixed major threading bug
* added configuration variable for sleep time
== FeedUpdater 0.2.1
* no longer attempts to update feeds that have been updated very recently
* fixed logging levels
* added on_begin block
== FeedUpdater 0.2.0
* multithreaded
* unchanged feeds will no longer call on_update
== FeedUpdater 0.1.0
* initial version