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


Commits:
ef19582e by Bas Couwenberg at 2024-09-07T06:41:19+02:00
New upstream version 3.13.0
- - - - -


4 changed files:

- NEWS.md
- Version.txt
- doxygen/check_doxygen_errors.cmake
- release.md


Changes:

=====================================
NEWS.md
=====================================
@@ -1,5 +1,5 @@
 ## Changes in 3.13.0
-2024-08-xx
+2024-09-06
 
 - New things:
   - Add Angle::sinCosSnap to avoid small errors, e.g. with buffer operations 
(GH-978, Mike Taves)


=====================================
Version.txt
=====================================
@@ -5,7 +5,7 @@ GEOS_VERSION_MINOR=13
 GEOS_VERSION_PATCH=0
 
 # OPTIONS: "", "dev", "rc1" etc.
-GEOS_PATCH_WORD=beta2
+GEOS_PATCH_WORD=
 
 # GEOS CAPI Versions
 #


=====================================
doxygen/check_doxygen_errors.cmake
=====================================
@@ -32,7 +32,7 @@ if(EXISTS "${DOXYGEN_LOGFILE}")
 
   foreach(LINE ${LOGFILE})
     string(REGEX MATCH
-      ".*(not documented|ignoring unsupported tag).*" IGNORE ${LINE})
+      ".*(not documented|ignoring unsupported tag|tag without matching).*" 
IGNORE ${LINE})
     if("${IGNORE}" STREQUAL "")
       list(APPEND ERRORS ${LINE})
     endif()


=====================================
release.md
=====================================
@@ -1,4 +1,4 @@
-2024-08-xx
+2024-09-06
 
 - New things:
   - Add Angle::sinCosSnap to avoid small errors, e.g. with buffer operations 
(GH-978, Mike Taves)



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/geos/-/commit/ef19582ec9c5db94a4d564639dd1af0e40b9bc1d

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


_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to