1.03:

o Updated FEC to be compatible with common-20020926

1.01:

o Changed stewardship to Onion Networks.
o Changed build proceedure to ant
o Improved javadoc.

bourbon-16 (1.0):

o yield() added to write to allow decoder thread a chance to catch up.
o ISE thrown on addListener() in read-only

bourbon-12:

o Dispatch thread now cleaned on close.
o Decoder thread now cleaned on close.
o Dispatch thread only created in r/w mode.
o waitForFileDecoded() added.
o Added constants to FECIOListener

bourbon-11:

o ExceptionHandler added for decoding.
o Corruption fixing should be fully working.
o Changed some Exceptions to events.
o FECFile.write now returns the blockPacketCount.

bourbon-9:

o Decoding moved into its own thread with efficient locking.
o PacketPlacement code simplified and uses less memory.

bourbon-7:

o PacketPlacement now supports any number of packets per block.
o FECFile.read now performs encoding outside of the locks.
o stomped a bunch of race conditions in FECFile
o All resume code moved to Swarmcode
o Simplified PacketPlacement so we can use simple synchronization for read-only access.

bourbon-6:

o native codes moved to seperate jars
o native codes enabled for win32
	
bourbon-5:

o native codes enabled for x86 linux

