]> gitweb.michael.orlitzky.com - apply-default-acl.git/commitdiff
autotools: bump the package and library versions to v0.2.0 and v1.0.0. v0.2.0
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 2 Mar 2018 14:14:35 +0000 (09:14 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 2 Mar 2018 14:14:35 +0000 (09:14 -0500)
Since the apply_default_acl_ex() function has been removed from the
public API, a new libadacl.so.1 is needed.

configure.ac
src/Makefile.am

index 52ab7200e648f2bd4ba38cd0ad058ae0a0d9b731..2bc57ebbee36858c8dba44dbd098ca18733334ed 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.68])
-AC_INIT([apply-default-acl], [0.1.5], [michael@orlitzky.com])
+AC_INIT([apply-default-acl], [0.2.0], [michael@orlitzky.com])
 AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz])
 AC_CONFIG_SRCDIR([src/apply-default-acl.c])
 AC_CONFIG_FILES([Makefile src/Makefile])
index dd95ec1223bf72d667fa812b83c29e650dca72c0..0aa6054229ea53f402a224bdd9c08d92bf4865c4 100644 (file)
@@ -3,5 +3,8 @@ libadacl_la_SOURCES = libadacl.c libadacl.h
 libadacl_la_LIBADD = -lacl
 include_HEADERS = libadacl.h
 
+# The apply_default_acl_ex() function was dropped in v0.2.0.
+libadacl_la_LDFLAGS = -version-info 1:0:0
+
 bin_PROGRAMS = apply-default-acl
 apply_default_acl_LDADD = libadacl.la