NEWS 637 B

1234567891011121314151617
  1. Version 2 (2006-06-04): Complete rewrite
  2. After the insight that simple security is impossible, Prometheus
  3. was rewritten from scratch ontop of a much cleaner and simpler
  4. basis.
  5. The only User-visible difference is that the SLOTS->LIST message got
  6. replaced by IMMEDIATE-SLOT-LIST. This message returns a list of
  7. immediate slots in the receiving object. Each element has three
  8. elements: The name of the getter, the name of the setter (or #f),
  9. and the type, where the type is one of 'VALUE, 'METHOD or 'PARENT.
  10. Version 1 (2005-08-09): Initial release
  11. The initial release of the system to the public: Prometheus rising.