File libpostal.changes of Package libpostal
------------------------------------------------------------------- Tue Jan 14 19:10:43 UTC 2025 - juergen@loehel.de - Update to version 1.1.0+git53.g9e5af6b: * [github] no need to use macos-15-latest which requires upgrading, just doing macos-latest which is arm64 * Update README.md to fix /tmp reference to [...some dir with a few GB of space...] * Update README.md to include build-essential in apt list and 3 options for configuration * Do not use SSE flags on arm64 platform * Do not use SSE flags on arm64 platform * [fix] Windows name * [fix] memcpy in aligned vector/matrix resize needs to know the original size. Since this is an internal static function and does not affect client APIs, changing it to aligned_malloc, aligned_free, and aligned_resize, which takes the original pointer size as well as the new. On Windows it simply passes the pointer, new size, and alignment through _aligned_realloc, whereas on other platforms only the aligned_malloc is for new_size bytes and uses old_size bytes for memcpy ------------------------------------------------------------------- Tue Jul 27 01:11:15 UTC 2021 - Jürgen Löhel <juergen@loehel.de> - Updates libpost to 1.1.9 ------------------------------------------------------------------- Mon Jul 26 22:11:30 UTC 2021 - Jürgen Löhel <juergen@loehel.de> - corrects includedir ------------------------------------------------------------------- Mon Jul 26 21:47:43 UTC 2021 - Jürgen Löhel <juergen@loehel.de> - corrects datadir. %configure sets datadir, too. ------------------------------------------------------------------- Mon Jul 12 21:14:22 UTC 2021 - Jürgen Löhel <juergen@loehel.de> - OBS is setting the release number. moep! ------------------------------------------------------------------- Sun Jul 11 02:01:04 UTC 2021 - Jürgen Löhel <juergen@loehel.de> - initial commit