Skip to content

Commit

Permalink
Release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jelu committed Oct 15, 2016
1 parent 7891530 commit 179c131
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
2016-10-15 Jerry Lundström

Release 2.2.1

Two bugfixes with one being critical (caused segfault, sorry for that)
- `pcap-thread` had an issue that threads where not closed on exit
of `pcap_thread_run()`, this only created many threads in my testing
environment but reports came in that it segfaulted.
- When started `dsc` (not in debug mode) it will wait to align with
the time, that did not get update with the configurable interval
change.

Commits:

6e3654b Fix #90: Update pcap-thread to v1.1.2 to fix a segfault issue
c9350a3 Fix #92: Honor configured interval when aligning
acaf617 minor typo

2016-10-10 Jerry Lundström

Release 2.2.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.2.0], [dsc@dns-oarc.net], [dsc], [https://github.com/DNS-OARC/dsc/issues])
AC_INIT([DSC], [2.2.1], [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
20 changes: 20 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
dsc (2.2.1-1~unstable+1) unstable; urgency=low

* Release 2.2.1

Two bugfixes with one being critical (caused segfault, sorry for that)
- `pcap-thread` had an issue that threads where not closed on exit
of `pcap_thread_run()`, this only created many threads in my testing
environment but reports came in that it segfaulted.
- When started `dsc` (not in debug mode) it will wait to align with
the time, that did not get update with the configurable interval
change.

Commits:

6e3654b Fix #90: Update pcap-thread to v1.1.2 to fix a segfault issue
c9350a3 Fix #92: Honor configured interval when aligning
acaf617 minor typo

-- Jerry Lundström <lundstrom.jerry@gmail.com> Sun, 16 Oct 2016 00:08:49 +0200

dsc (2.2.0-1~unstable+1) unstable; urgency=low

* Release 2.2.0
Expand Down

0 comments on commit 179c131

Please sign in to comment.