Release 1.2.2-0.6

This commit is contained in:
zzz
2019-08-21 12:30:46 +00:00
parent 29bdda5d0a
commit c7e0df48bb
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
* 2019-08-xx 1.2.2-0.6
* 2019-08-21 1.2.2-0.6
- Overhaul front-end to use full html output and a default light theme
- Enable GeoIP lookups for nodes to permit display of flags
- Add country code lookups for nodes and display on tooltip
@ -9,6 +9,7 @@
- Display platform, observed bandwidth and uptime on circuit node tooltips
- Add hints and notes to config section, and include missing options
- Change maxCircuitDirtiness to Tor default of 10 minutes
- Update dizum dirauth IP
* 2019-06-24 1.2.2-0.5
- Remove unused XMLRPC Transport and related libs

View File

@ -11,7 +11,7 @@
<target name="plugin" depends="war">
<!-- get version number -->
<buildnumber file="scripts/build.number" />
<property name="release.number" value="1.2.2-0.5" />
<property name="release.number" value="1.2.2-0.6" />
<!-- add the GeoIP.dat file & README.txt -->
<copy file="geoip/GeoIP.dat" todir="plugin/geoip/" overwrite="true" />