Commit 48748d2c authored by Pavel Vainerman's avatar Pavel Vainerman Committed by Pavel Vainerman

release 2.20.1-alt1

parent f2a71850
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
%define oname uniset2 %define oname uniset2
Name: libuniset2 Name: libuniset2
Version: 2.19.1 Version: 2.20.1
Release: alt2 Release: alt1
Summary: UniSet - library for building distributed industrial control systems Summary: UniSet - library for building distributed industrial control systems
License: LGPL-2.1 License: LGPL-2.1
...@@ -594,6 +594,13 @@ rm -f %buildroot%_docdir/%oname/html/*.md5 ...@@ -594,6 +594,13 @@ rm -f %buildroot%_docdir/%oname/html/*.md5
# history of current unpublished changes # history of current unpublished changes
%changelog %changelog
* Mon May 09 2022 Pavel Vainerman <pv@altlinux.ru> 2.20.1-alt1
- (smemory): minor log fixes
- (IOController): direct use DBServer (optimization)
- (websocketgate): added LogServer, minor optimization
- (logserver): supported "--set-verbosity" command, make style
- (UNet): added processing statistics, minior fixes
* Sun Dec 19 2021 Pavel Vainerman <pv@altlinux.ru> 2.19.1-alt2 * Sun Dec 19 2021 Pavel Vainerman <pv@altlinux.ru> 2.19.1-alt2
- [pg]: force c++17 - [pg]: force c++17
- fixed lib version - fixed lib version
......
...@@ -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.19.1], pv@etersoft.ru) AC_INIT([uniset2], [2.20.1], pv@etersoft.ru)
AM_INIT_AUTOMAKE([subdir-objects]) AM_INIT_AUTOMAKE([subdir-objects])
LIBVER=21:1:19 LIBVER=22:1:20
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