Commit 28e734f4 authored by Gildas Bazin's avatar Gildas Bazin

* ALL: bumped version number to 0.1.3
parent 2b4e3f01
...@@ -2,6 +2,19 @@ ...@@ -2,6 +2,19 @@
# ChangeLog for libdvbpsi # # ChangeLog for libdvbpsi #
#=========================# #=========================#
0.1.3
Tue, 29 Jul 2003 01:01:02 +0200
* fixed segfault with invalid/corrupted psi data
* update spec file
* src/descriptors/*: fixed some typos
* misc/*: added tests on the new descriptors
* src/descriptors/*: added a few DVB descriptors decoder and generator
(Stuffing, Bouquet Name, Service Name)
* src/demux.*: DVB PSI tables demux, required since one PID channel
may contain different tables.
* src/tables/sdt*: SDT decoder (no generator yet)
* examples/decode_sdt.c: added SDT decoder example
0.1.2 0.1.2
Fri, 11 Oct 2002 11:34:23 +0200 Fri, 11 Oct 2002 11:34:23 +0200
......
...@@ -2,7 +2,7 @@ AC_INIT(src/dvbpsi.c) ...@@ -2,7 +2,7 @@ AC_INIT(src/dvbpsi.c)
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(libdvbpsi, 0.1.2) AM_INIT_AUTOMAKE(libdvbpsi, 0.1.3)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
#AC_CANONICAL_HOST #AC_CANONICAL_HOST
......
libdvbpsi (0.1.3-1) unstable; urgency=low
* New upstream release.
-- Samuel Hocevar <sam@zoy.org> Tue, 29 Jul 2003 01:25:23 +0200
libdvbpsi (0.1.2-2) unstable; urgency=low libdvbpsi (0.1.2-2) unstable; urgency=low
* Package that can also be installed on Woody and Sarge, not juste Sid. * Package that can also be installed on Woody and Sarge, not juste Sid.
......
%define name libdvbpsi %define name libdvbpsi
%define version 0.1.2 %define version 0.1.2
%define release 2mdk %define release 1
%define major 1 %define major 1
%define lib_name %{name}%{major} %define lib_name %{name}%{major}
...@@ -91,6 +91,9 @@ rm -rf %buildroot ...@@ -91,6 +91,9 @@ rm -rf %buildroot
%{_includedir}/* %{_includedir}/*
%changelog %changelog
* Tue Jul 29 2003 Yves Duret <yves@zarb.org>
- 0.1.3 release.
* Fri Dec 13 2002 Yves Duret <yves@zarb.org> 0.1.2-2mdk * Fri Dec 13 2002 Yves Duret <yves@zarb.org> 0.1.2-2mdk
- s#Copyright#License# - s#Copyright#License#
- include the libtool .la files. - include the libtool .la files.
......
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