From: Brian W. <bwe...@xb...> - 2003-09-03 01:11:52
|
A few bugs have been found in 1.4.0, and 1.4.1 fixes them. No new features were added, but there was one optimization to the Name.equals() method. Changelog below. Brian ------------ 9/2/2003 - 1.4.1 released. 9/1/2003 - The Update.delete(Record) method needs to reset the TTL of the cloned record to 0. (reported by Edwin R. Rivera <er...@mo...>) 8/23/2003 - Change Record.fromString() to expect an EOL/EOF token at the end of the string, so that extraneous tokens can be detected. The master file parser was updated to this change. (noticed by Bob Halley <bob...@no...>) 8/22/2003 - Changing TXTRecord.getStrings() from returning a List of Strings to a List of byte []'s was a bad idea. Change it back, and add TXTRecord.getStringsAsByteArrays(). (reported by Blake Ramsdell <bl...@br...>) |