public
Description: Anemone web-spider framework
Homepage: http://anemone.rubyforge.org
Clone URL: git://github.com/chriskite/anemone.git
chriskite (author)
Sun Nov 01 15:18:59 -0800 2009
commit  ae1b43cfd624364af1065cc5b8048634da5f19dd
tree    92ae9f02e6efc8b17276922c1b0352232b335562
parent  e475a64e6bbf4e2c7a0bcc5e6407dfa7881b9ad3
anemone / CHANGELOG.rdoc
100644 27 lines (15 sloc) 0.618 kb

0.2.3 / 2009-11-01

  • Minor enhancements
    • Options are now applied per-crawl, rather than module-wide.
  • Bug fixes
    • Fixed a bug which caused deadlock if an exception occurred when crawling the last page in the queue.

0.2.2 / 2009-10-26

  • Minor enhancements
    • When the :verbose option is set to true, exception backtraces are printed to aid debugging.

0.2.1 / 2009-10-24

  • Major enhancements
    • Added HTTPS support.
    • CLI program ‘anemone’, which is a frontend for several tasks.
  • Minor enhancements
    • HTTP request response time recorded in Page.
    • Use of persistent HTTP connections.