[Git][debian-gis-team/postgis][upstream] New upstream version 3.4.0~rc4+dfsg

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Tue Aug 15 04:54:01 BST 2023



Bas Couwenberg pushed to branch upstream at Debian GIS Project / postgis


Commits:
0b879524 by Bas Couwenberg at 2023-08-15T05:17:28+02:00
New upstream version 3.4.0~rc4+dfsg
- - - - -


9 changed files:

- ChangeLog
- NEWS
- README.postgis
- Version.config
- doc/Makefile.in
- doc/release_notes.xml
- extensions/address_standardizer/Makefile
- extensions/upgradeable_versions.mk
- postgis_revision.h


Changes:

=====================================
ChangeLog
=====================================
@@ -1,3 +1,22 @@
+2023-08-14  Regina Obe <lr at pcorp.us>
+
+	* NEWS, README.postgis, doc/release_notes.xml: Prepping for 3.4.0rc4
+	release
+
+2023-08-14  Regina Obe <lr at pcorp.us>
+
+	* NEWS, Version.config: Prepping for PostGIS 3.4.0rc4
+
+2023-08-14  Regina Obe <lr at pcorp.us>
+
+	* doc/Makefile.in: distclean localize patch from Bas Couwenberg
+	Closes #5477 for PostGIS 3.4.0rc4
+
+2023-08-14  Regina Obe <lr at pcorp.us>
+
+	* NEWS, Version.config, extensions/upgradeable_versions.mk: Flip
+	back to dev in case we need to have another rc
+
 2023-08-14  Regina Obe <lr at pcorp.us>
 
 	* README.md: Update ci statuses to follow 3.4 ci branches
@@ -102,28 +121,6 @@
 
 2023-08-11  Regina Obe <lr at pcorp.us>
 
-	*
-	extensions/address_standardizer/expected/test-debug_standardize_add
-	ress.out: Regress output fix from Tobias Bussmann Closes #5470 for
-	PostGIS 3.4.0
-
-2023-08-10  Regina Obe <lr at pcorp.us>
-
-	* postgis/postgis_before_upgrade.sql: Drop
-	ST_CoverageInvalidLocations was renamed to ST_CoverageInvalidEdges Closes #5471 for PostGIS 3.4.0
-
-2023-08-10  Regina Obe <lr at pcorp.us>
-
-	* ci/winnie/build_postgis.sh, ci/winnie/regress_postgis.sh,
-	ci/winnie/winnie_common.sh: WINNIE LZ4 fix  - When PG is compiled with Lz4 support    it fails in LZ4 is not included in LDCONFIG    and pkg-config.     To fix, just always include it just in case it's    needed
-
-2023-08-10  Teramoto Ikuhiro <yellow at affrc.go.jp>
-
-	* doc/po/ja/reference_cluster.xml.po: Translated using Weblate
-	(Japanese) Currently translated at 100.0% (50 of 50 strings) Translation: postgis/reference_cluster.xml Translate-URL:
-	https://weblate.osgeo.org/projects/postgis/reference_clusterxml/ja/
-
-2023-08-08  Sandro Santilli <strk at kbt.io>
-
-	* [woodie] Regenerated docs.yml with update-docs-localized.sh Writes subset of languages to be built in the script
+	* Regress output fix from Tobias Bussmann Closes #5470 for PostGIS
+	3.4.0
 


=====================================
NEWS
=====================================
@@ -1,7 +1,7 @@
 PostGIS 3.4.0
 2023/08/xx
 
-This version requires PostgreSQL 12 or higher, GEOS 3.6 or higher, and Proj 6.1+.
+This version requires PostgreSQL 12-16, GEOS 3.6 or higher, and Proj 6.1+.
 To take advantage of all features, GEOS 3.12+ is needed.
 To take advantage of all SFCGAL featurs, SFCGAL 1.4.1+ is needed.
 


=====================================
README.postgis
=====================================
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 3.4.0rc2
-:Date: 2023-08-11
+:Version: 3.4.0
+:Date: 2023-08-15
 :Website: https://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties


=====================================
Version.config
=====================================
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=4
-POSTGIS_MICRO_VERSION=0rc3
+POSTGIS_MICRO_VERSION=0rc4
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION


