Skip to content

Commit 543474d

Browse files
committed
preparing for release 1.16
1 parent 6a872ad commit 543474d

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DVB inspector requires java 11 or higher.
1212

1313
DVB inspector comes in a single .zip file. It contains all necessary files for running DVB inspector.
1414

15-
Unzip DVBinspector-1.15.0-dist.zip to a directory of your choice. It will create the following directory structure;
15+
Unzip DVBinspector-1.16.0-dist.zip to a directory of your choice. It will create the following directory structure;
1616

1717
### Directory structure
1818

@@ -24,13 +24,13 @@ Unzip DVBinspector-1.15.0-dist.zip to a directory of your choice. It will create
2424
* dvb.bat Dos command script that starts the program. Can be modified if libraries are placed in a different location than default.
2525
* dvb.sh Bash script to start the program using Linux.
2626
* DVBInspector.jar contains the classes for the main program. Can be executed using the dvb.bat or dvb.sh script.
27-
* DVBinspector-1.15.0.jar. Self contained jar that contains all resources and libs. To execute just double click.
27+
* DVBinspector-1.16.0.jar. Self contained jar that contains all resources and libs. To execute just double click.
2828

2929
## Usage
3030

31-
### DVBinspector-1.15.0.jar
31+
### DVBinspector-1.16.0.jar
3232

33-
There are two ways to start DVBInspector. The easiest is to use DVBinspector-1.15.0.jar. This jar contains everything DVBInspector needs (apart from java), so there is no need to set class-paths, etc. On windows just double-click. Or from command line type "DVBinspector-1.15.0.jar" (without the quotes). If you want more control (to set heap size), and see some debug information you can use "java -jar DVBinspector-1.15.0.jar".
33+
There are two ways to start DVBInspector. The easiest is to use DVBinspector-1.16.0.jar. This jar contains everything DVBInspector needs (apart from java), so there is no need to set class-paths, etc. On windows just double-click. Or from command line type "DVBinspector-1.16.0.jar" (without the quotes). If you want more control (to set heap size), and see some debug information you can use "java -jar DVBinspector-1.16.0.jar".
3434

3535
### dvb.bat
3636

@@ -48,6 +48,21 @@ See the [manual](http://www.digitalekabeltelevisie.nl/dvb_inspector/usermanual.s
4848

4949
List of the most important changes between releases.
5050

51+
### Release 1.16.0
52+
Release date: 23/01/2022
53+
54+
* added: interpreting PSI tables based on tableID
55+
* added: support for stuffing sections
56+
* added: support for TSDT (Transport stream description table)
57+
* added: DTG ServiceAttributeDescriptor
58+
* added: ServiceAvailabilityDescriptor
59+
* added: Option to show timestamps as seconds.uuu instead of hh:mm:ss.uuu
60+
* updated: dependencies like opencsv, jfreechart, etc.
61+
* fixed: bug in original network id of the TransportProtocolDescriptor
62+
* fixed: bug when getting the objectInfo data in BIOPFileMessage
63+
* fixed: missing fields in TerrestrialDeliverySystemDescriptor
64+
65+
5166
### Release 1.15.0 (10th anniversary release)
5267
Release date: 31/01/2021
5368

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>nl.digitalekabeltelevisie</groupId>
77
<artifactId>DVBinspector</artifactId>
88
<packaging>jar</packaging>
9-
<version>1.16.0-SNAPSHOT</version>
9+
<version>1.16.0</version>
1010
<description>DVB Inspector is an open-source DVB analyzer, written in java</description>
1111
<name>DVBinspector</name>
1212

0 commit comments

Comments
 (0)