libftdi: (tomj) added changelog and increased version to 0.2
authorThomas Jarosch <opensource@intra2net.com>
Sat, 3 Jan 2004 15:28:27 +0000 (15:28 +0000)
committerThomas Jarosch <opensource@intra2net.com>
Sat, 3 Jan 2004 15:28:27 +0000 (15:28 +0000)
ChangeLog
configure.in.in
libftdi.kdevprj
libftdi.spec

index e69de29..4b6a19c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,12 @@
+New in 0.2
+----------
+
+* EEPROM build fix by Daniel Kirkham (Melbourne, Australia)
+* Implemented basic ftdi_read_data() function
+* EEPROM write fixes
+
+
+New in 0.1
+------------
+
+* First public release
index 0408233..f38bc16 100644 (file)
@@ -38,7 +38,7 @@ dnl Perform program name transformation
 AC_ARG_PROGRAM
 
 dnl Automake doc recommends to do this only here. (Janos)
-AM_INIT_AUTOMAKE(libftdi, 0.1) dnl searches for some needed programs
+AM_INIT_AUTOMAKE(libftdi, 0.2) dnl searches for some needed programs
 
 dnl almost the same like KDE_SET_PEFIX but the path is /usr/local
 dnl
index 558c89a..5f8f924 100644 (file)
@@ -33,7 +33,7 @@ makefiles=Makefile.am,ftdi/Makefile.am
 project_name=libftdi
 project_type=normal_c
 sub_dir=ftdi/
-version=0.1
+version=0.2
 version_control=None
 workspace=1
 
index ba8b3cf..80584c1 100644 (file)
@@ -1,6 +1,6 @@
 Summary:   Library to program and control the FTDI USB controller
 Name:      libftdi
-Version:   0.1
+Version:   0.2
 Release:   1
 Copyright: LGPL
 Group:     System Environment/Libraries