Change History (7)
comment:1 by , 4 years ago
comment:2 by , 4 years ago
Priority: | normal → low |
---|---|
Severity: | normal → minor |
I did a diff and the only change is in configure:
dnl Automatically increment the revision for every release. set -- $(IFS=.; echo ${PACKAGE_VERSION}) if test $# -ne 3 -o ${#1} -gt 1 -o ${#2} -gt 1 -o ${#3} -gt 2; then echo "This PACKAGE_VERSION breaks LT_REVISION" >&2 exit 1 fi
Does not affect us.
comment:3 by , 4 years ago
The new library is:
libacl.so.1.1.2301
the old one was:
libacl.so.1.1.230
I'll fix in the April update.
comment:4 by , 4 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Going to do an update due to OpenSSL-1.1.1k.
comment:6 by , 4 years ago
Book still points to 2.3.0, and there is a .xz for 2.3.1.
Fixed at r12171.
Note:
See TracTickets
for help on using tickets.
In the cases of both ACL and ATTR, this release seems to be related to incorrect library versioning.