Skip to content

Commit 175c6c1

Browse files
committed
Merge branch 'branch-6-0' into branch-6-2
Conflicts: mapwcs.h mapwcs20.c
2 parents 5ca7cf0 + 5af6da6 commit 175c6c1

File tree

7 files changed

+1334
-1323
lines changed

7 files changed

+1334
-1323
lines changed

HISTORY.TXT

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Current Version (future 6.2.0-beta2, GIT branch-6-2):
1616

1717
- Fix segfault in queryByFilter function in PHP/MapScript
1818

19+
- Adjusted WCS 2.0 to WCS Core 2.0.1 and GMLCOV 1.0.1 corrigenda (#4003)
20+
1921
- Adjusted mediatype to multipart/related in WCS 2.0 (#4003)
2022

2123
- Fix symbolObj.getImage seg fault in PHP/MapScript

mapows.h

+1
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ MS_DLL_EXPORT int msOWSParseRequestMetadata(const char *metadata, const char *re
144144
#define OWS_1_1_2 0x010102
145145
#define OWS_1_3_0 0x010300
146146
#define OWS_2_0_0 0x020000
147+
#define OWS_2_0_1 0x020001
147148
#define OWS_VERSION_MAXLEN 20 /* Buffer size for msOWSGetVersionString() */
148149
#define OWS_VERSION_NOTSET -1
149150
#define OWS_VERSION_BADFORMAT -2

0 commit comments

Comments
 (0)