Skip to content
Commits on Source (4)
Changes between 1.3.2 and 1.3.3:
-------------------------------
* Fix regression in dvbpsi_decoder_psi_section_add() set i_last_section_number
Changes between 1.3.1 and 1.3.2:
-------------------------------
......
AC_INIT([libdvbpsi], [1.3.2])
AC_INIT([libdvbpsi], [1.3.3])
AC_PREREQ([2.50])
AC_CONFIG_AUX_DIR([.auto])
......
......@@ -38,7 +38,7 @@ PROJECT_NAME = libdvbpsi
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 1.3.2
PROJECT_NUMBER = 1.3.3
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
......
......@@ -78,6 +78,9 @@ rm -rf %buildroot
%{_includedir}/*
%changelog
* Thu Aug 22 2019 Jean-Paul Saman <jpsaman@videolan.org - 1.3.3
- bugfixes
* Mon Oct 16 2017 Jean-Paul Saman <jpsaman@videolan.org - 1.3.2
- bugfixes
......