Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jelu committed Jun 9, 2016
1 parent 3c98dd7 commit e159555
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
2016-06-09 Jerry Lundström

Release 2.1.0

This release brings a couple of new features, the ability to change
the interval for which DSC writes out the statistics files and a new
indexer for AS numbers.
There was also an issue detected in Ubuntu 16.04 when reading pcap files
would result in doubling the statistics if running in daemon mode.
Looking at the strace it might be a issue with the kernel, libc, pcap or
a combination that results in the open file handle to reset and essentially
read all the data twice.

Credits:
- Klaus Darilion NIC.AT for interval changes and AS number indexer.

Commits:

8ab8632 Rewrote ASN indexer to remove the need for malloc/free. Removed
the need to malloc ipstr. Use same unknown tags as country
indexer.
89d4984 add ASN index: maps src-IP to AS number using GeoIP ASNum DB
8d5c6bf Fix #14: Remove ncap
c0f00e7 Add test for statistics_interval
cf9ede2 Add checks and documentation for statistics_interval
93eeecd new config option 'statistics_interval' (defaults to 60s)
a28f5d4 Fix #62: Do not go into daemon mode if reading offline files
2bc1abb Add information about puppet module

2016-06-01 Jerry Lundström

Release 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# POSSIBILITY OF SUCH DAMAGE.

AC_PREREQ(2.61)
AC_INIT([DSC], [2.0.0], [dsc@dns-oarc.net], [dsc], [https://github.com/DNS-OARC/dsc/issues])
AC_INIT([DSC], [2.1.0], [dsc@dns-oarc.net], [dsc], [https://github.com/DNS-OARC/dsc/issues])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AC_CONFIG_SRCDIR([src/md_array.c])
AC_CONFIG_HEADER([src/config.h])
Expand Down

0 comments on commit e159555

Please sign in to comment.