Commit 81a0414e authored by Jean-Paul Saman's avatar Jean-Paul Saman

In preparation of 1.0.0-pre1 release.

parent 04bf9642
Changes between 0.2.2 and 1.0.0: Changes between 0.2.2 and 1.0.0-pre1:
-------------------------------- --------------------------------
* new example application dvbinfo * new example application dvbinfo
...@@ -6,7 +6,9 @@ Changes between 0.2.2 and 1.0.0: ...@@ -6,7 +6,9 @@ Changes between 0.2.2 and 1.0.0:
* add log callback (remove fprintf's) * add log callback (remove fprintf's)
* make API more consistent, see doxygen "howto-new-api" section for converting your code: * make API more consistent, see doxygen "howto-new-api" section for converting your code:
- introduces dvbpsi_t typedef - introduces dvbpsi_t typedef
- removed dvbpis_handle - removed dvbpsi_handle
- changed argument order
- changed table functions prototypes
* EIT table generation * EIT table generation
* RST table decoding and generation * RST table decoding and generation
* new descriptor 0x40, 0x41, 0x49, 0x4a, 0x4b, 0x4f, 0x50 and 0x7c (decoder and generators) * new descriptor 0x40, 0x41, 0x49, 0x4a, 0x4b, 0x4f, 0x50 and 0x7c (decoder and generators)
......
AC_INIT(libdvbpsi, 1.0.0) AC_INIT(libdvbpsi, 1.0.0-pre1)
AC_PREREQ(2.50) AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR(.auto) AC_CONFIG_AUX_DIR(.auto)
......
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