File biblesync.changes of Package biblesync
-------------------------------------------------------------------
Mon May 17 08:06:09 UTC 2021 - Fridrich Strba <fstrba@suse.com>
- Update to 2.1.0
* No functional changes.
* The underlying code that discovers default route interface
address had to be re-implemented due to the old code having
stopped working though having not changed in 6 years: rtnetlink
changed, apparently.
* New method is to read /proc/net/route to get default route
directly, used to feed getifaddrs(3) comparison as before.
-------------------------------------------------------------------
Sun Aug 19 10:47:50 UTC 2018 - jengelh@inai.de
- Wrap description only at spaces. Trim redundancies from
descriptions. Set CFLAGS/CXXFLAGS properly.
-------------------------------------------------------------------
Sun Aug 12 09:49:42 UTC 2018 - kkirill@opensuse.org
- Update to 2.0.1
+ Protocol change, so, the major revision is bumped to v2
+ Chat message support. A new message type BSP_CHAT (0x04)
is supported
-------------------------------------------------------------------
Sat May 9 09:48:46 UTC 2015 - kkirill@opensuse.org
- Initial package of 1.1.2 version for openSUSE based on
the upstream spec by Karl Kleinpaste and Fedora modifications