From 740b6501cdd389ee947bae24e0076e2e496e589b Mon Sep 17 00:00:00 2001 From: str4d Date: Mon, 6 Aug 2012 12:38:00 +0000 Subject: [PATCH] Updated history.txt --- history.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/history.txt b/history.txt index 10c14cb796..eae3314f08 100644 --- a/history.txt +++ b/history.txt @@ -25,6 +25,16 @@ - Remove some time stamping in UDPPacket - Other cleanups - see http://zzz.i2p/topics/1198 +2012-08-03 str4d + * Console: universal theming support - packaged apps will try and use the routerconsole + theme if universal theming is enabled there and the same theme exists for the app. + +2012-07-31 str4d + * core, router: + - Existing JUnit test framework fixed up and running. + - Code coverage tools (Clover and Cobertura) integrated into unit test targets. + - Implemented new test-related targets to provide a ScalaTest test framework. + 2012-07-30 zzz * build.xml: Move more default properties to build.properties * DecayingBloomFilter, DecayingHashSet, xlattice filters: