libftdi1/libftdi1.changes
Torsten Duwe 8700a70de5 Accepting request 253513 from home:duwe:branches:hardware
- updated to 1.0
  * Ported to libusb 1.x (initial work by Jie Zhang)
  * Many eeprom handling improvements (Uwe Bonnes, Anders Larsen)
  * Renamed pkconfig, library .so etc. files to "libftdi1" (Intra2net)
  * ftdi_eeprom is part of libftdi now (Intra2net)
  * New baudrate calculation code + unit tests (Uwe Bonnes and Intra2net)
  * Improved python bindings including python3 support (Michel Zou)
  * Switched completely to cmake build system (Intra2net)
  * cmake: Easy libftdi discovery via find_package() (Michel Zou)
  * eeprom handling now done via get()/set() functions (Uwe Bonnes)
  * C++ wrapper: Fixed use-after-free in List::find_all() (Intra2net)
  * Documentation updates (Xiaofan Chen)
  * See the git history for more changes and fixes
- removed buildfixes.diff

OBS-URL: https://build.opensuse.org/request/show/253513
OBS-URL: https://build.opensuse.org/package/show/hardware/libftdi1?expand=0&rev=10
2014-10-01 14:01:22 +00:00

58 lines
2.3 KiB
Plaintext

-------------------------------------------------------------------
Wed Oct 30 16:19:35 UTC 2013 - rw@suse.de
- updated to 1.0
* Ported to libusb 1.x (initial work by Jie Zhang)
* Many eeprom handling improvements (Uwe Bonnes, Anders Larsen)
* Renamed pkconfig, library .so etc. files to "libftdi1" (Intra2net)
* ftdi_eeprom is part of libftdi now (Intra2net)
* New baudrate calculation code + unit tests (Uwe Bonnes and Intra2net)
* Improved python bindings including python3 support (Michel Zou)
* Switched completely to cmake build system (Intra2net)
* cmake: Easy libftdi discovery via find_package() (Michel Zou)
* eeprom handling now done via get()/set() functions (Uwe Bonnes)
* C++ wrapper: Fixed use-after-free in List::find_all() (Intra2net)
* Documentation updates (Xiaofan Chen)
* See the git history for more changes and fixes
- removed buildfixes.diff
-------------------------------------------------------------------
Wed Jan 2 22:06:35 UTC 2013 - prusnak@opensuse.org
- updated to 0.20
* Support for FT232H (Uwe Bonnes)
* Fixed install location of header files (Uwe Bonnes and Intra2net)
* Backported serial_test tool from libftdi 1.x (Uwe Bonnes)
- updated to 0.19
* Make kernel driver detach configurable (Thomas Klose)
* Correct ftdi_poll_modem_status() result code (Tom Saunders)
* cmake build system improvements (Evgeny Sinelnikov)
* Fix uninitialized memory access in async mode (Intra2net)
* Support for FT232R eeprom features (Hermann Kraus)
* Fix size returned by ftdi_read_data (Hermann Kraus)
* C++ wrapper: Fix infinite recursion in set_bitmode (Intra2net)
* Improvements to the python wrapper (Flynn Marquardt and Chris Zeh)
-------------------------------------------------------------------
Thu May 3 16:21:44 UTC 2012 - cfarrell@suse.com
- license update: LGPL-2.1+ and GPL-2.0-with-classpath-exception
Use SPDX format (http://www.spdx.org/licenses)
-------------------------------------------------------------------
Fri Jan 21 23:08:09 CET 2011 - stepan@coresystems.de
- Update to 0.18
- Add COPYING.GPL and LICENSE files, too
-------------------------------------------------------------------
Mon Dec 21 10:18:44 CET 2009 - stepan@coresystems.de
- Update to 0.17
-------------------------------------------------------------------
Sun Oct 26 14:37:10 CET 2008 - jblunck@suse.de
- Initial page submission