Commit 2cd26e77 authored by Pavel Vainerman's avatar Pavel Vainerman

release 2.7

parent ebde50ab
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
%define oname uniset2 %define oname uniset2
Name: libuniset2 Name: libuniset2
Version: 2.6 Version: 2.7
Release: alt41.1 Release: alt1
Summary: UniSet - library for building distributed industrial control systems Summary: UniSet - library for building distributed industrial control systems
License: LGPL License: LGPL
...@@ -511,17 +511,20 @@ rm -f %buildroot%_libdir/*.la ...@@ -511,17 +511,20 @@ rm -f %buildroot%_libdir/*.la
%exclude %_pkgconfigdir/libUniSet2.pc %exclude %_pkgconfigdir/libUniSet2.pc
# history of current unpublished changes # history of current unpublished changes
# - change directory structure
# - shared_ptr --> unique_ptr
# - minor refactoring
# - remote deprecated components
%changelog %changelog
* Sun Nov 12 2017 Alexei Takaseev <taf@altlinux.org> 2.6-alt41.1 * Sun Nov 12 2017 Alexei Takaseev <taf@altlinux.org> 2.6-alt41.1
- Rebuild with poco 1.8.0.1 - Rebuild with poco 1.8.0.1
* Thu Nov 02 2017 Pavel Vainerman <pv@altlinux.ru> 2.6-alt41 # * Thu Nov 02 2017 Pavel Vainerman <pv@altlinux.ru> 2.6-alt41
- build new version #- build new version
#* Mon Sep 25 2017 Pavel Vainerman <pv@altlinux.ru> 2.7-alt1
#- change directory structure
#- shared_ptr --> unique_ptr
#- minor refactoring
#- remote deprecated components
#- added LogDB
# * Thu Nov 02 2017 Vinogradov Aleksei <uzum@server> 2.6-alt40 # * Thu Nov 02 2017 Vinogradov Aleksei <uzum@server> 2.6-alt40
# - DBInterface: minor fix in method name # - DBInterface: minor fix in method name
......
...@@ -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.6.0], pv@etersoft.ru) AC_INIT([uniset2], [2.7.0], pv@etersoft.ru)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME,AC_PACKAGE_VERSION) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME,AC_PACKAGE_VERSION)
LIBVER=2:6:0 LIBVER=2:7:0
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