Bas Couwenberg pushed to branch experimental at Debian GIS Project / mapserver
Commits: f5706605 by Bas Couwenberg at 2025-01-08T17:10:09+01:00 New upstream version 8.4.0~rc1 - - - - - 14711f7d by Bas Couwenberg at 2025-01-08T17:10:23+01:00 Update upstream source from tag 'upstream/8.4.0_rc1' Update to upstream version '8.4.0~rc1' with Debian dir 7b797528ff3f67cbfc04094f058812ab3586eee4 - - - - - fca24dc8 by Bas Couwenberg at 2025-01-08T17:11:02+01:00 New upstream release candidate. - - - - - 4b254c4a by Bas Couwenberg at 2025-01-08T17:12:30+01:00 Update copyright file. - - - - - 6b4c1696 by Bas Couwenberg at 2025-01-08T17:12:46+01:00 Set distribution to experimental. - - - - - 6 changed files: - CMakeLists.txt - HISTORY.md - LICENSE.md - debian/changelog - debian/copyright - src/mapserver.h Changes: ===================================== CMakeLists.txt ===================================== @@ -18,7 +18,7 @@ include(CheckCSourceCompiles) set (MapServer_VERSION_MAJOR 8) set (MapServer_VERSION_MINOR 4) set (MapServer_VERSION_REVISION 0) -set (MapServer_VERSION_SUFFIX "-beta2") +set (MapServer_VERSION_SUFFIX "-rc1") # Set C++ version # Make CMAKE_CXX_STANDARD available as cache option overridable by user ===================================== HISTORY.md ===================================== @@ -13,6 +13,11 @@ https://mapserver.org/development/changelog/ The online Migration Guide can be found at https://mapserver.org/MIGRATION_GUIDE.html +8.4.0-rc1 release (2025-01-08) +------------------------------ + +- include stdbool.h in mapserver.h (#7205) + 8.4.0-beta2 release (2024-12-14) -------------------------------- ===================================== LICENSE.md ===================================== @@ -4,7 +4,7 @@ MapServer Licensing MapServer General ----------------- -Copyright (c) 2008-2024 Open Source Geospatial Foundation. +Copyright (c) 2008-2025 Open Source Geospatial Foundation. Copyright (c) 1996-2008 Regents of the University of Minnesota. Permission is hereby granted, free of charge, to any person obtaining a copy ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +mapserver (8.4.0~rc1-1~exp1) experimental; urgency=medium + + * New upstream release candidate. + * Update copyright file. + + -- Bas Couwenberg <[email protected]> Wed, 08 Jan 2025 17:12:31 +0100 + mapserver (8.4.0~beta2-1~exp1) experimental; urgency=medium * New upstream beta release. ===================================== debian/copyright ===================================== @@ -24,8 +24,8 @@ Copyright: Joyent, Inc. and other Node contributors 2021, MapServer team 2008, 2010, 2021, Paul Ramsey 1996-2022, Regents of the University of Minnesota. - 2008-2024, Open Source Geospatial Foundation. 2013, 2016, 2019-2024, Even Rouault + 2008-2025, Open Source Geospatial Foundation. License: MIT Files: fuzzers/build.sh ===================================== src/mapserver.h ===================================== @@ -39,6 +39,7 @@ #define _GNU_SOURCE /* Required for <string.h> strcasestr() defn */ #endif +#include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> View it on GitLab: https://salsa.debian.org/debian-gis-team/mapserver/-/compare/2d49590877179ce01e41c2fa4e51be054d06cb22...6b4c1696fdd50f1769e06b7c3a374d44f4c2e098 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/mapserver/-/compare/2d49590877179ce01e41c2fa4e51be054d06cb22...6b4c1696fdd50f1769e06b7c3a374d44f4c2e098 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
