Added README, AUTHORS and ChangeLog file
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 16 Feb 2009 09:26:50 +0000 (10:26 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 16 Feb 2009 09:26:50 +0000 (10:26 +0100)
AUTHORS [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
Makefile.am
README [new file with mode: 0644]

diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
index 0000000..40e23f3
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,3 @@
+Main developers:
+
+  Intra2net AG <opensource@intra2net.com>
diff --git a/ChangeLog b/ChangeLog
new file mode 100644 (file)
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
index 02520f2..5822a0c 100644 (file)
@@ -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 (file)
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
+-------------------------------------------------------------------