Skip to content

Releases: MediaArea/ZenLib

0.4.41

05 Apr 12:26
894980d
Compare
Choose a tag to compare
  • BitStream_LE: Fix use of uninitialised values
  • RPM spec: fix build with rhel9 and derivates

v0.4.40

23 Dec 08:53
ecb5480
Compare
Choose a tag to compare
  • BitStream_Fast: Resize()
  • C++11 min everywhere
  • Remove the bitcode generation in iOS build (no more supported by Apple)
  • Fix incompatibilities with some compilers

v0.4.39

27 Mar 21:34
13b9d3d
Compare
Choose a tag to compare
  • Threads: avoid critical sections lockers when possible
  • HTTP_Client: Try UTF8 first for network data
  • Threads: call to non thread-safe time related functions (gmtime, localtime) are avoided as much as possible
  • Threads: update non Windows binding (was not complete)
  • Fix crash on some ARMv7 devices

v0.4.38

03 Apr 18:29
96a020a
Compare
Choose a tag to compare
  • UWP support
  • Android support
  • iOS support
  • Ztring: fix some date conversion methods were not thread safe
  • Miscellaneous fixes