Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jelu committed Jun 28, 2016
1 parent c89a520 commit 0b81032
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
2016-06-28 Jerry Lundström

Release 2.1.1

Bugfixes:
- 22688c1 Fix pcap/select last_ts
In some cases `select` will return the fd set as if there are packets
to read but there aren't. That would case the last timestamp to not
advance and the `Pcap_run` loop to never finish.
This fix add a check on packets captured and sets last timestamp if
none where caught.

Commits:

d115b3f Correct configuration, missing `;`.
22688c1 Fix pcap/select last_ts
b6d3dd8 Fix package dependencies.
c8979c4 Add debian/ubuntu package files

2016-06-09 Jerry Lundström

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

* Release 2.1.1

Bugfixes:
- 22688c1 Fix pcap/select last_ts
In some cases `select` will return the fd set as if there are packets
to read but there aren't. That would case the last timestamp to not
advance and the `Pcap_run` loop to never finish.
This fix add a check on packets captured and sets last timestamp if
none where caught.

Commits:

d115b3f Correct configuration, missing `;`.
22688c1 Fix pcap/select last_ts
b6d3dd8 Fix package dependencies.
c8979c4 Add debian/ubuntu package files

-- Jerry Lundström <lundstrom.jerry@gmail.com> Tue, 28 Jun 2016 14:14:56 +0200

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

* Fix package dependencies.
Expand Down

0 comments on commit 0b81032

Please sign in to comment.