Changeset 713

Show
Ignore:
Timestamp:
01/16/07 21:37:15 (2 years ago)
Author:
bradfitz
Message:

update changelog

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/server/CHANGES.mogilefsd

    r568 r713  
     12006-12/2007-01:  (2.00_05) 
     2        -- everything converted to OO API internally.  old internal APIs removed. 
     3 
     4        -- be database-agnostic.  Currently only works with MySQL (and 
     5           SQLite as a joke/demo), but Pg/Oracle coming in the future. 
     6 
     7        -- built-in I/O activity monitoring between mogstored/mogilefsd Monitor 
     8           now. 
     9 
     10        -- much improved internal communication between worker processes 
     11 
     12        -- start of better docs 
     13 
    1142006-12-28 
    215        -- pidfile support (Radu Greab <radu@yx.ro>)