[libbdplus-devel] 0.1.1

anonymous git at videolan.org
Tue May 27 09:35:11 CEST 2014


libbdplus | branch: master | anonymous <anonymous at anonymous.org> | Tue May 27 10:27:31 2014 +0300| [f0bc045de405a8766e63daa513ac469d72cc5303] | committer: anonymous

0.1.1

> http://git.videolan.org/gitweb.cgi/libbdplus.git/?a=commit;h=f0bc045de405a8766e63daa513ac469d72cc5303
---

 ChangeLog    |    5 +++++
 configure.ac |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8c8acee..04fa443 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-27: Version 0.1.1
+ - Support for gcrypt 1.6.
+ - Fix out of tree builds.
+ - Fix building without libaacs.
+
 2013-12-18: Version 0.1.0
  - First release.
  - Support for BD+ generations 1 and 2.
diff --git a/configure.ac b/configure.ac
index 3c598cf..2103066 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], 0)
+m4_define([bdplus_micro], 1)
 m4_define([bdplus_version],[bdplus_major.bdplus_minor.bdplus_micro])
 
 dnl library (.so) version
@@ -16,7 +16,7 @@ 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], 0)
+m4_define([lt_revision], 1)
 
 dnl initilization
 AC_INIT([libbdplus], bdplus_version, [http://www.videolan.org/developers/libbdplus.html])



More information about the libbdplus-devel mailing list