source: osm/applications/editors/josm/plugins/imagerycache/changelog@ 30884

Last change on this file since 30884 was 29690, checked in by akks, 11 years ago

JOSM/ImageryCache: add optional imagerycache.randomAccessFile parameter for slower but less system-dependent storage

File size: 806 bytes
Line 
115.03.2013, 29363: Initial commit
207.04.2013 :
3* Updated MapDB from GitHub, version 06.04, occasional deadlock on start fixed
4* Java 1.6 compatibilty due to update of MapDB
5* Metadata is loaded from database correctly
6* Code refactoring, iterfaces introduces
7* Stop background database operations on closing (much less errors on shutdown), needs MapDB one-line hack
8* Multiple JOSM instances now store JOSM in multiple files (Mapnik, Mapnik_1, Mapnik_2, etc.) , Mapnik.lock file indicates that the file is currently used
9* DAO object is a singleton now, one file per JVM will be created
10* Cache directory is created if needed
11
1221.06.2013 :
13* Add optional imagerycache.randomAccessFile parameter for slower but less system-dependent storage
14(RandomAccessFile instead of memory mapped file)
Note: See TracBrowser for help on using the repository browser.