From 8f9b48cacca0f661ca9ebdfeec7f25fa5a9fe1b1 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Mon, 16 Feb 2009 10:26:50 +0100 Subject: [PATCH] Added README, AUTHORS and ChangeLog file --- AUTHORS | 3 +++ ChangeLog | 8 ++++++++ Makefile.am | 2 ++ README | 20 ++++++++++++++++++++ 4 files changed, 33 insertions(+), 0 deletions(-) create mode 100644 AUTHORS create mode 100644 ChangeLog create mode 100644 README 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 +------------------------------------------------------------------- -- 1.7.1