CHANGES for the javas package. 2005/06/22 v1.4.1 - Updated license to reflect all years. Fixed mismatched java docs. Added StringInputStream and StringOutputStream. Deprecated javas.util.BitMasks in favor of javas.util.Bits. Added set/unset/toggle methods to javas.util.Bits. 2005/04/15 v1.4.0 - Thorough scrubbing of code. Added Strings.join() methods. Added Files.getDirectoryOfFile() method. Added Objects.reflectiveToString() methods. Added Strings.containsMatch() method. Added Objects.standardEquals() method. Added Objects.standardHashCode() method. Cleaned up maven build and switch to all-maven build. 2003/12/27 v1.3.1 - Added deltree() method to Files object. Added moveDir() method to Files object and fixed some bugs with moving directory with Files.move() method. Fixed error in LRUCache that was preventing removal of eldest entries due to invalid method signature. Added unit tests for LRUCache. 2003/12/21 v1.3.0 - Added javas.beans package with ListDelegateBean for making Lists more JavaBean-friendly. Added javas.xml package with XML related utilities. Enhanced error handling in ServletContexts.getFileFromWar(). Replaced JavaLogging stuff with Commons Logging. Initial maven build integration. Modified eclipse .classpath file to refer to variables for junit and servlet jars instead of hardcoded paths. Cleaned up some formatting issues, wrapped all code/comments to 80 chars. 2003/05/21 v1.2.1 - Added per-thread random number generation to javas.util.Randoms. Added throws clauses to transmogrifyRequestToResponse() method in UnifiedHttpServlet. 2003/05/13 v1.2.0 - Added this CHANGES.txt file. Updated javas.swing.QuitConfirmer to implement the ActionListener interface (for adding to Quit buttons). Added the javas.swing.JOptionPanes class with a method for easy display of About-Box dialogs. Added the javas.swing.JDialogs class with methods for creating a dialog from a Frame or a Dialog by passing it as a Window (instead of figuring it out and manually casting). Added attach() util method to javas.swing.QuitConfirmer. Added JPopupMouseAdapter. Added Callback inner interface to QuitConfirmer class. Added javas.util.Console class. Fleshed out and cleaned up a lot of Javadocs. Added java.util.SProperties class. 2003/04/14 v1.1.0 - Added javas.swing.QuitConfirmer class. Added javas.awt.IncreasedDimension class. Added javas.lang.Exceptions.getStackTraceString(Exception) method. 2003/04/08 v1.0.2 - First official release.