Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Upcoming version:
------------------
- removing task clean again
- better changelog creation (using markdown syntax a bit more)
- fixing problems with gradle's clean task
- fixing invalid clean task definition
- adding removal of CHANGELOG to clean task
Version v0.5.1:
----------------
- removed hard-coded version from gradle (is set using scmversion plugin)
- added density generation for synthethic networks
- removed pgRouting / osm2pgrouting from files (not needed and never used)
- updated grgit gradle plugin to version 1.2.0
- heavily increased performance
- fixed problems with initializing db for isochrone-datamodel
- fixed invalid reference to remote caching location
- using isochrone-datamodel now
- clearified comment
- fixed path to isochrone-tools artifact
- using updated data-tables (created using isochrone-datamodel)
- #1 fixed
- Updating java to latest version (8u51)
- upgrade to gradle version 2.6
- added MIT license
- updated geoserver to latest version (2.7.2)
- increased version number
Version v0.5.0:
----------------
- increased version number
- geoserver version update
- always adding pg_procedures to created database (not only when postgis is installed)
- added installation of phpLiteAdmin and spatialite
- Merge branch 'master' of git@dbis-git.uibk.ac.at:krismer/isochrone-vm.git
- source profile in init script so it works without problems in centos 6 with the service command
- Fixed tomcat startup message
- creating directories needed by script at the beginning
- using multiple bootstrap shell script (so on dbis-isochrone data can be imported without running virtualbox machine)
- updating gradle (to v2.4)
- java version update
- added postgresql.conf (should fix empty log file and unexpected locale)
- not sharing vagrant's home directoy anymore -> writing bootstrap logs to dedicated log folder -> should fix the problem where vagrant asks for password on "vagrant up"
- adding synced folders for log files (log files in home and in postgresql-log directory)
- changed path to nexus repository (dbis dns name changed)
- improved db setup (log file handling) so test can get timings from postgresql log file
- fixed some parameter sorting in unzip command
- increased version number
Version v0.4.1:
----------------
- updating to java8u40
- removed support for fedora 20 some version updates added isochrone-tool artifact download -> generating synthetic networks in datbase now
- added documentation about VT-x/AMD-V in virtualbox
- upgrade to gradle version 2.3
- fixed typo reworked profile.d exports (added missing postgresql to path)
- fixed typo
- removed duplicate definition of auto_correct (in ports section)
- Increased version number
Version v0.4.0:
----------------
- version upgrade to 0.4.0-SNAPSHOT (renaming 0.3.7-SNAPSHOT to 0.4.0-SNAPSHOT)
- update to latest apache-tomcat (version 8.0.18)
- disabling port auto_correction (causes problems for test cases)
- java version update (to jdk8u31)
- update to latest geoserver version (2.6.2)
- fixed typo
- added documentation in README
- added support for forced server mode
- added vm configuration (from project isochrone)
- first commit