From: Bill H. <bi...@lo...> - 2003-04-25 07:59:30
|
Hi all, A couple of glitches in the 0.7.1 release: 1. I had moved the draft BasicDataSource class into the src/java-sandbox tree (for code that compiles but doesn't really work). But I'd left the test class in the src/java-test. This means that the test classes don't compile from Ant. 2. For some reason, I'd managed to fix a ConfigurationListener bug and then make a small (but important) change without rerunning the tests. They failed. It's only important if you register a ConfigurationListener and the only consequence is that you get events too frequenttly. How I managed to release without testing is stupid. Mea culpa. I will make a 0.7.2 release in the next few days to fix these problems. Cheers, Bill |