This repository was archived by the owner on Apr 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathChangelog
139 lines (112 loc) · 3.17 KB
/
Changelog
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
*v1.4.1(2014.2.3)
* Fix debianize error
*v1.4 (2014.2.3)
lua-nginx-osm(0.43)
- More region data
vagrant
- bootstrap shell fix
Travis-CI
- Now tested with travis-CI
Tileman-create
- fix db create error in UTF8
- create missing hstore extension
Tileman-load
- Improve error check
- Help message
Tileman-update
- force not to run in parallel
- remove ideas to use FIFO(named-pipe)
- Download pbf file with timestamp check
- fix drop option
nginx/sites/tileman-*
- Zoom 19 support
- add Proxy parameter X-Real-IP
/etc/tileman.conf
- default to 1core CPU/1GB mem
*v1.3 (2013.9.8)
lua-nginx-osm
- based on lua-nginx-osm v0.30
nginx/sites/tileman-*
- all configurations prefixed with tileman-
utilities
- utilities goes to bin/
vagrant
- vagrant script is included for developers.
*v1.2 (2013.7.4)
lua-nginx-osm
-move core logics as library
-move to git submodule
-update to support background request
-based on lua-nginx-osm v0.30
nginx/sites/tileserver{_ssl}
-fix undefind var map reference.
-use new request api
updatedb
-handle expire.list by tirex-batch
-no neccesary render-expired anymore
updatedb/bin/osm-expconv:
- convert expire.list to tirex-batch command
- tile expiration is done by tirex-batch now
install.sh:
- consolidated install script
- move directory structure under /opt/tileman/
others:
- remove lib/iniparser render-expired
there are not nessesary now.
*v1.1 (2013.5.26)
Rename project as 'TileMan'
doc/
-change project name in documents
-add configuration diagram
updatedb/:
-organize directory structure.
and introduce bin/ etc/
lib/iniparser:
-now it is submodule
render-expired/:
-now it is submodule
*v1.0 (2013.5.13)
nginx/script/tileserver.lua:
- performance improvement in tirex driver
- reduce debug message
nginx/script/tilecheck.lua:
- add detection of region inclusion of x/y/z
documents:
- update release and readme documents.
*1.0 Beta5 (2013.5.7)
nginx/script/tileserver.lua:
- fix light thread show broker bug.
It won't be worked in Beta4.
- remove tirex debug command
nginx/sites/omsfj-tileserver:
nginx/script/osmfj_tilecheck.lua:
- introduce japan region check of x/y/z
it has still bug in the inclusion detection algrithm.
known-bug::
- polygon should be convex-polygon.
- miss-detect with concave polygon now.
*1.0 Beta4 (2013.5.6)
nginx/script/tileserver.lua:
- introduce light thread 'tirex_handler'
- integrate renderd_expire into osm-updatedb script
- add tirex debug command
*1.0 Beta3 (2013.5.1)
nginx/script/tileserver.lua:
- Refactoring
- Fix udp error (#22)
Tirex server accept duplicate requests but get away it.
And return single response for request.
Because tileserver wait by each, some recv() fails with timeout.
Now it sometimes show timeout error, but working well.
*1.0 Beta2 (2013.4.30)
- fix MetaTile path error. that cause the tile server totaly useless.
- update documents
- fix geoip logic
- fix install scripts
- external library now goes PPA
- some cleanup
*1.0 Beta1 (2013.4.10)
- first beta.
- works well for tile cache server.
- static tile replacement is also working
- not tested for tile server.