Skip to content

Commit 6d847e2

Browse files
committed
bump version to 4.5.0
1 parent 3eca195 commit 6d847e2

File tree

5 files changed

+22
-18
lines changed

5 files changed

+22
-18
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ This package was written by David McGrew, Blake Anderson, Philip Perricone
8989
and Bill Hudson {mcgrew,blaander,phperric,bhudson}@cisco.com of Cisco Systems
9090
Advanced Security Research Group (ASRG) and Security and Trust Organization (STO).
9191

92+
### Release 4.5.0
93+
* Added the ability to use AF_PACKET v3 and AF_FANOUT instead of libpcap
94+
* minor bug fixes
95+
9296
### Release 4.4.0
9397
* Fix SIGSEGV in DNS parsing (recursion depth bug)
9498
* Fix bug in IPv6 payload calculation

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.4.2
1+
4.5.0

configure

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for joy 4.4.2.
3+
# Generated by GNU Autoconf 2.69 for joy 4.5.0.
44
#
55
# Report bugs to <https://github.com/cisco/joy/issues>.
66
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
590590
# Identity of this package.
591591
PACKAGE_NAME='joy'
592592
PACKAGE_TARNAME='joy'
593-
PACKAGE_VERSION='4.4.2'
594-
PACKAGE_STRING='joy 4.4.2'
593+
PACKAGE_VERSION='4.5.0'
594+
PACKAGE_STRING='joy 4.5.0'
595595
PACKAGE_BUGREPORT='https://github.com/cisco/joy/issues'
596596
PACKAGE_URL='https://github.com/cisco/joy/'
597597

@@ -1345,7 +1345,7 @@ if test "$ac_init_help" = "long"; then
13451345
# Omit some internal or obsolete options to make the list less imposing.
13461346
# This message is too long to be a string in the A/UX 3.1 sh.
13471347
cat <<_ACEOF
1348-
\`configure' configures joy 4.4.2 to adapt to many kinds of systems.
1348+
\`configure' configures joy 4.5.0 to adapt to many kinds of systems.
13491349

13501350
Usage: $0 [OPTION]... [VAR=VALUE]...
13511351

@@ -1415,7 +1415,7 @@ fi
14151415

14161416
if test -n "$ac_init_help"; then
14171417
case $ac_init_help in
1418-
short | recursive ) echo "Configuration of joy 4.4.2:";;
1418+
short | recursive ) echo "Configuration of joy 4.5.0:";;
14191419
esac
14201420
cat <<\_ACEOF
14211421

@@ -1535,7 +1535,7 @@ fi
15351535
test -n "$ac_init_help" && exit $ac_status
15361536
if $ac_init_version; then
15371537
cat <<\_ACEOF
1538-
joy configure 4.4.2
1538+
joy configure 4.5.0
15391539
generated by GNU Autoconf 2.69
15401540

15411541
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2209,7 +2209,7 @@ cat >config.log <<_ACEOF
22092209
This file contains any messages produced by compilers while
22102210
running configure, to aid debugging if configure makes a mistake.
22112211

2212-
It was created by joy $as_me 4.4.2, which was
2212+
It was created by joy $as_me 4.5.0, which was
22132213
generated by GNU Autoconf 2.69. Invocation command line was
22142214

22152215
$ $0 $@
@@ -3077,7 +3077,7 @@ fi
30773077

30783078
# Define the identity of the package.
30793079
PACKAGE='joy'
3080-
VERSION='4.4.2'
3080+
VERSION='4.5.0'
30813081

30823082

30833083
cat >>confdefs.h <<_ACEOF
@@ -6826,16 +6826,16 @@ fi
68266826
done
68276827

68286828
######################## PKG Versioning #######################
6829-
PKG_VERSION_NUMBER="4:4:2"
6829+
PKG_VERSION_NUMBER="4:5:0"
68306830

68316831

68326832
$as_echo "#define JOY_MAJOR_VERSION 4" >>confdefs.h
68336833

68346834

6835-
$as_echo "#define JOY_MINOR_VERSION 4" >>confdefs.h
6835+
$as_echo "#define JOY_MINOR_VERSION 5" >>confdefs.h
68366836

68376837

6838-
$as_echo "#define JOY_MICRO_VERSION 2" >>confdefs.h
6838+
$as_echo "#define JOY_MICRO_VERSION 0" >>confdefs.h
68396839

68406840

68416841
######################## Library Versioning ####################
@@ -6844,7 +6844,7 @@ $as_echo "#define JOY_MICRO_VERSION 2" >>confdefs.h
68446844
# For each shared library
68456845
#
68466846
#joy.so age for version
6847-
JOY_LIBRARY_VERSION="4:4:0"
6847+
JOY_LIBRARY_VERSION="4:5:0"
68486848

68496849

68506850
case `pwd` in
@@ -18581,7 +18581,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1858118581
# report actual input values of CONFIG_FILES etc. instead of their
1858218582
# values after options handling.
1858318583
ac_log="
18584-
This file was extended by joy $as_me 4.4.2, which was
18584+
This file was extended by joy $as_me 4.5.0, which was
1858518585
generated by GNU Autoconf 2.69. Invocation command line was
1858618586

1858718587
CONFIG_FILES = $CONFIG_FILES
@@ -18648,7 +18648,7 @@ _ACEOF
1864818648
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1864918649
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1865018650
ac_cs_version="\\
18651-
joy config.status 4.4.2
18651+
joy config.status 4.5.0
1865218652
configured by $0, generated by GNU Autoconf 2.69,
1865318653
with options \\"\$ac_cs_config\\"
1865418654

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# Shared objects are named library.so.Major.age.Minor by autotools
1313
#
1414
m4_define([joy_major_version], [4])
15-
m4_define([joy_minor_version], [4])
16-
m4_define([joy_micro_version], [2])
15+
m4_define([joy_minor_version], [5])
16+
m4_define([joy_micro_version], [0])
1717

1818

1919
m4_define([joy_version],[joy_major_version.joy_minor_version.joy_micro_version])

windows/include/win_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include "stdint.h"
55

6-
#define VERSION "4.4.2"
6+
#define VERSION "4.5.0"
77

88
#define PCAP_NETMASK_UNKNOWN 0xffffffff
99

0 commit comments

Comments
 (0)