File: NEWS

package info (click to toggle)
libigloo 0.9.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,972 kB
  • sloc: ansic: 5,536; sh: 4,996; makefile: 62
file content (38 lines) | stat: -rw-r--r-- 1,380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
libigloo 0.9.5 (2025-12-31)
 * Added more strings to the string pool (sp)
 * Updated prototypes for the string pool (sp)
 * Added strcasestr() compatibility function for Windows builds (cs)
 * Corrected CI/CD builds

libigloo 0.9.4 (2025-07-13)
 * Fixed tests
 * Added more strings to the string pool (sp)

libigloo 0.9.3 (2025-01-24)
 * Fixed license headers
 * Added Universal Tag related entries to string pool
 * Fixed header guards
 * Updated build system
 * Added function to check UUIDs for being valid

libigloo 0.9.2 (2023-01-29)
 * Improved performance of the string pool
 * Fixed reference counting in ro
 * Moved to librhash as backend for cryptographic hash calculation

libigloo 0.9.1 (2022-02-26)
 * Fixed exported test feature.
 * Corrected includes
 * Improved build system
 * Improved pointer sanity checks
 * Improved error support: Added uniform way to interact with errno and RoarAudio error codes
 * New features:
   * String pool: optimised storage for C strings
   * TAP test framework: test framework for testing libigloo and other C projects
   * Portable time API: simple API for most common time related functions
   * Digest and HMAC: support for digest and HMAC calculation (limited to SHA3)
   * PRNG: support for pseudo random number generation
   * UUID: Added code for random (v4) UUID generation

libigloo 0.9.0 (2020-12-14)
 * Initial release.