From a837e33a435e63e89749320eb91ffb924fa91e88 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Sun, 24 Apr 2005 16:13:56 +0000 Subject: [PATCH] libftdi: (tomj) prepare 0.6 release, set library version again (#404) --- ChangeLog | 5 ++- configure.in | 2 +- libftdi.kdevelop | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++-- libftdi.spec | 4 +- src/Makefile.am | 5 ++++ 5 files changed, 71 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 87d9f4c..449b988 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,11 @@ New in 0.6 ---------- +* Set library version on .so file again +* Configurable serial line parameters (Alain Abbas) * Improved filtering of status bytes (Evgeny Sinelnikov) * Extended FT2232C support (Uwe Bonnes) * Small improvement to the baudrate calculation code (Emil) -* Error handling cleanup (Rogier Wolff) -* Fix for kernel 2.6 USB subsystem. Detects kernel at runtime. +* Error handling cleanup (Rogier Wolff and Intra2net) New in 0.5 ---------- diff --git a/configure.in b/configure.in index 99cec8b..091cae5 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_INIT(configure.in) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libftdi, 0.5) +AM_INIT_AUTOMAKE(libftdi, 0.6) AC_LANG_C AC_PROG_CC diff --git a/libftdi.kdevelop b/libftdi.kdevelop index 5e865f5..bdff7de 100644 --- a/libftdi.kdevelop +++ b/libftdi.kdevelop @@ -1,25 +1,34 @@ - Gerd v. Egidy + Thomas Jarosch opensource@intra2net.com - 0.3 + 0.6 KDevAutoProject C C Code + . + false + + + src/libftdi - debug + default src/libftdi true executable + / + + true + @@ -37,12 +46,20 @@ kdevg77options -O0 -g3 + + + + false + 1 + false + + 0 @@ -94,6 +111,7 @@ + @@ -109,6 +127,7 @@ *.o,*.lo,CVS false + false @@ -126,4 +145,42 @@ 250 + + + .h + .cpp + + + + + + + + + + + true + false + false + + + false + true + 10 + + + + + + + + + + + true + true + true + true + -C + diff --git a/libftdi.spec b/libftdi.spec index bfe091a..1dddc35 100644 --- a/libftdi.spec +++ b/libftdi.spec @@ -1,7 +1,7 @@ Summary: Library to program and control the FTDI USB controller Name: libftdi -Version: 0.5 -Release: 2 +Version: 0.6 +Release: 1 Copyright: LGPL Group: System Environment/Libraries Vendor: Intra2net AG diff --git a/src/Makefile.am b/src/Makefile.am index e80778e..1af8e0b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,3 +6,8 @@ INCLUDES= $(all_includes) lib_LTLIBRARIES = libftdi.la libftdi_la_SOURCES = ftdi.c 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) -- 1.7.1