Skip to content

Commit 8a8d403

Browse files
author
Jesper Dangaard Brouer
committed
Release: Version 0.3.2.
Making a release before: Renaming the kernel module, from "mp2t" to "mpeg2ts". Finally integrated Jan Engelhardts patches to the iptables module, back from the Netfilter Workshop, Oct. 2010. These patches lived in the Xtables-addon branch named "mp2t". Signed-off-by: Jesper Dangaard Brouer <hawk@comx.dk>
1 parent 235da91 commit 8a8d403

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11

22
Recent changes
33

4+
2011-04-14 Jesper Dangaard Brouer <hawk@comx.dk>
5+
6+
* Version 0.3.2.
7+
8+
Finally integrated Jan Engelhardts patches to the iptables module,
9+
back from the Netfilter Workshop, Oct. 2010. These patches lived
10+
in the Xtables-addon branch named "mp2t".
11+
12+
Making a release before:
13+
Renaming the kernel module, from "mp2t" to "mpeg2ts".
14+
415
2010-11-17 Jesper Dangaard Brouer <hawk@comx.dk>
516

617
* Version 0.3.1.

collector/lib/tvprobe/mp2t.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ BEGIN {
8484
our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
8585

8686
# Package version
87-
$VERSION = "0.3.1";
87+
$VERSION = "0.3.2";
8888

8989
@ISA = qw(Exporter);
9090
@EXPORT = qw(

iptables-module/xt_mp2t.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
userspace.
1818
*/
1919
#define XT_MODULE_NAME "xt_mp2t"
20-
#define XT_MODULE_VERSION "0.3.1"
21-
#define XT_MODULE_RELDATE "Nov 17, 2010"
20+
#define XT_MODULE_VERSION "0.3.2"
21+
#define XT_MODULE_RELDATE "Apr 14, 2011"
2222
#define PFX XT_MODULE_NAME ": "
2323

2424
static char version[] =

0 commit comments

Comments
 (0)