File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 21
21
$ ctest --output-on-failure .
22
22
$ cmake --build . --target distcheck
23
23
24
- 4. Update the NEWS file (extract most important things from the repository log). Make sure to update the release date.
24
+ 4. Update the NEWS file (extract most important things from the
25
+ repository log). Make sure to update the release date.
25
26
26
27
5. Commit the changes in the NEWS file.
27
28
Push changes with: git push origin,
56
57
57
58
11. Close current GitHub milestone and add a new one for next release.
58
59
59
- 12. Announce on geos-devel
60
+ 12. Announce on geos-devel
Original file line number Diff line number Diff line change 1
1
## Changes in 3.12.2
2
- xxxx-xx-xx
2
+ 2024-06-05
3
3
4
4
- Fixes:
5
5
- Intersection: change to using DoubleDouble computation to improve robustness (GH-937 , Martin Davis)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ GEOS_VERSION_MINOR=12
5
5
GEOS_VERSION_PATCH=2
6
6
7
7
# OPTIONS: "", "dev", "rc1" etc.
8
- GEOS_PATCH_WORD=dev
8
+ GEOS_PATCH_WORD=
9
9
10
10
# GEOS CAPI Versions
11
11
#
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ class GEOS_DLL LineSegment {
248
248
249
249
// / Computes the midpoint of the segment
250
250
//
251
- // / @param ret will be set to the midpoint of the segment
251
+ // / @return the midpoint of the segment
252
252
// /
253
253
CoordinateXY midPoint () const
254
254
{
You can’t perform that action at this time.
0 commit comments