Commit 386e8ed5 authored by Pavel Vainerman's avatar Pavel Vainerman

up version

parent 314d9a78
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
%define oname uniset2 %define oname uniset2
Name: libuniset2 Name: libuniset2
Version: 2.8.2 Version: 2.9.1
Release: alt1 Release: alt1
Summary: UniSet - library for building distributed industrial control systems Summary: UniSet - library for building distributed industrial control systems
...@@ -558,6 +558,9 @@ rm -f %buildroot%_docdir/%oname/html/*.md5 ...@@ -558,6 +558,9 @@ rm -f %buildroot%_docdir/%oname/html/*.md5
# history of current unpublished changes # history of current unpublished changes
%changelog %changelog
* Fri Jan 08 2021 Pavel Vainerman <pv@altlinux.ru> 2.9.1-alt1
- supported http-resolver (when localIOR=1)
* Thu Jan 07 2021 Pavel Vainerman <pv@altlinux.ru> 2.8.2-alt1 * Thu Jan 07 2021 Pavel Vainerman <pv@altlinux.ru> 2.8.2-alt1
- supported "freeze vaule" - supported "freeze vaule"
- modbus master: runtime reload config - modbus master: runtime reload config
......
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
# See doc: http://www.gnu.org/software/hello/manual/autoconf/Generic-Programs.html # See doc: http://www.gnu.org/software/hello/manual/autoconf/Generic-Programs.html
# AC_PREREQ(2.59) # AC_PREREQ(2.59)
AC_INIT([uniset2], [2.8.2], pv@etersoft.ru) AC_INIT([uniset2], [2.9.1], pv@etersoft.ru)
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE
LIBVER=10:2:8 LIBVER=11:1:9
AC_SUBST(LIBVER) AC_SUBST(LIBVER)
# AC_CONFIG_MACRO_DIR([m4]) # AC_CONFIG_MACRO_DIR([m4])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment