Bump version and changelog
authorThomas Jarosch <opensource@intra2net.com>
Tue, 24 Apr 2007 08:54:06 +0000 (08:54 +0000)
committerThomas Jarosch <opensource@intra2net.com>
Tue, 24 Apr 2007 08:54:06 +0000 (08:54 +0000)
ChangeLog
configure.in
libftdi.spec
src/Makefile.am

index 64b3371..8b17f1a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+New in 0.10
+-----------
+* Examples for libftdi_usb_find_all and CBUS mode
+* Fixed ftdi_list_free
+* Small cosmetic changes
+
 New in 0.9
 ----------
 * Fixed build without doxygen
index 4cef475..842cc00 100644 (file)
@@ -1,7 +1,7 @@
 AC_INIT(configure.in)
 
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libftdi, 0.9)
+AM_INIT_AUTOMAKE(libftdi, 0.10)
 
 AC_LANG_C
 AC_PROG_CC
index 3b187d2..67945a6 100644 (file)
@@ -1,6 +1,6 @@
 Summary:   Library to program and control the FTDI USB controller
 Name:      libftdi
-Version:   0.9
+Version:   0.10
 Release:   1
 Copyright: LGPL
 Group:     System Environment/Libraries
@@ -37,6 +37,8 @@ rm -f $RPM_BUILD_ROOT/usr/bin/simple
 rm -f $RPM_BUILD_ROOT/usr/bin/bitbang
 rm -f $RPM_BUILD_ROOT/usr/bin/bitbang2
 rm -f $RPM_BUILD_ROOT/usr/bin/bitbang_ft2232
+rm -f $RPM_BUILD_ROOT/usr/bin/find_all
+
 
 %clean
 rm -fr $RPM_BUILD_ROOT
index 33a809b..3c9284a 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 9:0:9 $(all_libraries) 
+libftdi_la_LDFLAGS = -version-info 10:0:10 $(all_libraries)