From noreply at github.com Sun Dec 9 12:19:57 2012 From: noreply at github.com (GitHub) Date: Sun, 09 Dec 2012 12:19:57 -0800 Subject: [mapserver-commits] [mapserver/mapserver] 82da39: Fix problems with STYLEITEM (#4534) Message-ID: <50c4f26d2e1fe_735018d0ae4325a0@sh3.rs.github.com.mail> Branch: refs/heads/branch-6-2 Home: https://github.com/mapserver/mapserver Commit: 82da39e7a4665ec9459ae1fa89851060f438a232 https://github.com/mapserver/mapserver/commit/82da39e7a4665ec9459ae1fa89851060f438a232 Author: szekerest Date: 2012-12-09 (Sun, 09 Dec 2012) Changed paths: M maplayer.c Log Message: ----------- Fix problems with STYLEITEM (#4534) From noreply at github.com Tue Dec 11 00:26:11 2012 From: noreply at github.com (GitHub) Date: Tue, 11 Dec 2012 00:26:11 -0800 Subject: [mapserver-commits] [mapserver/mapserver] e9e489: Fix thread safety issue in msLoadMapFromString (#4... Message-ID: <50c6ee23dcc05_1e5b1171af0627de@sh3.rs.github.com.mail> Branch: refs/heads/branch-6-2 Home: https://github.com/mapserver/mapserver Commit: e9e48941e9b02378de57a8ad6c6aa0d070816b06 https://github.com/mapserver/mapserver/commit/e9e48941e9b02378de57a8ad6c6aa0d070816b06 Author: Homme Zwaagstra Date: 2012-12-11 (Tue, 11 Dec 2012) Changed paths: M mapfile.c Log Message: ----------- Fix thread safety issue in msLoadMapFromString (#4523) The `TLOCK_PARSER` thread mutex is now released after the call to `msyylex_destroy()` which otherwise clobbers global lexer variables that may be in use in another thread. closes #4523 Commit: 5e3bc561ae9f2e1bd97e75ab1cfe2e2baa270a31 https://github.com/mapserver/mapserver/commit/5e3bc561ae9f2e1bd97e75ab1cfe2e2baa270a31 Author: Homme Zwaagstra Date: 2012-12-11 (Tue, 11 Dec 2012) Changed paths: M cgiutil.h M mapserv.c Log Message: ----------- Remove redundant call to msDebugInitFromEnv (#4522) `msSetup()` already calls `msDebugInitFromEnv()`. Specify correct "C" linkage in `cgiutil.h` `cgiutil.h` is the only file included by `mapserver.h` which defines symbols and which isn't wrapped by `extern "C"`: its symbols end up in `libmapserver` and without this fix linking against them in C++ fails. closes #4522 Compare: https://github.com/mapserver/mapserver/compare/82da39e7a466...5e3bc561ae9f From noreply at github.com Tue Dec 11 01:47:13 2012 From: noreply at github.com (GitHub) Date: Tue, 11 Dec 2012 01:47:13 -0800 Subject: [mapserver-commits] [mapserver/mapserver] b6abf9: fix order of wms