From: Thomas Jarosch Date: Mon, 16 Feb 2009 09:26:50 +0000 (+0100) Subject: Added README, AUTHORS and ChangeLog file X-Git-Tag: latest_release~3 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=8f9b48cacca0f661ca9ebdfeec7f25fa5a9fe1b1;p=ftdi_eeprom Added README, AUTHORS and ChangeLog file --- diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..40e23f3 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,3 @@ +Main developers: + + Intra2net AG diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..0794447 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,8 @@ +New in 0.3 - 2009-02-16 +----------------------- +* Fix a crash using newer libftdi versions +* Updated autoconf suite + +New in 0.2 - 2004-03-25 +----------------------- +* First public release diff --git a/Makefile.am b/Makefile.am index 02520f2..5822a0c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,3 +3,5 @@ AUTOMAKE_OPTIONS = foreign 1.4 SUBDIRS = src + +EXTRA_DIST = README AUTHORS ChangeLog diff --git a/README b/README new file mode 100644 index 0000000..5e1475c --- /dev/null +++ b/README @@ -0,0 +1,20 @@ +------------------------------------------------------------------- +ftdi_eeprom version 0.3 +------------------------------------------------------------------- + +ftdi_eeprom - A tool for creating, uploading, and erasing +the configuration EEPROM for a FT232BM/FT245BM FTDI chip. + +The EEPROM content is generated using a flexible configuration file. + +Changes +------- +* Fix a crash using newer libftdi versions (Intra2net) +* Updated autoconf suite (Intra2net) + +You'll find the newest version of ftdi_eeprom at: +http://www.intra2net.com/en/developer/libftdi + +------------------------------------------------------------------- +www.intra2net.com 2003-2009 Intra2net AG +-------------------------------------------------------------------