File libpostal.changes of Package libpostal
------------------------------------------------------------------- Mon Nov 10 18:12:31 UTC 2025 - Jürgen Löhel <juergen@loehel.de> - Update to version 1.1.4: * Bump version: 1.1.3 → 1.1.4 * [fix] clear context->separators on each parse before adding to it, fixes #676 ------------------------------------------------------------------- Mon Sep 29 06:49:21 UTC 2025 - Jürgen Löhel <juergen@loehel.de> - Update to version 1.1.3: * Bump version: 1.1.2 → 1.1.3 * [fix] libtool's versioning system requires the age (patch) be less than or equal to the minor version, so cannot use semver. Instead use major.minor.0 for the moment * Bump version: 1.1.1 → 1.1.2 * [fix] LIBPOSTAL_SO_VERSION * [bumpversion] adding bumpversion config * Bump version: 1.1.0 → 1.1.1 * [configure] adding version parsing for major/minor/patch to configure.ac, then version can be modified once at the top of the script with a bumpversion config * [fix] memcpy in geohash, closes #707 * [rm] remove sse2neon.h, not used anymore and SIMDe is a better when ready to start using the clib dependencies * [fix] double-free on a non-lowercased transliterator name * [fix/utf8] reviewed and fixed all points where utf8proc_iterate is called and may return an error which can cause the iteration not to make forward progress. This includes fixing a bug where injecting invalid UTF-8 through a series of HTML-encoded codepoints can cause the C library to hang. Note: we're not fixing all the garbage encoding in the world, so if encoding is bad the output of expand_address may not be useful but it won't hang. Fixes #448 * Update README.md with new server * support cases where uname -m returns aarch64 * [windows] include libpostal_near_dupe_name_hashes in libpostal.def, fixes #694 * Typo fix in README.md * Remove unused regex that can cause exponential backtracking when used * README: install via Homebrew in one command * Fix broken blog post link in README. * [fix] grouping these is fine but putting the Spanish word as the canonical * fix: update nz.yaml with correct ids * Bump gevent from 1.1.2 to 23.9.0 in /scripts * Bump fiona from 1.6.3.post1 to 1.10.0 in /scripts * Bump requests from 2.20.0 to 2.32.2 in /scripts * [fix] ifdef includes around stndup * [readme] Github Actions status instead of Travis build * [fix] sparse_matrix_utils also had an incompatible pointer * [api/compat] PR #465 redefined the language classifier response struct in the API and was casting between incompatible pointer types. Using the exported struct throughout. * [fix] initialize next_id by zero in trie_new_from_cstring_array function * add g-ral as a variant for general in Romanian personal titles * Unify and clean the unofficial project references * Bump future from 0.15.2 to 0.18.3 in /scripts * Update gh.yaml * Update tw.yaml * [dictionaries] adding common Hindi tokens * move states abbreviation to toponyms.txt * add malaysia state abbreviation * add malaysia toponyms * add malaysia federal territory dict * Update street_types.txt * Bump lxml from 4.6.3 to 4.9.1 in /scripts * Bump ujson from 1.33 to 5.4.0 in /scripts * Bump numpy from 1.10.4 to 1.22.0 in /scripts * Modyfied install steps with notes that worked for me. * Update entrances.txt * Mention install with MacPorts in readme * Update street_types.txt * Add more words and synonyms for Hungarian language * Update qualifiers.txt * whosonfirst neighbourhood reverse geocoder * mention rust-postal as an available bindings library * Adding farm to market street type * group synonyms * fixed structures * Update README.md * Adde support for German office/house numbers with gebäude/geb prefix word. * Fixing a small typo in Ukrainian transliterated word 'budynok' (house), was: budnyok. * fix memory leak in setup when datadir is invalid or setup failed * Add haskell-postal to unofficial language bindings * minor typo * Add all missing libpostal_ exports to .def * [docs] Update Readme.md on free text extraction * overrides shouldn't be nested in admin_level * add missing "relation" tag * [docs] fix minor typo * Add to Romanian dictionary * Update street_types.txt ------------------------------------------------------------------- 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