87 lines
3.4 KiB
Plaintext
87 lines
3.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Nov 8 11:07:26 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
|
|
|
- Update baselibs.conf
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 21 07:27:02 UTC 2020 - Stefan Elser <suse@foomaster.de>
|
|
|
|
- Update to 2.0.2:
|
|
- Handle USB and network devices with new options in tools
|
|
- Make connecting sockets non-blocking
|
|
- Rename library and all related files by adding an API version resulting in libusbmuxd-2.0
|
|
- Allow to specify source address for listening socket in iproxy
|
|
- Allow to map multiple ports in iproxy
|
|
- Lots of bug fixes and other improvements
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 12 10:38:20 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 2.1.0:
|
|
- Add proper support for USB and network (WiFi sync) devices reported by usbmuxd
|
|
- Add new usbmuxd_events_subscribe/unsubscribe functions with a context so it can be used in different threads
|
|
- Add new tool 'icat'
|
|
- Lots of bug fixes and other improvements
|
|
- Rename 'icat' tool to 'inetcat' due to name conflict with sleuthkit's icat
|
|
- Remove merged patch libusbmuxd-CVE-2016-5104.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 23 14:56:51 UTC 2020 - Cristian Rodríguez <crrodriguez@opensuse.org>
|
|
|
|
- Software using pthread_cleanup_* routines must be built with
|
|
with -fexceptions so a safer and cleaner implementation is
|
|
used.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 2 21:30:26 UTC 2017 - jengelh@inai.de
|
|
|
|
- Rectify RPM groups.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 22 13:48:10 UTC 2017 - fcrozat@suse.com
|
|
|
|
- Use a macro for specifying library major
|
|
- Recommends usbmuxd to library package to ensure it works
|
|
properly.
|
|
- Remove duplicated dependency on iproxy subpackage.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 27 13:11:35 UTC 2016 - dimstar@opensuse.org
|
|
|
|
- Add libusbmuxd-CVE-2016-5104.patch: Make sure sockets only
|
|
listen locally (CVE-2016-5104, boo#982014).
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 22 19:12:48 UTC 2016 - mgorse@suse.com
|
|
|
|
- Add COPYING to %doc
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 17 03:58:00 CEST 2014 - m.szulecki@libimobiledevice.org
|
|
|
|
- Update to version 1.0.10
|
|
* Retry to connect to usbmuxd socket if first attempt failed (Linux/inotify)
|
|
* Avoid exporting non-public symbols
|
|
* Allow multiple connections to iproxy listen port
|
|
* Add ability to target device by UDID to iproxy
|
|
* Remove outdated/unmaintained Python and sftp examples
|
|
* Update README and rename license to more generic COPYING
|
|
* Rename header guards according to C++ standard
|
|
* Fix a few crashes related to using old usbmuxd daemon and broken pair
|
|
* records
|
|
* Fix out of tree build
|
|
* Fix leaking socket handles by properly closing them
|
|
* Check for validity of socket file descriptor
|
|
* Properly handle segmented send/receive situations to improve reliability
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 10 14:01:06 UTC 2014 - i@marguerite.su
|
|
|
|
- clean specfile as DimStar suggested
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 16 17:14:14 UTC 2014 - i@marguerite.su
|
|
|
|
- initial version 1.0.9
|
|
|