[libbdplus-devel] [Git][videolan/libbdplus][master] 4 commits: Remove leftover header from Makefile

Petri Hintukainen (@hpi) gitlab at videolan.org
Sun Mar 6 12:33:44 UTC 2022



Petri Hintukainen pushed to branch master at VideoLAN / libbdplus


Commits:
091ab110 by anonymous at 2022-03-06T14:21:46+02:00
Remove leftover header from Makefile

- - - - -
72545422 by anonymous at 2022-03-06T14:21:48+02:00
Makefile: README.txt was renamed to README.md

- - - - -
077a5f82 by anonymous at 2022-03-06T14:22:48+02:00
Update ChangeLog

- - - - -
98a4ba11 by hpi1 at 2022-03-06T14:26:04+02:00
Bump version

- - - - -


3 changed files:

- ChangeLog
- Makefile.am
- configure.ac


Changes:

=====================================
ChangeLog
=====================================
@@ -1,4 +1,6 @@
-- Fix config path charset issues in Win32
+2022-03-06: Version 0.2.0
+- Add support for cached conversion tables.
+- Fix config path charset issues in Win32.
 - Use BDPLUS_DEBUG_FILE environment variable for log file.
 - Export API functions automatically when creating Windows dll.
 - Improve Windows compatibility.


=====================================
Makefile.am
=====================================
@@ -1,6 +1,6 @@
 ACLOCAL_AMFLAGS=-I m4
 
-EXTRA_DIST=bootstrap COPYING README.txt
+EXTRA_DIST=bootstrap COPYING README.md
 
 SET_FEATURES = @SET_FEATURES@
 SET_INCLUDES = -I$(top_srcdir)/src -I$(top_builddir)/src/libbdplus
@@ -42,7 +42,6 @@ libbdplus_la_SOURCES=\
 	src/file/file.h \
 	src/file/file.c \
 	src/file/filesystem.h \
-	src/file/file_default.h \
 	src/file/configfile.c \
 	src/file/configfile.h \
 	src/util/attributes.h \


=====================================
configure.ac
=====================================
@@ -1,7 +1,7 @@
 dnl library version number
 m4_define([bdplus_major], 0)
-m4_define([bdplus_minor], 1)
-m4_define([bdplus_micro], 2)
+m4_define([bdplus_minor], 2)
+m4_define([bdplus_micro], 0)
 m4_define([bdplus_version],[bdplus_major.bdplus_minor.bdplus_micro])
 
 dnl library (.so) version
@@ -14,8 +14,8 @@ 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],  1)
-m4_define([lt_age],      1)
+m4_define([lt_current],  2)
+m4_define([lt_age],      2)
 m4_define([lt_revision], 0)
 
 dnl initilization



View it on GitLab: https://code.videolan.org/videolan/libbdplus/-/compare/c0336aeea97927ae1ef35c1c50bc7a3b77dcad0b...98a4ba1104068f7be383a141a38465b0dca61e5b

-- 
View it on GitLab: https://code.videolan.org/videolan/libbdplus/-/compare/c0336aeea97927ae1ef35c1c50bc7a3b77dcad0b...98a4ba1104068f7be383a141a38465b0dca61e5b
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the libbdplus-devel mailing list