diff --git a/NEWS b/NEWS index b4c66fdb30b8f7cb47010d588735ab3fa69947a2..a4e61ab941b2781404b43d4814f20461675c2fd1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +libdvdread (5.0.3) + * Cache IFO and BUP files (only for ImageFiles) in order to reduce the number + of read/seek access + libdvdread (5.0.2) * Add DVDOpenStream to open a dvd from a set of callbacks diff --git a/configure.ac b/configure.ac index 1ea8663f9c0f364e2f54c5d69a86991624bf1d01..187b19a8deb19e22360b718329b93b6827b2f294 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(libdvdread, 5.0.2) +AC_INIT(libdvdread, 5.0.3) AC_CONFIG_SRCDIR([src/dvd_reader.c]) AC_PREREQ(2.53)