Skip to content

Commit

Permalink
Preparing 6.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Boudreault committed May 18, 2012
1 parent 7801ec7 commit 2e17a60
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions HISTORY.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ the top of the list.)

For a complete change history, please see the Git log comments.

Current Version (future 6.0.3, SVN branch-6-0):
-----------------------------------------------
Version 6.0.3 (2012-05-18):
---------------------------

- Fix creation of a vector symbolObj in mapscript (#4318)

Expand All @@ -22,13 +22,15 @@ Current Version (future 6.0.3, SVN branch-6-0):

- Ignore unknown requets parameteres in WCS 2.0 (#4307).

- Fixed mapscript is unusable in a web application due to memory leaks (#4262)
- Fixed mapscript is unusable in a web application due to
memory leaks (#4262)

- Fixed getFeature request with custom output format fails on filter encoding (#4190)
- Fixed getFeature request with custom output format fails on filter
encoding (#4190)

- Fixed resolution when UoM changes in WCS 2.0 (#4283)

- Added missing DEFRESOLUTION parameter to msCopyMap() function (#4272)
- Added missing DEFRESOLUTION parameter to msCopyMap() function (#4272)

- Fixed Python MapScript layerObj/classObj Error (#3940)

Expand Down
4 changes: 2 additions & 2 deletions mapserver.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
/*
** MapServer version - to be updated for every release
*/
#define MS_VERSION "6.0.2"
#define MS_VERSION "6.0.3"

#define MS_VERSION_MAJOR 6
#define MS_VERSION_MINOR 0
#define MS_VERSION_REV 2
#define MS_VERSION_REV 3

#define MS_VERSION_NUM (MS_VERSION_MAJOR*10000+MS_VERSION_MINOR*100+MS_VERSION_REV)

Expand Down

0 comments on commit 2e17a60

Please sign in to comment.