From 5d8b3e551207a2a86a758d6d1d14ba1380e92fe3 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Sat, 3 Jan 2004 15:28:27 +0000 Subject: [PATCH] libftdi: (tomj) added changelog and increased version to 0.2 --- ChangeLog | 12 ++++++++++++ configure.in.in | 2 +- libftdi.kdevprj | 2 +- libftdi.spec | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) 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 -- 1.7.1