2017-08-21 Nemea-detectors-1.3.7
	* blacklistfilter: 
		removed PalevoTracker

	* brute_force_detector:
		whitelist: code refactoring, reworked coding style
		fixed possible division by zero, fixed some warnings regarding int and unsigned int comparison
		updated whitelist unit tests

	* hoststats:
		removed ippaddr_cpp.h, now uses ip_to_str
		bugfixes
	
	* sip_bf_detector:
		improved signal handler

	* ignore build artefacts
	* minor bugfixes all over the Nemea-detectors

2017-06-08 Nemea-detectors-1.3.6
	* ddos_detector:
		added threshold-based detector of distributed denial of service attacks
	* miner_detector: 
		added support for other cryptocurrencies
		passive detection based on decision tree
		whitelist/blacklist items now expire

2017-03-01 Nemea-detectors-1.3.5
	* sip_bf_detector:
		fixed bug causing the detector to crash
		added possibility to change some additional default thresholds
		updated README

2016-10-07 Nemea-detectors-1.3.4
        * sip_bf_detector:
		added source and destination port to alert
	* voip_fraud_detection:
		bugfixes
	* haddrscan_detector:
		changed detection method (read README)
		updated agregator
		updated README
	* vportscan_detector:
		updated README
	* booterfilter:
		added new detector - detection of booter communication

2016-10-07 Nemea-detectors-1.3.3
        * sip_bf_detector:
		now reporting soure IP instead of destination IP to TimeMachine
		updated README
		bugfixes
	* vportscan & haddrscan:
		bugfix

2016-10-04 Nemea-detectors-1.3.2
        * sip_bf_detector:
                improved detection algorithm
		output format now in UniRec
		added second output interface for alerting the Time Machine
        * voip_fraud_detection: 
                changed required unirec fields
	* vportscan_detector:
		aggregator: uses a dictionary instead of a list for events
	* haddrscan_detector: 
		aggregator: uses a dictionary instead of a list for events

2016-08-05 Nemea-detectors-1.3.1
	* sip_bf_detector:
		compatibility with c++11
	* miner_detector:
		bugfixes

2016-07-28 Nemea-detectors-1.3.0
	* vportscan_detector:
		bugfix bad timestamp field used
		optimization
		replace python wrapper with pytrap in aggregator
	* UrlBlacklistFilter:
		update to new framework version
	* miner_detector:
		added new detector of BitCoin miners
	* hoststats:
		updated detection of scans and dos
	* haddrscan_detector:
		added new detector of horizontal scans
	* all detectors:
		adapted to changed API of B+ tree in nemea-common
	* bruteforcedetector:
		published from internal repository
	* amplification_detector:
		code maintenance

2016-06-03 Nemea-detectors-1.2.4
	* tunnel_detection & DNSblacklistfilter:
		fixed data type of DNS_RDATA (bytes->string)
	* sip_bf_detecotr:
		updated default values
		added Doxyfile

2016-04-24 Nemea-detectors-1.2.3
        * voip_fraud_detecion:
		added IFC for SDM statistics
		changed default path to the file with last event id
		disabled debugging info output
	* sip_bf_detector:
		added protocol and link bit field to outgoing alerts
		illogical fields in report now set to null
		breach flag now contain true/flase rather than 0/1 value
	* tunnel_detection:
		path to the file with last event id can be set with parameter E
		default path to the file is set to /data/dnstunnel_detection/event_id.txt

2016-04-03 Nemea-detectors-1.2.2
        * vportscan_detector:
		added README
		few bugfixes

2016-03-16 Nemea-detectors-1.2
        * added module: SIP Brute-Force Detector


2016-02-28 Nemea-detectors-1.1
	* bugfix voip_fraud_detection
	* doc improvement
	* renamed tunnel_detection to dnstunnel_detection

2016-02-16 Nemea-detectros-1.0

	* Contained components:
		amplification_detection
		blacklistfilter
		hoststatsnemea
		tunnel_detection
		voip_fraud_detection
		vportscan_detector
