[libbdplus-devel] 0.1.2
anonymous
git at videolan.org
Wed Jan 21 13:52:30 CET 2015
libbdplus | branch: master | anonymous <anonymous at anonymous.org> | Wed Jan 21 12:28:22 2015 +0200| [e6b6111d99999c2d4aa9ffd71dcc2a98bea193ec] | committer: anonymous
0.1.2
> http://git.videolan.org/gitweb.cgi/libbdplus.git/?a=commit;h=e6b6111d99999c2d4aa9ffd71dcc2a98bea193ec
---
ChangeLog | 4 ++++
configure.ac | 8 ++++----
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 04fa443..0a28ebf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-23: Version 0.1.2
+- Add support for unmounted discs
+- Fix use after free
+
2014-05-27: Version 0.1.1
- Support for gcrypt 1.6.
- Fix out of tree builds.
diff --git a/configure.ac b/configure.ac
index b732dfd..3a4a39e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl library version number
m4_define([bdplus_major], 0)
m4_define([bdplus_minor], 1)
-m4_define([bdplus_micro], 1)
+m4_define([bdplus_micro], 2)
m4_define([bdplus_version],[bdplus_major.bdplus_minor.bdplus_micro])
dnl library (.so) version
@@ -14,9 +14,9 @@ dnl - If ABI is broken, increase current and set age and revision to 0.
#
dnl Library file name will be libbdplus.(current-age).age.revision
#
-m4_define([lt_current], 0)
-m4_define([lt_age], 0)
-m4_define([lt_revision], 1)
+m4_define([lt_current], 1)
+m4_define([lt_age], 1)
+m4_define([lt_revision], 0)
dnl initilization
AC_INIT([libbdplus], bdplus_version, [http://www.videolan.org/developers/libbdplus.html])
More information about the libbdplus-devel
mailing list