From 4426f938870310adbd1d48e5a1cce4aad043d155 Mon Sep 17 00:00:00 2001 From: Steve Lime Date: Wed, 4 Apr 2012 11:18:24 -0500 Subject: [PATCH 1/3] Added missing DEFRESOLUTION parameter to msCopyMap() function. (#4272) --- mapcopy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mapcopy.c b/mapcopy.c index 833e57d803..019109590c 100644 --- a/mapcopy.c +++ b/mapcopy.c @@ -977,6 +977,7 @@ int msCopyMap(mapObj *dst, mapObj *src) MS_COPYSTELEM(cellsize); MS_COPYSTELEM(units); MS_COPYSTELEM(scaledenom); + MS_COPYSTELEM(defresolution); MS_COPYSTELEM(resolution); MS_COPYSTRING(dst->shapepath, src->shapepath); MS_COPYSTRING(dst->mappath, src->mappath); From e0f238476a6126385763f2c771eab547166c31b9 Mon Sep 17 00:00:00 2001 From: Steve Lime Date: Wed, 4 Apr 2012 11:19:10 -0500 Subject: [PATCH 2/3] Update HISTORY.TXT --- HISTORY.TXT | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY.TXT b/HISTORY.TXT index 1d830f9217..b5bb17f6d6 100644 --- a/HISTORY.TXT +++ b/HISTORY.TXT @@ -1,4 +1,3 @@ - MapServer Revision History ========================== @@ -13,7 +12,9 @@ the top of the list.) For a complete change history, please see the Subversion log comments. Current Version (future 6.0.3, SVN branch-6-0): ---------------------------- +----------------------------------------------- + +- Added missing DEFRESOLUTION parameter to msCopyMap() function (#4272) - Fixed Python MapScript layerObj/classObj Error (#3940) From d6945cbc4aa5543f74a073f343dbb1dfbd88b807 Mon Sep 17 00:00:00 2001 From: Thomas Bonfort Date: Wed, 4 Apr 2012 19:04:37 +0200 Subject: [PATCH 3/3] s/SVN/git --- HISTORY.TXT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.TXT b/HISTORY.TXT index 8845166acd..96a5895569 100644 --- a/HISTORY.TXT +++ b/HISTORY.TXT @@ -7,7 +7,7 @@ next. Developers are strongly encouraged to document their changes and their impacts on the users here. (Please add the most recent changes to the top of the list.) -For a complete change history, please see the Subversion log comments. +For a complete change history, please see the Git log comments. Version 4.10.7 (2010-07-12) ---------------------------