From: Thomas Jarosch Date: Sat, 3 Jan 2004 15:28:27 +0000 (+0000) Subject: libftdi: (tomj) added changelog and increased version to 0.2 X-Git-Tag: v0.2~1 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=5d8b3e551207a2a86a758d6d1d14ba1380e92fe3;hp=a862ddcfeecc833d8bfca4c1c401a327c4587c94 libftdi: (tomj) added changelog and increased version to 0.2 --- diff --git a/ChangeLog b/ChangeLog index e69de29..4b6a19c 100644 --- 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 diff --git a/configure.in.in b/configure.in.in index 0408233..f38bc16 100644 --- a/configure.in.in +++ b/configure.in.in @@ -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 diff --git a/libftdi.kdevprj b/libftdi.kdevprj index 558c89a..5f8f924 100644 --- a/libftdi.kdevprj +++ b/libftdi.kdevprj @@ -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 diff --git a/libftdi.spec b/libftdi.spec index ba8b3cf..80584c1 100644 --- a/libftdi.spec +++ b/libftdi.spec @@ -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