
2005-08-12 20:49 version 0.27 

 - added Events module, which I wrote years ago; we now have
   one dependency less

 - started this HISTORY file

2005-08-07 17:57 version 0.26

 - fixed nasty problems in the conflicting records treatment
   algorithm


2005-09-17 00:03 version 0.29

 - fixed "/" directory requests handling, which was broken
   in the previous version

 - wrapped Storable's thaw() call into an eval {} block, in
   the load_record_from_db_txn() func and its _readonly()
   sister.

2005-09-17 01:31 version 0.30

 - a problem with files infinitely getting requeued.
   Installed back the files_processed counter hash, to track
   which files were already processed and how many times to
   avoid repeated processing and report repeated queueing
   attempts.

2005-09-19 17:07 version 0.31

 - fixed a bug in file_needs_update() method
   (RePEc::Index::Update class)

2005-09-19 23:08 version 0.32

