File enet.changes of Package enet
-------------------------------------------------------------------
Thu Apr 18 17:20:52 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.3.18
* Packet sending performance improvements.
* MTU negotiation fixes.
* Checksum alignment fix.
* No more dynamic initialization of checksum table.
* ENET_SOCKOPT_TTL
* Other miscellaneous small improvements.
-------------------------------------------------------------------
Sun Dec 20 12:41:24 UTC 2020 - Dirk Müller <dmueller@suse.com>
- update to 1.3.17:
* fixes for sender getting too far ahead or receiver that can cause instability with reliable packets
-------------------------------------------------------------------
Thu Sep 17 14:43:26 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 1.3.16:
* fix bug in unreliable fragment queuing
* use single output queue for reliable and unreliable packets for saner ordering
* revert experimental throttle changes that were less stable than prior algorithm
-------------------------------------------------------------------
Thu Apr 23 12:29:44 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
- Update to 1.3.15
* quicker RTT initialization
* use fractional precision for RTT calculations
* fixes for packet throttle with low RTT variance
* miscellaneous socket bug fixes
-------------------------------------------------------------------
Thu Mar 14 21:07:20 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Rename %soname to %sover to better match its use.
- Remove unnecessary extra pkgconfig require that is already
implicit.
- Trim bias from descriptions.
-------------------------------------------------------------------
Mon Mar 11 21:17:45 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.3.14
* bug fix for enet_peer_disconnect_later()
* use getaddrinfo and getnameinfo where available
* miscellenous cleanups
- Run spec-cleaner
-------------------------------------------------------------------
Tue May 19 20:59:14 UTC 2015 - nemysis@gmx.ch
- Update to 1.3.13, announce message:
* miscellaneous bug fixes
* added premake and cmake support
* miscellaneous documentation cleanups
- Adjust what fdupes not have found
-------------------------------------------------------------------
Sun Dec 7 17:03:08 UTC 2014 - nemysis@gmx.ch
- Update to 1.3.12
- Correct what fdupes not have found
- Move Documentation to libenet-devel package and add html
-------------------------------------------------------------------
Sun Sep 23 16:15:34 UTC 2012 - nmo.marques@gmail.com
- Update to version 1.3.5:
+ fixed a big in unreliable packaget fragment queuing
+ Soname bump to 2
- Changes from version 1.3.4:
+ added enet_peer_ping_interval() for configuring per-peer ping
intervals
+ added enet_peer_timeout() for configuring per-peer timeouts
+ added protocol packet size limits
-------------------------------------------------------------------
Sun Feb 19 22:52:04 UTC 2012 - jengelh@medozas.de
- Update license field to reflect actual license
-------------------------------------------------------------------
Mon Oct 10 16:54:15 UTC 2011 - nmarques@opensuse.org
- Update to version 1.3.3:
+ fixed bug with simultaneous disconnects not dispatching events
- Previous versions:
+ added support for unreliable packet fragmenting via the packet
flag ENET_PACKET_FLAG_UNRELIABLE_FRAGMENT
+ fixed regression in unreliable packet queuing
+ added check against received port to limit some forms of
IP-spoofing
-------------------------------------------------------------------
Mon May 9 23:38:16 UTC 2011 - nmarques@opensuse.org
- Update to version 1.3.1:
+ fixed bug in tracking of reliable data in transit;
+ reliable data window size now scales with the throttle;
+ fixed bug in fragment length calculation when checksums are
used;
- Spec changes:
+ Added pkg-config to Requirements of devel pack (provides .pc);
+ Added changes to enable Fedora builds on spec;
+ Added %doc macros to files;
+ Added spec file openSUSE headers;
+ Removed %check macro;
+ Minor tweaks.
- Moved file 'libenet.spec.changes' to 'libenet.changes'.
-------------------------------------------------------------------
Mon Jul 12 16:58:43 UTC 2010 - bitshuffler@opensuse.org
- Initial package