libftdi: (tomj) increase for 0.7 release, updated changelog based on diff v0.7
authorThomas Jarosch <opensource@intra2net.com>
Tue, 11 Oct 2005 16:50:56 +0000 (16:50 +0000)
committerThomas Jarosch <opensource@intra2net.com>
Tue, 11 Oct 2005 16:50:56 +0000 (16:50 +0000)
ChangeLog
configure.in
libftdi.spec
src/Makefile.am

index 1fba0b8..0d8f891 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 New in 0.7
 ----------
+* Baudrate calculation fix for FT2232C (Steven Turner/FTDI)
 * Find all devices by vendor/product id (Tim Ansell and Intra2net)
 * Documentation updates (Tim Ansell)
 
@@ -29,7 +30,7 @@ New in 0.4
 * Important: ftdi_write_data now returns the bytes written
 * Fixed defaults values in ftdi_eeprom_initdefaults (Jean-Daniel Merkli)
 * Reset internal readbuffer offsets for reset()/purge_buffers()
-* Small typo fixes (Mark Hämmerling)
+* Small typo fixes (Mark Haemmerling)
 
 New in 0.3
 ----------
index 091cae5..9744a4a 100644 (file)
@@ -1,7 +1,7 @@
 AC_INIT(configure.in)
 
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libftdi, 0.6)
+AM_INIT_AUTOMAKE(libftdi, 0.7)
 
 AC_LANG_C
 AC_PROG_CC
index 1dddc35..de69af9 100644 (file)
@@ -1,6 +1,6 @@
 Summary:   Library to program and control the FTDI USB controller
 Name:      libftdi
-Version:   0.6
+Version:   0.7
 Release:   1
 Copyright: LGPL
 Group:     System Environment/Libraries
index 1af8e0b..5e1c243 100644 (file)
@@ -10,4 +10,4 @@ include_HEADERS =  ftdi.h
 # Note:  If you specify a:b:c as the version in the next line,
 #  the library that is made has version (a-c).c.b.  In this
 #  example, the version is 2.1.2. (3:2:1)
-libftdi_la_LDFLAGS = -version-info 6:0:6 $(all_libraries) 
+libftdi_la_LDFLAGS = -version-info 7:0:7 $(all_libraries)