Commit c9cf845d authored by Karsten Loesing's avatar Karsten Loesing
Browse files

Prepare for 1.2.0 release.

parent 7ff442b8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
# Changes in version 1.?.? - 2017-??-??
# Changes in version 1.2.0 - 2017-07-12

 * Major changes
   - Download .tpf files from OnionPerf hosts.
   - Stop downloading and merging .data and .extradata files from
     Torperf hosts.
   - Update to metrics-lib 2.0.0.
   - Update to Debian stretch libraries.

 * Medium changes
   - Clean up files in recent/exit-lists/ again.
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

  <property name="javadoc-title" value="CollecTor API Documentation"/>
  <property name="implementation-title" value="CollecTor" />
  <property name="release.version" value="1.1.2-dev" />
  <property name="release.version" value="1.2.0" />
  <property name="project-main-class" value="org.torproject.collector.Main" />
  <property name="name" value="collector"/>
  <property name="metricslibversion" value="2.0.0" />