Changeset: 851f263b29c7 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/851f263b29c7 Modified Files: geom/ChangeLog.Dec2023 Branch: Dec2023 Log Message:
Add a blurb about geom not being available on older Debian/Ubuntu. diffs (19 lines): diff --git a/geom/ChangeLog.Dec2023 b/geom/ChangeLog.Dec2023 --- a/geom/ChangeLog.Dec2023 +++ b/geom/ChangeLog.Dec2023 @@ -1,6 +1,15 @@ # ChangeLog file for geom # This file is updated with Maddlog +* Thu Nov 23 2023 Sjoerd Mullender <[email protected]> +- Because recent changes to the geom module require the use of geos + 3.10, the geom module is no longer available in older versions of + Debian and Ubuntu. Specifically, Debian 10 and 11 (buster and + bullseye) and Ubuntu 20.04 (Focal Fossa) are affected. There is no + automatic upgrade available for databases that were geom enabled to + databases that are not, so dump + restore is the only option (if no + geom types are actually used). + * Thu Nov 23 2023 stefanos mavros <[email protected]> - Implements Rtree index in GDK layer based on librtree. The index is used in the implementation of the filter functions ST_Intersects and _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
