[Git][debian-gis-team/postgis][upstream] New upstream version 3.4.0+dfsg
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Wed Aug 16 05:26:57 BST 2023
Bas Couwenberg pushed to branch upstream at Debian GIS Project / postgis
Commits:
fbed4851 by Bas Couwenberg at 2023-08-16T06:13:55+02:00
New upstream version 3.4.0+dfsg
- - - - -
5 changed files:
- ChangeLog
- NEWS
- Version.config
- extensions/address_standardizer/Makefile
- postgis_revision.h
Changes:
=====================================
ChangeLog
=====================================
@@ -1,3 +1,11 @@
+2023-08-15 Regina Obe <lr at pcorp.us>
+
+ * NEWS: Prepare for 3.4.0 release
+
+2023-08-14 Regina Obe <lr at pcorp.us>
+
+ * Version.config: Flip 3.4 to 3.4.0
+
2023-08-14 Regina Obe <lr at pcorp.us>
* NEWS, README.postgis, doc/release_notes.xml: Prepping for 3.4.0rc4
@@ -100,27 +108,5 @@
2023-08-11 Regina Obe <lr at pcorp.us>
- * NEWS, README.postgis, doc/po/de/introduction.xml.po,
- doc/po/de/release_notes.xml.po, doc/po/es/introduction.xml.po,
- doc/po/es/release_notes.xml.po, doc/po/fr/introduction.xml.po,
- doc/po/fr/release_notes.xml.po, doc/po/it_IT/introduction.xml.po,
- doc/po/it_IT/release_notes.xml.po, doc/po/ja/introduction.xml.po,
- doc/po/ja/reference_cluster.xml.po, doc/po/ja/release_notes.xml.po,
- doc/po/ko_KR/introduction.xml.po,
- doc/po/ko_KR/release_notes.xml.po, doc/po/pl/introduction.xml.po,
- doc/po/pl/release_notes.xml.po, doc/po/pt_BR/introduction.xml.po,
- doc/po/pt_BR/release_notes.xml.po, doc/po/ru/introduction.xml.po,
- doc/po/ru/release_notes.xml.po,
- doc/po/templates/introduction.xml.pot,
- doc/po/templates/release_notes.xml.pot, doc/release_notes.xml,
- extensions/upgradeable_versions.mk: PREPPING FOR 3.4.0rc2 release - Update pos and pots - Clarify some items in NEWS - Get rid of betas and rcs in extension upgrade
-
-2023-08-11 Regina Obe <lr at pcorp.us>
-
- * NEWS: Revise news based on input from Greg Troxel
-
-2023-08-11 Regina Obe <lr at pcorp.us>
-
- * Regress output fix from Tobias Bussmann Closes #5470 for PostGIS
- 3.4.0
+ * PREPPING FOR 3.4.0rc2 release - Update pos and pots - Clarify some items in NEWS - Get rid of betas and rcs in extension upgrade
=====================================
NEWS
=====================================
@@ -1,5 +1,5 @@
PostGIS 3.4.0
-2023/08/xx
+2023/08/15
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.
=====================================
Version.config
=====================================
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=4
-POSTGIS_MICRO_VERSION=0rc4
+POSTGIS_MICRO_VERSION=0
# Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
# when changing POSTGIS_MINOR_VERSION
=====================================
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.0rc4
+EXTVERSION = 3.4.0
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.0rc4.sql sql/$(EXTENSION)_data_us--3.4.0rc4.sql sql/$(EXTENSION)_data_us--$(EXTVERSION)--$(EXTVERSION)next.sql \
+ sql/$(EXTENSION)_data_us.sql sql/address_standardizer--3.4.0.sql sql/$(EXTENSION)_data_us--3.4.0.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
=====================================
postgis_revision.h
=====================================
@@ -1 +1 @@
-#define POSTGIS_REVISION d2312df
+#define POSTGIS_REVISION 0874ea3
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/fbed4851a9bd84d1e722f7f86517b90358ae1a5a
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/fbed4851a9bd84d1e722f7f86517b90358ae1a5a
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/20230816/11d41f21/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list