=====================================
doc/Makefile.in
=====================================
@@ -432,6 +432,7 @@ images images-install images-uninstall images-clean:
 	$(MAKE) -C $(images_builddir) $@
 
 html-clean:
+	rm -f $(html_builddir)/docbook.css
 	rm -f $(html_builddir)/postgis$(DOCSUFFIX).html
 	rm -rf $(html_builddir)/postgis$(DOCSUFFIX)/
 	rm -rf $(html_builddir)/postgis-web$(DOCSUFFIX)/
@@ -461,8 +462,9 @@ clean: images-clean html-clean pdf-clean epub-clean cheatsheet-clean
 	rm -f *.tmp
 	$(MAKE) clean-localized
 
-distclean: clean distclean-localized
+distclean: clean
 	$(MAKE) -C $(images_builddir) distclean
+	$(MAKE) distclean-localized
 	rm -f Makefile Makefile.comments
 
 maintainer-clean: distclean


=====================================
doc/release_notes.xml
=====================================
@@ -5,7 +5,7 @@
         <sect1>
             <title>PostGIS 3.4.0</title>
             <para>2023/08/15</para>
-            <para>This version requires PostgreSQL 12 or higher, GEOS 3.6 or higher, and Proj 6.1+.
+            <para>This version requires PostgreSQL 12-16, GEOS 3.6 or higher, and Proj 6.1+.
             To take advantage of all features, GEOS 3.12+ is needed.
             To take advantage of all SFCGAL featurs, SFCGAL 1.4.1+ is needed.</para>
             <para>NOTE: GEOS 3.12.0 details at <ulink url="https://libgeos.org/posts/2023-06-27-geos-3-12-released/">GEOS 3.12.0 release notes</ulink></para>


=====================================
extensions/address_standardizer/Makefile
=====================================
@@ -30,7 +30,7 @@ POSTGIS_PGSQL_VERSION=130
 # SQL preprocessor
 SQLPP = /usr/bin/cpp -traditional-cpp -w -P -Upixel -Ubool
 GREP=/bin/grep
-EXTVERSION = 3.4.0rc3
+EXTVERSION = 3.4.0rc4
 MODULE_big = address_standardizer-3
 MODULEPATH    = $$libdir/address_standardizer-3
 ifeq (no,yes)
@@ -48,7 +48,7 @@ DATA_built = \
 	$(NULL)
 
 all:  sql/address_standardizer_pre.sql sql/address_standardizer.sql sql/address_standardizer--1.0--$(EXTVERSION).sql sql/$(EXTENSION)--$(EXTVERSION).sql sql/$(EXTENSION)--ANY--$(EXTVERSION).sql \
- sql/$(EXTENSION)_data_us.sql sql/address_standardizer--3.4.0rc3.sql sql/$(EXTENSION)_data_us--3.4.0rc3.sql  sql/$(EXTENSION)_data_us--$(EXTVERSION)--$(EXTVERSION)next.sql \
+ sql/$(EXTENSION)_data_us.sql sql/address_standardizer--3.4.0rc4.sql sql/$(EXTENSION)_data_us--3.4.0rc4.sql  sql/$(EXTENSION)_data_us--$(EXTVERSION)--$(EXTVERSION)next.sql \
 sql/$(EXTENSION)_data_us--$(EXTVERSION)next--$(EXTVERSION).sql sql/$(EXTENSION)_data_us--ANY--$(EXTVERSION).sql \
 sql/test-init-extensions.sql sql/test-parseaddress.sql sql/test-standardize_address_1.sql sql/test-standardize_address_2.sql sql/test-debug_standardize_address.sql
 


=====================================
extensions/upgradeable_versions.mk
=====================================
@@ -89,5 +89,4 @@ UPGRADEABLE_VERSIONS = \
 	3.3.1 \
 	3.3.2 \
 	3.3.3 \
-	3.3.4 \
-	3.4.0dev
+	3.3.4


=====================================
postgis_revision.h
=====================================
@@ -1 +1 @@
-#define POSTGIS_REVISION 99647ab
+#define POSTGIS_REVISION d2312df



View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/0b87952487ffede01959150065560fc37ae95931

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/0b87952487ffede01959150065560fc37ae95931
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20230815/ef39d89a/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list