[dvblast-devel] Prepare for 2.1 release

Christophe Massiot git at videolan.org
Tue Jan 3 23:03:23 CET 2012


dvblast | branch: master | Christophe Massiot <massiot at via.ecp.fr> | Tue Jan  3 23:02:52 2012 +0100| [30cf306a60a79f8746fdd7b1e4dc12fad95217b1] | committer: Christophe Massiot

Prepare for 2.1 release

> http://git.videolan.org/gitweb.cgi/dvblast.git/?a=commit;h=30cf306a60a79f8746fdd7b1e4dc12fad95217b1
---

 INSTALL   |    2 +-
 Makefile  |    2 +-
 NEWS      |    1 +
 dvblast.1 |    2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/INSTALL b/INSTALL
index 9cdc520..1785bcc 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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).
 
diff --git a/Makefile b/Makefile
index 7ed1ec6..5615cbb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # 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)
 
diff --git a/NEWS b/NEWS
index 8c1708c..cb249a5 100644
--- a/NEWS
+++ b/NEWS
@@ -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:
 ----------------------------
diff --git a/dvblast.1 b/dvblast.1
index 189d171..bef178c 100644
--- a/dvblast.1
+++ b/dvblast.1
@@ -1,4 +1,4 @@
-.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



More information about the dvblast-devel mailing list