Skip to content

Commit

Permalink
Release 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jelu committed Mar 29, 2017
1 parent 4e934fe commit b811d7e
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2017-03-29 Jerry Lundström

Release 2.5.1

Various compatibility issues and a possible runtime bug, related to
pcap-thread, fixed.

Commits:

5ed03e3 Compat for OS X
8605759 Fix compiler warnings
5fbad26 Update pcap-thread to v2.1.2
47ed110 Update pcap-thread to v2.1.1

2017-03-02 Jerry Lundström

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

* Release 2.5.1

Various compatibility issues and a possible runtime bug, related to
pcap-thread, fixed.

Commits:

5ed03e3 Compat for OS X
8605759 Fix compiler warnings
5fbad26 Update pcap-thread to v2.1.2
47ed110 Update pcap-thread to v2.1.1

-- Jerry Lundström <lundstrom.jerry@gmail.com> Wed, 29 Mar 2017 13:54:12 +0200

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

* Release 2.5.0
Expand Down
11 changes: 10 additions & 1 deletion rpm/spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dsc
Version: 2.5.0
Version: 2.5.1
Release: 1%{?dist}
Summary: DNS Statistics Collector

Expand Down Expand Up @@ -55,6 +55,15 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Wed Mar 29 2017 Jerry Lundström <lundstrom.jerry@gmail.com> 2.5.1-1
- Release 2.5.1
* Various compatibility issues and a possible runtime bug, related to
pcap-thread, fixed.
* Commits:
5ed03e3 Compat for OS X
8605759 Fix compiler warnings
5fbad26 Update pcap-thread to v2.1.2
47ed110 Update pcap-thread to v2.1.1
* Thu Mar 02 2017 Jerry Lundström <lundstrom.jerry@gmail.com> 2.5.0-1
- Release 2.5.0
* Resolved memory leaks within the IP fragment reassembly code that was
Expand Down

0 comments on commit b811d7e

Please sign in to comment.