org.enhydra.barracuda
Class A_Changes_History

java.lang.Object
  extended byorg.enhydra.barracuda.A_Changes_History

public class A_Changes_History
extends Object

The purpose of this class is to track all major changes made to the Barracuda framework. If you check changes into cvs, you must document those changes here. The list should be sorted in reverse chronological order (newer at the top).

  • --------------- RELEASED 1.2.6 ---------------------

  • csc_011704_1 - More work on ObjectRepository, to make it work better at cleaning up sessions stuff. there is now a convenience class called SessionManager to make it easier to work with the session (and invalidate it). As of this change, invalidating a session should cause the OR to be properly cleaned up (previously this was something of a problem).