[postgis-tickets] [SCM] PostGIS branch stable-3.4 updated. 3.4.0rc3-3-g73870b40f

git at osgeo.org git at osgeo.org
Mon Aug 14 11:40:23 PDT 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, stable-3.4 has been updated
       via  73870b40fcffdf09861422844e43bb64db506a3e (commit)
       via  223a7f41f65ee44b2b056ab28722f3d9ee0b4c6e (commit)
      from  ea84e614bbd5fa8616ab9a421fbb6dc4e94bb0d5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 73870b40fcffdf09861422844e43bb64db506a3e
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Aug 14 14:40:08 2023 -0400

    Prepping for PostGIS 3.4.0rc4

diff --git a/NEWS b/NEWS
index 24338f696..acfaa8e53 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 PostGIS 3.4.0
-2023/08/14
+2023/08/xx
 
 This version requires PostgreSQL 12 or higher, GEOS 3.6 or higher, and Proj 6.1+.
 To take advantage of all features, GEOS 3.12+ is needed.
diff --git a/Version.config b/Version.config
index 1908410bd..66e6c35c5 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=4
-POSTGIS_MICRO_VERSION=0dev
+POSTGIS_MICRO_VERSION=0rc4
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION

commit 223a7f41f65ee44b2b056ab28722f3d9ee0b4c6e
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Aug 14 14:38:46 2023 -0400

    distclean localize patch from Bas Couwenberg
    Closes #5477 for PostGIS 3.4.0rc4

diff --git a/doc/Makefile.in b/doc/Makefile.in
index 8eaf702e8..b835b2a1d 100644
--- a/doc/Makefile.in
+++ b/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

-----------------------------------------------------------------------

Summary of changes:
 NEWS            | 2 +-
 Version.config  | 2 +-
 doc/Makefile.in | 4 +++-
 3 files changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list