Commit 30cf306a authored by Christophe Massiot's avatar Christophe Massiot

Prepare for 2.1 release

parent e3f27d63
......@@ -18,7 +18,7 @@ Compile the program with `make` and install with `make install`. Your
kernel must support DVB S2API which was merged in Linux 2.6.28 and released
on 24 Dec 2008.
DVBlast 2.0 no longer requires libdvbpsi runtime and libdvbpsi-devel for
DVBlast 2.X no longer requires libdvbpsi runtime and libdvbpsi-devel for
compilation. Instead you must install biTStream on your build machine (no
runtime library is needed).
......
# DVBlast Makefile
# Customise the path of your kernel
VERSION = 2.0.0
VERSION = 2.1.0
TOPDIR = `basename ${PWD}`
GIT_VER = $(shell git describe --tags --dirty --always 2>/dev/null)
......
......@@ -3,6 +3,7 @@ Changes between 2.0 and 2.1:
----------------------------
* Fix MMI menus which were accidentally broken in 2.0
* Remove ecm and emm output options because they weren't working
* Better handling of changed PSI tables with same version number
Changes between 1.2 and 2.0:
----------------------------
......
.TH DVBLAST "1" "January 2010" "DVBlast 2.0" "User Commands"
.TH DVBLAST "1" "January 2010" "DVBlast 2.1" "User Commands"
.SH NAME
DVBlast \- Simple and powerful dvb streaming application
.SH SYNOPSIS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment