avdi / feedupdater

Bob "sporkmonger" Aman's Feed Updater Utility

This URL has Read+Write access

Avdi Grimm (author)
Thu Oct 09 19:00:55 -0700 2008
commit  8e3da7b80f087b6e8ab36ab821618ea8bb86cb9b
tree    d6757a543648b0190eef182698ee636297463583
parent  757631b3606efad8187fbe70811489cbe47dcd3d
feedupdater / CHANGELOG
100644 22 lines (21 sloc) 0.706 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
== 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