Skip to content

Commit 9b654bd

Browse files
author
Don Dietrick
committed
Updating version numbers for OpenMap 5.1.15, preparing for tag.
1 parent ce4a427 commit 9b654bd

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
2016-12-09 Don Dietrick <[email protected]>
2+
3+
* Tagged OpenMap 5.1.15
4+
5+
* MapBean internal listener support managers are final and
6+
never get set to null, fixing a cleanup problem if listeners
7+
try to disengage themselves from the MapBean after dispose()
8+
has been called.
9+
10+
* EditableOMPoly grab points now in synchronized list to
11+
handle rapid clicks and repaints.
12+
13+
* Updated MapTileLayer to have a property where the local file
14+
cache can be saved or destroyed after use "saveCache".
15+
16+
* BufferedImageHelper fixed issue where images weren't getting
17+
reloaded from the file system, a cached version of the image was
18+
being used instead.
19+
20+
* MapTileCoordinateTransform has settable min/max zoom levels.
21+
122
2016-08-05 Don Dietrick <[email protected]>
223

324
* Tagged OpenMap 5.1.14

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
**/*.gif, **/*.png, **/IntersectionTest.java" />
1919
<property name="mac.app" value="OpenMap.app" />
2020
<property name="jar.excludes" value="${general.excludes}, **/*.java" />
21-
<property name="openmap_version" value="5.1.15b" />
21+
<property name="openmap_version" value="5.1.15" />
2222
<property name="openmap.ext" value="${openmap.home}/src/ext" />
2323
<property name="openmap.src" value="${openmap.home}/src/openmap" />
2424
<property name="svg.src" value="${openmap.home}/src/svg" />

src/openmap/com/bbn/openmap/MapBean.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public class MapBean extends JComponent
151151
/**
152152
* OpenMap version.
153153
*/
154-
public static final String version = "5.1.15b";
154+
public static final String version = "5.1.15";
155155

156156
/**
157157
* Suppress the copyright message on initialization.

0 commit comments

Comments
 (0)