The branch, master has been updated
via fd200aa1b4b683871a9fba5437e4f5645f68a709 (commit)
from e983aee324d516680c7af93fd174989659e3204b (commit)
- Log -----------------------------------------------------------------
commit fd200aa1b4b683871a9fba5437e4f5645f68a709
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date: Fri Jun 25 17:28:02 2010 +0200
Wrote changelog for 0.18
-----------------------------------------------------------------------
Summary of changes:
AUTHORS | 3 ++-
ChangeLog | 12 ++++++++++++
README | 10 +++++++++-
3 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/AUTHORS b/AUTHORS
index 9aed93e..19a9cab 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -7,6 +7,7 @@ see Changelog for full details:
Alain Abbas <aa@xxxxxxxxxxxx>
Alex Harford <harford@xxxxxxxxx>
+ Alexander Lehmann <lehmanna@xxxxxxxxx>
Andrew John Rogers <andrew@xxxxxxxxxxxxxxxx>
Arnim Läuger <arnim.laeuger@xxxxxxx>
Aurelien Jarno <aurelien@xxxxxxxxxxx>
@@ -27,7 +28,7 @@ see Changelog for full details:
Matthias Richter <mail.to.mr@xxxxxx>
Matthijs ten Berge <m.h.tenberge@xxxxxxxxxxxxxxxxxx>
Max <max@xxxxxxxxxxxx>
- Mike Frysinger <vapier.adi@xxxxxxxxx>
+ Mike Frysinger <vapier@xxxxxxxxxx>
Nathan Fraser <ndf@xxxxxxxxxxxxxxx>
Oleg Seiljus <oseiljus@xxxxxxxxxx>
Peter Holik <peter@xxxxxxxx>
diff --git a/ChangeLog b/ChangeLog
index b402e07..a432f96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+New in 0.18 - 2010-06-25
+------------------------
+* Add ftdi_eeprom_free() to free allocated memory in eeprom (Wilfried Holzke)
+* More generic error message for the FTDI kernel driver (Intra2net)
+* Honor CPPFLAGS in python wrapper build (Alexander Lehmann)
+* cmake: Fix package creation on 32-bit machines (Uwe Bonnes)
+* Fix swig argument constraints (Intra2net)
+* Don't segfault if device is closed or ftdi context is invalid (Intra2net)
+* Ability to disable build of examples / documentation (Mike Frysinger and
Intra2net)
+* Fix typo in python wrapper build (Mike Frysinger)
+* Autoconf build system improvements (Mike Frysinger)
+
New in 0.17 - 2009-12-19
------------------------
* C++ wrapper: Reduced code duplication and small other changes (Intra2net)
diff --git a/README b/README
index 4ed17ac..61a496b 100644
--- a/README
+++ b/README
@@ -20,7 +20,15 @@ the initial C++ wrapper implementation.
Changes
-------
-* Insert 0.18 changelog here
+* Add ftdi_eeprom_free() to free allocated memory in eeprom (Wilfried Holzke)
+* More generic error message for the FTDI kernel driver (Intra2net)
+* Honor CPPFLAGS in python wrapper build (Alexander Lehmann)
+* cmake: Fix package creation on 32-bit machines (Uwe Bonnes)
+* Fix swig argument constraints (Intra2net)
+* Don't segfault if device is closed or ftdi context is invalid (Intra2net)
+* Ability to disable build of examples / documentation (Mike Frysinger and
Intra2net)
+* Fix typo in python wrapper build (Mike Frysinger)
+* Autoconf build system improvements (Mike Frysinger)
You'll find the newest version of libftdi at:
http://www.intra2net.com/en/developer/libftdi
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
|