libftdi-git Archives

Subject: A library to talk to FTDI chips branch, master, updated. v0.16-41-g8e52754

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Sat, 19 Dec 2009 16:25:13 +0100 (CET)
The branch, master has been updated
       via  8e527547a8df7264bbaba4644d93ac132473d321 (commit)
       via  613bce8b68eb70d0b3cdad101a485683dd5175b7 (commit)
      from  a03099a9674fb10e9bebd8367c939257efd01cdc (commit)


- Log -----------------------------------------------------------------
commit 8e527547a8df7264bbaba4644d93ac132473d321
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Sat Dec 19 16:15:44 2009 +0100

    Increase version

commit 613bce8b68eb70d0b3cdad101a485683dd5175b7
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Sat Dec 19 16:07:01 2009 +0100

    Updated ChangeLog before release

-----------------------------------------------------------------------

Summary of changes:
 CMakeLists.txt     |    2 +-
 ChangeLog          |    6 +++++-
 configure.in       |    2 +-
 ftdipp/Makefile.am |    2 +-
 src/Makefile.am    |    2 +-
 5 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6cbce92..14e02b2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
 # Project
 project(libftdi)
 set(MAJOR_VERSION 0)
-set(MINOR_VERSION 16)
+set(MINOR_VERSION 17)
 set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION})
 SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}")
 
diff --git a/ChangeLog b/ChangeLog
index 376175e..b402e07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
-New in 0.17 - 2009-XX-XX
+New in 0.17 - 2009-12-19
 ------------------------
+* C++ wrapper: Reduced code duplication and small other changes (Intra2net)
+* Deprecated old ftdi_enable_bitbang() function (Intra2net)
+* New ftdi_usb_open_desc_index() function (Intra2net)
+* Added baud rate test example code (Intra2net)
 * New serial input example code (Jim Paris)
 * Fix modem status byte filtering for USB high speed chips (Intra2net and Jim 
Paris)
 * Add bitmode for synchronous fifo in FT2232H (Uwe Bonnes)
diff --git a/configure.in b/configure.in
index 3b3f96a..a30e7eb 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(libftdi, 0.16)
+AC_INIT(libftdi, 0.17)
 AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(config.h)
 
diff --git a/ftdipp/Makefile.am b/ftdipp/Makefile.am
index 0b6da99..6cea83a 100644
--- a/ftdipp/Makefile.am
+++ b/ftdipp/Makefile.am
@@ -9,7 +9,7 @@ libftdipp_la_SOURCES = ftdi.cpp
 # 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)
-libftdipp_la_LDFLAGS = -version-info 17:0:16 @BOOST_LDFLAGS@
+libftdipp_la_LDFLAGS = -version-info 18:0:17 @BOOST_LDFLAGS@
 libftdipp_la_LIBADD = $(top_builddir)/src/libftdi.la
 
 EXTRA_DIST = CMakeLists.txt
diff --git a/src/Makefile.am b/src/Makefile.am
index c71fe60..20b735a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,6 +6,6 @@ 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 17:0:16
+libftdi_la_LDFLAGS = -version-info 18:0:17
 
 EXTRA_DIST = CMakeLists.txt


hooks/post-receive
-- 
A library to talk to FTDI chips

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • A library to talk to FTDI chips branch, master, updated. v0.16-41-g8e52754, libftdi-git <=