libjaylink/libjaylink.changes
Andreas Färber eae7dfc03f Accepting request 1063886 from home:Simmphonie
- Update to version 0.3.1
  * Fix building with Autoconf < 2.7
- version 0.3.0
  * New package version scheme
  * New supported target interfaces:
    - Silicon Labs 2-wire interface (C2)
    - Serial peripheral interface (SPI)
    - Compact JTAG (cJTAG)
  * Add support for querying USB voltage
  * jtag: Add functions to set/clear the TCK and TMS signals
  * New string utility functions:
    - jaylink_target_interface_string()
    - jaylink_hardware_type_string()
  * transport/tcp: Implement connection timeout

OBS-URL: https://build.opensuse.org/request/show/1063886
OBS-URL: https://build.opensuse.org/package/show/hardware/libjaylink?expand=0&rev=18
2023-02-08 18:59:32 +00:00

95 lines
3.4 KiB
Plaintext

-------------------------------------------------------------------
Wed Feb 8 15:11:45 UTC 2023 - Torsten Gruner <simmphonie@opensuse.org>
- Update to version 0.3.1
* Fix building with Autoconf < 2.7
- version 0.3.0
* New package version scheme
* New supported target interfaces:
- Silicon Labs 2-wire interface (C2)
- Serial peripheral interface (SPI)
- Compact JTAG (cJTAG)
* Add support for querying USB voltage
* jtag: Add functions to set/clear the TCK and TMS signals
* New string utility functions:
- jaylink_target_interface_string()
- jaylink_hardware_type_string()
* transport/tcp: Implement connection timeout
-------------------------------------------------------------------
Fri Feb 26 17:02:27 UTC 2021 - Philipp Wagner <mail@philipp-wagner.com>
- Update to upstream version 0.2.0
* Initial support for TCP/IP devices
* libusb is now optional
* configure: Add switch to build without libusb
* configure: Show enabled transports
* Support for various new USB product IDs
* Fix build issue with MSYS2
* Fix socket timeouts on Windows
* Make library C++ compatible
* New log level for I/O debug messages
* Add function to get USB bus and port numbers of a device
* Add function to retrieve counter values
- Update repository URL
- Switch from obs_scm to obs_tar for disabled service, as the additional
tar service seems unavailable these days.
-------------------------------------------------------------------
Thu Dec 28 20:41:04 UTC 2017 - afaerber@suse.de
- Update to latest Git snapshot (8645845c1abebd004e991ba9a7f808f4fd0c608b)
-------------------------------------------------------------------
Thu Dec 28 19:42:45 UTC 2017 - afaerber@suse.de
- Update to 0.1.0 tag
-------------------------------------------------------------------
Sun Dec 11 17:38:49 UTC 2016 - afaerber@suse.de
- Update to latest Git snapshot (8f3e9d47fc4818a25ca95440e82a18a514447ee)
-------------------------------------------------------------------
Wed Oct 19 13:24:41 UTC 2016 - afaerber@suse.de
- Update to latest Git snapshot (faa2a433fdd3de211728f3da5921133214af9dd3)
-------------------------------------------------------------------
Sun Jun 19 20:09:09 UTC 2016 - jengelh@inai.de
- Reset RPM groups
-------------------------------------------------------------------
Thu May 12 17:15:42 UTC 2016 - afaerber@suse.de
- Switch to new service obs_scm
-------------------------------------------------------------------
Thu May 12 16:25:08 UTC 2016 - afaerber@suse.de
- Update to latest Git snapshot (d57dee67bc756291b7d8b51d350d1c6213e514f0)
* Relax autoconf requirement (follows configure.ac change)
- Disable services in preparation for Factory
-------------------------------------------------------------------
Tue Feb 16 12:28:35 UTC 2016 - afaerber@suse.de
- Change version scheme to include date rather that commit hash
- Update to latest Git snapshot (200f6a1e692b6a530e2dd5f82f686b6be661be45)
-------------------------------------------------------------------
Sun Nov 29 16:03:33 UTC 2015 - afaerber@suse.de
- Fix %post and %postun
* Move udev rules to base libjaylink package
- Add _service for automating updates from Git
* This changes the version/release scheme slightly
- Update to latest master
* Includes workaround for reading serial number on old devices
-------------------------------------------------------------------
Sun Oct 25 02:02:04 UTC 2015 - afaerber@suse.de
- Initial